Discussing APIs and development related to customers, discounts, and order management.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
hi, can anyone tell me how to add tracking (shipping) data to an order by using the REST API? I can not fing a matching endpoint for it.
Hey @Deluxe
Here's an example: https://shopify.dev/docs/api/admin-rest/2023-07/resources/fulfillment#post-fulfillments-examples
Here's more on the lifecycle of a fulfilment order: https://shopify.dev/docs/api/admin-rest/2023-04/resources/fulfillmentorder#fulfillment-order-lifecyc...
Scott | Developer Advocate @ Shopify
Thank you very much!
I got an NOT_FOUND maybe because the order is not a fullfilment order? I dont understand why this is not a fulfillment order, do you have any idea?
Is there no way to add tracking as well for non-fulfillment orders?
What was missing for me was read_merchant_managed_fulfillment_orders and write_merchant_managed_fulfillment_orders app scope.