Hello community,
We really need your help!
The Shopify sale is created correctly.
When shipping is made, Shopify is consulted to obtain the Fulfillment Order. To perform this step we use the new service:
GET – Query the fulfillment_order(s) of a shopify order
/admin/api/2024-04/orders/450789469/fulfillment_orders.json
When consulting Shopify, we would be supposed to receive the Fulfillment order that we will have to use in the service:
POST – creation of fulfillment with reference to the fulfillment_order of the shopify order
/admin/api/2024-04/fulfillments.json
However, in the consultation we are not receiving the Fulfillment Order and the return indicates that it does not exist.
Without this information we cannot proceed to POST and carry out Fulfillment.
The question is: can the Fulfillment Order be created automatically in Shopify? Or does creation have to be triggered?
Thanks