Skip to main content

Create Barcode

POST 

/api/v1/barcode

Create Barcode

Request​

Body

array

  • Array [

  • entityType stringrequired

    Possible values: [po, item, packaging]

    The type of entity.

    code stringrequired

    Barcode

    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)

    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

    Barcode format. If not send, it will use default value.

  • ]

Responses​

All Items are created

Schema

  • Array [

  • entityType string

    Possible values: [po, item, packaging]

    The type of entity.

    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)

    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

    Barcode format. If not send, it will use default value.

    status

    object

    code integer

    200 for success, 400 for failure

    message string

    Success or failure message

  • ]

Loading...