Get a packing slip
Learn how to use the Vendor Direct Fulfillment Shipping API to get a packing slip.
Learn how to use the Vendor Direct Fulfillment Shipping API to get a packing slip. The getPackingSlip
operation returns the packing slip for the purchase order number that you specify. The response includes a base64 encoded string of the packing slip. The content type will always be "application/pdf".
Note
This is a restricted operation and requires a Restricted Data Token (RDT) for authorization. For more information, refer to the Tokens API Use Case Guide.
The following diagram shows the integration workflow when retrieving a packing slip:
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.
Get a packing slip
To return a packing slip, call the getPackingSlip
operation.
Updated about 17 hours ago