Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

New Fulfillment Orders API - Set shipment_status

New Fulfillment Orders API - Set shipment_status

Andrew_Duncan
Shopify Partner
39 0 12

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
431 41 186

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