Hey sorry for the delay. You have to check how the product's inventories are setup that are present in the order. If those products have "Don't track inventory" checked on them, then it will show up as location_id null on Shopify. You can join my discord server if you want.
Sorry for the question, the way I should use to get the "fulfillment_order_id" would be making a call to "orders/{order_id}/fulfillment_orders.json" and getting the object that has open status?
Hey Icaro, You shouldn't apologize for asking questions on things you don't understand. To your question, yes you should save all information returned from the API and save it in db. Then only work with rows which have open status.
Brother which api end point is for change unfulfilled order to fulfilled at the same time i send the tracking number and shipping company also and notified the customer and also what payload data i send for this...
Brother i want to change unfulfilled order to fulfilled at the same time send the tracking number and shipping company also on the payloads how can i do this😢
@@SidTheITGuy fulfillment_order_id field in order api reponse line item array . i get order using api but in line item fulfillment_order_id missing on order create time what i do for create fulfillment_order_id
It depends on your order and the items in it, if it's applicable for the order Shopify would automatically add it on the page, you won't have to do anything
Hey @Developers Use, Thanks for the kind words!!! Fulifillment Request API is only a part of fulfillment process flow and I'll cover the whole flow in my next video. Thank you !!!
@@SidTheITGuy Thanks for quick reply...actually I'm working on a shopify public app that is related with print-on-demand business but in approval process I'm stuck with fulfillment request process it would be great if you guide me. Thanks in advance...!!!
My doubt is I get Shopify orders. but location id is null. the fulfillment is empty for some orders. how to get location id in fulfillment.
Hey sorry for the delay. You have to check how the product's inventories are setup that are present in the order. If those products have "Don't track inventory" checked on them, then it will show up as location_id null on Shopify.
You can join my discord server if you want.
Sorry for the question, the way I should use to get the "fulfillment_order_id" would be making a call to "orders/{order_id}/fulfillment_orders.json" and getting the object that has open status?
Hey Icaro, You shouldn't apologize for asking questions on things you don't understand.
To your question, yes you should save all information returned from the API and save it in db. Then only work with rows which have open status.
@@SidTheITGuy Thanks for the help, I ended up understanding better after reading the repository.
Brother which api end point is for change unfulfilled order to fulfilled at the same time i send the tracking number and shipping company also and notified the customer and also what payload data i send for this...
I don't get your question bro
Brother i want to change unfulfilled order to fulfilled at the same time send the tracking number and shipping company also on the payloads how can i do this😢
if "fulfillment_service":"manual",
"fulfillment_status":null, in product create variants ,can return fulfillment_order_id in order get api??
Hey There, please explain your question a bit more.
@@SidTheITGuy fulfillment_order_id field in order api reponse line item array . i get order using api but in line item fulfillment_order_id missing on order create time what i do for create fulfillment_order_id
@@SidTheITGuy my shopify app for single merchants not public
Hii, How to add request fulfillment button in order details page of shopify store?
It depends on your order and the items in it, if it's applicable for the order Shopify would automatically add it on the page, you won't have to do anything
Thank you!
Thank you for this tutorial...!!! Do you have any idea when you will create a new video regarding fulfillment request API ?
Hey @Developers Use, Thanks for the kind words!!!
Fulifillment Request API is only a part of fulfillment process flow and I'll cover the whole flow in my next video. Thank you !!!
@@SidTheITGuy Thanks for quick reply...actually I'm working on a shopify public app that is related with print-on-demand business but in approval process I'm stuck with fulfillment request process it would be great if you guide me. Thanks in advance...!!!
Brother can you make video on integrate shopify with third party API
Hey Riad, which third party API are you referring to?