A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
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
Hello, i'm trying to update the order fulfillment information using the following api:
From the request body, This interface is used for update_tracking?
If so, your path is wrong
right path : /admin/api/${SHOPIFY_API_VERSION}/fulfillments/${fulfillment_id}/update_tracking.json
I'm still getting the same error.
Assuming the fulfillment_id is invalid for me, can I retrieve the fulfillment_id from the following path?
no, fulfillment_id ≠ fulfillment_order_id
And you can look the interfaces above for getting fulfillment_id