Greetings Tech Community - We are very new to the whole Shopify Technical Areas & would appreciate if someone can assist us
We have a custom integration built with MS Dynamics NAV using API version 2022-04. We received the attached (word document) notification stating that we’ll have to start using FulfilmentOrders instead of Fulfilment & Order endpoints
https://shopify.dev/docs/apps/fulfillment/migrate
After reading the above documentation, we’ve tried not using Fulfilments & Order endpoints to create our fulfilments but have been unsuccessful so far. Is the correct way to create orders & fulfilments after the current version deprecation is through FulfilmentServices?
Our aim is to create Orders & fulfilments on Shopify via our integration, for which we need those endpoints. The fulfulment service does not have any POST endpoint which corresponds to creating an order or fulfilling an order
When we tried using FulfilmentRequest Endpoint the attached error message was received. Can you please help us understanding exactly what end-points need to be used to create Orders & Fulfilments on Shopify? The documentation has probably not been clear enough for us to understand.
Any help will be appreciated.
Existing Order Endpoint: https://myshop.myshopify.com/admin/api/2022-04/orders.json
Existing Fulfilment Endpoint: https://myshop.myshopify.com/admin/api/2022-04/orders/%1/fulfillments.json