Covers all questions related to inventory management, order fulfillment, and shipping.
Hi There
I bit stuck at one bug.
I want to change my order warehouse location id without fulfilling it.
right now iam using fulfillment api to change warehouse location but its also fulfilling the order!!!
can anyone help me how to deal with it, I want to change the warehouse location of order but not fulfilled it
?????
Solved! Go to the solution
This is an accepted solution.
Hey @HD_WORK
Check out FulfillmentOrders: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder
Kevin_A | Solutions Engineer @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hey @HD_WORK
Check out FulfillmentOrders: https://shopify.dev/docs/admin-api/rest/reference/shipping-and-fulfillment/fulfillmentorder
Kevin_A | Solutions Engineer @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Yes thank you so much
according to the above mentioned question change location without using fulfilment api.
you mentioned this api
but in this api fulfillment_order_id is required in order create webhook there is no fulfillment_order_id whatever when get order by id there is no fulfillment_order_id how to call this api after creating order
This is not helpful. How am I supposed to have a fulfillment order ID to use to move the location without fulfilling the order first?