New Shopify Certification now available: Liquid Storefronts for Theme Developers

New Fulfillment Orders API - Set shipment_status

Andrew_Duncan
Shopify Partner
39 0 10

I've migrated to the new Shopify Fulfillment Orders API. I've downloaded the Fulfillment Orders for an Order, then created a new Fulfillment successfully and updated the tracking information for the Fulfillment successfully.

 

I've noticed that the shipment_status isn't set yet - I was expecting this to change to something like 'in_transit':

 

"shipment_status" : null,
"status" : "success",

Does anyone know how to update the shipment_status under the new Fulfillment Orders API?

Reply 1 (1)
garyrgilbert
Shopify Partner
378 38 151

I think you have to either use graphql fulfillmentEventCreate mutation or the rest api fulfillmentevent endpoint.  

 

Check out this example in the rest api docs.

 

Cheers,

 

Gary

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution