get https://{merchant}.fulfil.io/services/channels/v1/orders//fulfillments.json
Fetch Fulfillments
The endpoint returns the shipments that are associated with the sales order.
Empty response
Shipments are only created after an order is processed. If there are no shipments associated with the order, an empty array is returned.
Shipment types
The returned shipments could be outbound customer shipments, inbound customer return shipments or if any of the items are dropshipped, it could also be a drop shipment.
404 Not Found
A 404 is returned in the following situations:
- The order ID could not be found
- The order ID is not associated with the channel (from credentials)