Create Orders with Unbranded Packaging and Block AMZL Services

Learn how to create orders with Unbranded Packaging and Block AMZL services.

Learn how to create orders with Unbranded Packaging and Block AMZL features requested.

You can determine packaging and delivery carrier preferences at order creation using the fulfillmentConfiguration.services field. All service preferences must be specified at order creation. They cannot be changed after the order is submitted.

  • packaging.packagingOption: UNBRANDED to ship with no Amazon logos; ANY to allow Amazon-branded packaging.
  • packaging.overbox: REQUIRED to always ship in an overbox; NOT_REQUIRED to allow SIPP-certified items to ship in product packaging.
  • additional.blockAMZL: REQUIRED to prevent Amazon Last Mile (AMZL) from fulfilling the shipment and route to a third-party carrier instead.

Prerequisites

To complete this tutorial, you need:

Step 1. Get a fulfillment preview

Call getOrderPreview with the desired fulfillmentConfiguration.services.packaging options to confirm they are available for the marketplace and address.

Step 2. Create a fulfillment order specifying packaging preferences

Call createOrder with the desired fulfillmentConfiguration.services.packaging options to create the order.

📘

Note

Services can be configured as account-level defaults in Seller Central, but values specified in the order request take priority.

Step 3. Validate order details

Call getOrder and confirm fulfillmentConfiguration.services.packaging reflects the requested preferences and that status is PROCESSING.


Did this page help you?