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!