A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello All,
We are currently still using the .... /admin/orders/${apiOrderId}/fulfillments.json URL to post Shipment Confirmations for orders, which were shipped by our company, to Shopify. As per the DevAdmin page, the "Create Fulfillment" function is being replaced by the"FulfillmentOrder" resource (https://shopify.dev/api/admin-rest/2022-04/resources/fulfillment#post-orders-order-id-fulfillments). I have looked at the description of the FulfillmentOrder resource (https://shopify.dev/api/admin-rest/2022-04/resources/fulfillmentorder), and I do not see any functionality, which relates to updating an order with shipped quantities for line items, updating Tracking Numbers (or passing information along, to trigger emails to the end customers).
Since we are not the only ones, who are faced with this conversion, I am wondering how others have handled this. Any comments would be much appreciated.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hello JuanGrasso,
It seems that I did not see some of the information from the thread, which you hade referenced. Upon further review I think that I have found the appropriate endpoint. I will try working with this once I receive the appropriate permissions.
Thanks again for your help!
Hi there, perhaps this solution works for you:
https://community.shopify.com/c/shopify-apis-and-sdks/how-to-fulfill-an-order-by-using-respective-ap...
This is an accepted solution.
Hello JuanGrasso,
It seems that I did not see some of the information from the thread, which you hade referenced. Upon further review I think that I have found the appropriate endpoint. I will try working with this once I receive the appropriate permissions.
Thanks again for your help!