Covers all questions related to inventory management, order fulfillment, and shipping.
I'm trying to GET all fulfillments of an order. Example below:
When using the endpoint /admin/orders/<ID>/fulfillments.json I only see the fulfilled fulfillment, not the unfulfilled. I marked the fulfilled fulfillment manually as such, for testing purposes.
How is this possible? Is it possible to get all unfulfilled fulfillments of an order?
Hello,
Unfulfilled are located at /admin/orders/<ID>/fulfillment_orders.json
Cheers,
Gary