Hi,
I have been looking everywhere to find clear documentation on how to fulfill an order through the Shopify rest API.
I’m trying to fulfill a simple entire order through the following endpoint :
https://.myshopify.com/admin/api/2021-04/orders/5795259351366/fulfillments.json
with the header:
{
‘X-Shopify-Access-Token’: API_KEY,
‘Content-Type’: ‘application/json’,
}
and the body:
{
“fulfillment”: {
“location_id”: 87577297222
}
}
I’ve tried from several clients Postman, my own servers, … I always get the 404 error not found.
Could anyone help ? I feel that I’ve tried everything.
Thanks a lot,
Tristan