Accepting credit cards, warehouses, and shipping and fulfilling orders
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
I am trying to get a fulfillment # for an order using the following:
/admin/api/2023-07/orders/5129060909223/fulfillment.json
But I get the error
Solved! Go to the solution
This is an accepted solution.
Hey @Fromm60056
Thank you for reaching out to the Shopify community.
It appears that you may be attempting to access an incorrect API endpoint. To retrieve information on order fulfillments, kindly use the following API endpoint:
Endpoint [GET]: https://{your-shopify-url}/admin/api/2023-07/orders/{order_id}/fulfillment_orders.json
For additional information regarding the same resource, please refer to the following link.
If you require further assistance or have any additional inquiries, please do not hesitate to reach out.
Thanks.
This is an accepted solution.
Hey @Fromm60056
Thank you for reaching out to the Shopify community.
It appears that you may be attempting to access an incorrect API endpoint. To retrieve information on order fulfillments, kindly use the following API endpoint:
Endpoint [GET]: https://{your-shopify-url}/admin/api/2023-07/orders/{order_id}/fulfillment_orders.json
For additional information regarding the same resource, please refer to the following link.
If you require further assistance or have any additional inquiries, please do not hesitate to reach out.
Thanks.
Thank you, this now worked.