A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
When I'm doing fulfilment request, I'm getting 404.
Looks like endpoint does not exist.
Request
curl -d '{"fulfillment":{"message":"Some message","notify_customer":false,"tracking_info":{"number":"32423424234","url":"https:\/\/every-nl.myshopify.com","company":"Some company"},"line_items_by_fulfillment_order":[{"fulfillment_order_id":4979554779375}]}}' \
-X POST "https://every-nl.myshopify.com/admin/api/2022-10/fulfillments.json" \
-H "X-Shopify-Access-Token: ........................" \
-H "Content-Type: application/json"
Result
404
{"errors":"Not Found"}
Can you please help what's wrong?
maybe fulfillment_order_id doesn't exist.