Skip to main content

BarcodeRetriveAndDeleteRequest

entityType stringrequired

The type of entity.

Possible values: [po, item, packaging]

customId string

required when entityType is po or item

poCustomId string

required when entityType is packaging

itemCustomId string

required when entityType is packaging

assortmentCustomId string

define this if this is assortment

format BarcodeFormat (string)

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
BarcodeRetriveAndDeleteRequest
{
"entityType": "po",
"customId": "string",
"poCustomId": "string",
"itemCustomId": "string",
"assortmentCustomId": "string",
"format": "Generic"
}