Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
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
Hi everyone,
I am submitting a request according to the documentation: https://shopify.dev/docs/api/admin-rest/2023-07/resources/fulfillment#post-fulfillments.
This is a POST request to the endpoint: https://*.myshopify.com/admin/api/2023-07/fulfillments.json.
With the following data:
{'X-Shopify-Access-Token': '*', 'Content-Type': 'application/json'}
{'fulfillment': {'line_items_by_fulfillment_order': [{'fulfillment_order_id':'*}], 'tracking_info': {'number':'*', 'company': 'UPS', 'url': 'https://www.ups.com/track'}}}
And I'm getting a 404 error. I checked the store address, permissions, etc. Everything seems to be correct. What could be the problem?
This does not appear to be a Flow question?