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".
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
Note
This is a restricted operation and requires a Restricted Data Token (RDT) for authorization. Some operations require restrictions because they contain customer PII data. These operations require passing an additional security review. For more information on RDT, refer to the Tokens API guide.
To return a packing slip, call the getPackingSlip
operation.
Updated 9 days ago