Hi, I created an ‘Order Packed Out’ webhook for a certain customer and it was successfully registered.
This is the 3rd day since then and that webhook has not fired even once. I checked the orders under this customer for last 2 days with ‘fulfilled’ status, and they were close to 300. Shouldn’t the webhook received something in all these cases? Or am I missing anything?
Pls let me know if you need account details or webhook url for this - I can DM those.
Thank you!
This webhook will be called anytime an order is packed from a Tote. If any order after you created the webhook was picked into a tote and shipped from that tote, please provide me with the ACC ID, order ID, and webhook so I can review it.
Hmm. Maybe these orders were not first picked into a tote. Is that the problem?
Is there another way to get notified about an order shipped (irrespective of totes involved)?
Thank you!
Most likely, if you want, i can check if any order was picked or not into a tote.
You can do the Tote complete webhook to know which orders have indeed been picked into a tote and compare with the shipment updated webhook to know which ones are those from the tote pick. Deducting would tell you what you need.
Hey @Raj, we always had the Shipment Update Webhook available: Webhooks – Developer Resources | ShipHero. This webhook tells you which items shipped and which order they belong to, as orders can partially ship
Kind regards,
Hey @tomasfd, Yes I’m aware of that webhook, but the partial shipped orders are the problem there. Unless the webhook would also receive info if this shipment that just got shipped was the last one and the order is now complete, it won’t work.
Is that information (order complete, no more shipments remaining) sent to Shipment Update webhook?
Hey @Luisperrone,
Except for the order id, I did send all other details about client and webhook in my personal message.
As for a specific order id, you said “if you want, i can check if any order was picked or not into a tote” - so I figured maybe you’d be able to see if any of the orders from the given customer name were picked from a tote.
@Raj
I’m sorry, i got the message and the account id.
I checked orders are being picked into a tote, so i checked our logs and i see a 404:``|‘code’: 404, ‘message’: ‘The requested webhook “POST sh/order/foxbloodstore” is not registered.’, ‘hint’: “The workflow must be active for a production URL to run successfully. You can activate the workflow using the toggle in the top-right of the editor. Note that unlike test URL calls, production URL calls aren’t shown on the canvas (only in the executions list)”|`
Damn… facepalm moment!
I don’t recall if this was always the case or I turned it off after a few days of failed tests … but I’ve turned it ON just now and keeping my fingers crossed