Laravel + Shopify - Fulfill Orders with REST API

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 20

  • @kamalesank-w5o
    @kamalesank-w5o Год назад +2

    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.

    • @SidTheITGuy
      @SidTheITGuy  Год назад

      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.

  • @icarosantana521
    @icarosantana521 Год назад +1

    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?

    • @SidTheITGuy
      @SidTheITGuy  Год назад

      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.

    • @icarosantana521
      @icarosantana521 Год назад +1

      ​@@SidTheITGuy Thanks for the help, I ended up understanding better after reading the repository.

  • @hari_xxz
    @hari_xxz 8 месяцев назад +1

    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...

    • @SidTheITGuy
      @SidTheITGuy  8 месяцев назад

      I don't get your question bro

    • @hari_xxz
      @hari_xxz 8 месяцев назад

      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😢

  • @birdeyeview9771
    @birdeyeview9771 Год назад +1

    if "fulfillment_service":"manual",
    "fulfillment_status":null, in product create variants ,can return fulfillment_order_id in order get api??

    • @SidTheITGuy
      @SidTheITGuy  Год назад

      Hey There, please explain your question a bit more.

    • @birdeyeview9771
      @birdeyeview9771 Год назад

      @@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

    • @birdeyeview9771
      @birdeyeview9771 Год назад

      @@SidTheITGuy my shopify app for single merchants not public

  • @galtechenterprises
    @galtechenterprises 11 месяцев назад

    Hii, How to add request fulfillment button in order details page of shopify store?

    • @SidTheITGuy
      @SidTheITGuy  11 месяцев назад

      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

  • @andrixnoname6375
    @andrixnoname6375 11 месяцев назад +1

    Thank you!

  • @developersuse335
    @developersuse335 2 года назад

    Thank you for this tutorial...!!! Do you have any idea when you will create a new video regarding fulfillment request API ?

    • @SidTheITGuy
      @SidTheITGuy  2 года назад +1

      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 !!!

    • @developersuse335
      @developersuse335 2 года назад

      @@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...!!!

  • @riyadbd
    @riyadbd Год назад +1

    Brother can you make video on integrate shopify with third party API

    • @SidTheITGuy
      @SidTheITGuy  Год назад

      Hey Riad, which third party API are you referring to?