Fulfillment
Retrieve distribution centers
Retrieves the distribution centers that this user has access to.
Acknowledge receipt of orders.
Acknowledge receipt of orders so that they are removed from the fulfillment queue. This method must be called after receiving and order (via webhook) or retrieving (via retrieve orders method).
Update inventory
Update the inventory for items associated with this distribution center
Retrieve orders queued up for this distribution center.
Retrieves up to 100 orders that are queued up in this distribution center. You must acknowledge them before additional new orders will be returned. There is NO record chunking. You'll get the same 100 records again and again until you acknowledge orders. The orders that are returned contain only items for this distribution center and are by default completely expanded with billing, channel_partner, checkout, coupons, customer_profile, edi, gift, gift_certificate, internal, items, payment, shipping, summary, taxes.
Generate a packing slip for this order for the given distribution center.
The packing slip PDF that is returned is base 64 encoded
Mark orders as shipped
Store the tracking information and mark the order shipped for this distribution center.
Webhooks
The following webhook events are available for this resource. See Webhooks for how delivery, retries, and versioning work.
| Event | Description | Reflow | Expandable |
|---|---|---|---|
fulfillment_hold | Fired when an order is held for review | — | — |
fulfillment_transmit | Fired to transmit an order to the fulfillment house | — | — |