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
{
“errors”: “Not Found”
}
I am using POstman to create this before I try it in an App.
What am I doing wrong? Is it a setup issue? I did receive an email from Shopify telling me to fulfill the order.
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.
1 Like
Thank you, this now worked.
1 Like