Discussing APIs and development related to customers, discounts, and order management.
Hi ,
we are facing issues while fulfilling the order through Shopify Order Fulfilment API.
below was endpoint and Payload that was used before to fulfill the online order:
https://myshopify.com/admin/api/2019-10/orders/5182711431223/fulfillments.json
https://myshopify.com/admin/api/2019-10/fulfillments.json
Hi there 👋
If you are able to share an x-request-id of a failing request I may be able to look a bit further into this.
One thing you will want to double check though is in the new API call you need to provide the fulfillment_order_id not the order id. In the example requests you have provided you are using the order id in the required fulfillment order id field.
Check out this documentation for getting the fulfillment orders for an order.
To learn more visit the Shopify Help Center or the Community Blog.