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.

How to change the to be fulfilled location of an order?

How to change the to be fulfilled location of an order?

Benny13
Visitor
2 0 0

Hello, I read across the API document and come across to the FulfillmentOrder API.

I think this is the API that I need.

However, I cannot find the linkage of the FulfillmentOrder object and the Order object.

So I want to ask here to see if anyone can help.

Thanks a lot.

Reply 1 (1)

ktbishop
Shopify Partner
24 1 5

Hopefully this helps:

 

As far as the actual link between an Order and a FulfillmentOrder goes, the FulfillmentOrder has an attribute called "order_id". That attribute is a reference to the unique id of an Order object. The easiest way to think about the Order/FulfillmentOrder relationship is as a "parent"/"child" relationship. You can have one or more FulfillmentOrders (children) that are part of an Order (parent).

This illustration is from the Fulfillment object API docs: 

 

 

Kyle B.