createMarketplaceItemLabelspost https://sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/items/labelsFor a given marketplace - creates labels for a list of MSKUs.Body ParamsThe body of the request to createMarketplaceItemLabels.heightnumber25 to 100The height of the item label.labelTypestringenumrequiredIndicates the type of print type for a given label.Show DetailsSTANDARD_FORMAT-THERMAL_PRINTING-STANDARD_FORMATTHERMAL_PRINTINGAllowed:STANDARD_FORMATTHERMAL_PRINTINGlocaleCodestringDefaults to en_USThe locale code constructed from ISO 639 language code and ISO 3166-1 alpha-2 standard of country codes separated by an underscore character.marketplaceIdstringrequiredlength between 1 and 20The Marketplace ID. For a list of possible values, refer to Marketplace IDs.mskuQuantitiesarray of objectsrequiredlength between 1 and 100Represents the quantity of an MSKU to print item labels for.mskuQuantities* objectmskustringrequiredlength between 1 and 255The merchant SKU, a merchant-supplied identifier for a specific SKU.quantityintegerrequired1 to 10000A positive integer.ADD objectpageTypestringenumThe 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'.Show DetailsA4_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-A4_21A4_21A4_24A4_24_64x33A4_24_66x35A4_24_70x36A4_24_70x37A4_24iA4_27A4_40_52x29A4_44_48x25Letter_30Show 11 enum valueswidthnumber25 to 100The width of the item label.Responses 200CreateMarketplaceItemLabels 200 response 400Request has missing or invalid parameters and cannot be parsed. 403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. 404The resource specified does not exist. 413The request size exceeded the maximum accepted size. 415The request payload is in an unsupported format. 429The frequency of requests was greater than allowed. 500An unexpected condition occurred that prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated 4 months ago