Skip to main content

BarcodeUpsertResponseItem

entityTypestring

The type of entity.

Possible values: [po, item, packaging]

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: Generic
labelstringnullable

Element where the barcode is applied, such as the product, sale packaging, hang tag, or shipping carton. Optional; omit or send null if not applicable.

Possible values: <= 255 characters

status object
codeinteger

200 for success, 400 for failure

messagestring

Success or failure message

BarcodeUpsertResponseItem
{
"entityType": "po",
"customId": "string",
"poCustomId": "string",
"itemCustomId": "string",
"assortmentCustomId": "string",
"format": "Generic",
"label": "string",
"status": {
"code": 0,
"message": "string"
}
}