v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Fulfillment Inbound v2024-03-20

createMarketplaceItemLabels

For a given marketplace - creates labels for a list of MSKUs.

post/inbound/fba/2024-03-20/items/labels

Request body

heightnumber

The height of the item label.

labelType'STANDARD_FORMAT' | 'THERMAL_PRINTING' required

Indicates the type of print type for a given label.

localeCodestring

The locale code constructed from ISO 639 language code and ISO 3166-1 alpha-2 standard of country codes separated by an underscore character.

marketplaceIdstring required

The Marketplace ID. For a list of possible values, refer to Marketplace IDs.

pageType'A4_21' | 'A4_24' | 'A4_24_64x33' | 'A4_24_66x35' | 'A4_24_70x36' | 'A4_24_70x37' | 'A4_24i' | 'A4_27' | 'A4_40_52x29' | 'A4_44_48x25' | 'Letter_30'

The page type to use to print the labels. Possible values: 'A4_21', 'A4_24', 'A4_24_64x33', 'A4_24_66x35', 'A4_24_70x36', 'A4_24_70x37', 'A4_24i', 'A4_27', 'A4_40_52x29', 'A4_44_48x25', 'Letter_30'.

widthnumber

The width of the item label.

Example request

{
  "height": 25,
  "labelType": "STANDARD_FORMAT",
  "localeCode": "en_US",
  "marketplaceId": "A2EUQ1WTGCTBG2",
  "mskuQuantities": [
    {
      "msku": "msku",
      "quantity": 5
    }
  ],
  "pageType": "A4_21",
  "width": 100
}

Response

CreateMarketplaceItemLabels 200 response