BarcodeUpsertRequestItem
entityTypestringrequired
The type of entity.
Possible values: [po, item, packaging]
codestringrequired
Barcode
customIdstring
required when entityType is po or item
poCustomIdstring
required when entityType is packaging
itemCustomIdstring
required when entityType is packaging
assortmentCustomIdstring
define this if this is assortment
formatBarcodeFormat
Barcode format. If not send, it will use default value.
Possible values: [Generic, UPC-A, UPC-E, EAN-8, EAN-13, UPC-EAN, Code-39, Code-93, Code-128, Codebar, ITF, QRCode, DataMatrix, Aztec, PDF417, MaxiCode, RSS-14, RSS-Expanded]
Default value:
Genericlabelstringnullable
Packaging element the barcode belongs to, for example Sale packaging, Hang tag or Shipping carton. Optional. Omit it or send null when the code has no packaging element.
Possible values: <= 255 characters
BarcodeUpsertRequestItem
{
"entityType": "po",
"code": "string",
"customId": "string",
"poCustomId": "string",
"itemCustomId": "string",
"assortmentCustomId": "string",
"format": "Generic",
"label": "string"
}