Create a container label
Learn how to use the Vendor Direct Fulfillment Shipping API to create a container label.
Learn how to use the Vendor Direct Fulfillment Shipping API to create a container label. Use the createContainerLabel
operation to request and receive a pallet label from Amazon for each palletized load. The response includes a 4X6 printable pallet label that contains the label type and pallet ID.
Business requirements
The createContainerLabel
operation does not support multiple pallet label requests in one API call. If you want to retrieve pallet labels for multiple pallets, you must send multiple createContainerLabel
requests in parallel.
Prerequisites
To complete this tutorial, you need:
- Authorization from the selling partner for whom you are making calls. For more information, refer to Authorizing Selling Partner API applications.
- The Direct-to-Consumer Shipping (Restricted) role assigned to your developer profile.
- The Direct-to-Consumer Shipping (Restricted) role selected in the app registration page for your application.
Create a container label
To create a container label, call the createContainerLabel
operation.
Updated about 17 hours ago