App reviews, troubleshooting, and recommendations
This documentation for Fulfillment Order - https://shopify.dev/docs/api/admin-rest/2023-01/resources/fulfillmentorder - states that "Fulfillment orders are created automatically when an order is created.". So I should expect to see something returned when making a call to (replace {order_id} with an actual order id)
/admin/api/2023-01/orders/{order_id}/fulfillment_orders.json - correct?
Whenever I make a call to it though, I get back an empty array. Why would that be?
{ "fulfillment_orders": [] }
{ "order": { "id": *****, "fulfillment_status": null, "fulfillments": [], "line_items": [ { "id": *****, "fulfillable_quantity": 1, "fulfillment_service": "manual", "fulfillment_status": null, ] } }
I'm facing the same issue. As part of the migration are we supposed to create new order management/fullment app, fetch new fulfilment requests, accept them, (Shopify creates fulfillment orders), fetch fulfillment orders, and then finally fulfill those?
Seems like a lot of work coming from just a single API call to fulfill an order.
Fyi when I posted my message here the first time it gave me an error but looks like it created anyway. Here's the thread with more activity though still no clear answer.
https://community.shopify.com/c/shopify-apis-and-sdks/migration-to-fulfillment-order/td-p/1975191
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023