Covers all questions related to inventory management, order fulfillment, and shipping.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, I've read this thread: https://community.shopify.com/c/Shopify-APIs-and-SDKs/Retrieving-Shipping-Costs-via-API/td-p/393281/...
But even that hack doesn't seem to work as no events are returned for the verb "shipping_label_created_success". I've verified that other events are being returned correctly, but not that one. Has that event been deprecated? I've tried three separate stores, all of which use shopify as their shipping provider.
>>> events = shopify.Event.find(verb="shipping_label_created_success")
>>> events
[]
>>> events = shopify.Event.find(verb="create")
>>> events
[event(65888139804866), event(65888333103298), event(65889183793346), event(65889291141314), event(65889396555970), event(65889900921026), event(65889953513666), event(65890006794434), event(65890087731394), event(65890891890882), event(65890930753730), event(65891012083906), event(65891038331074), event(65891073130690), event(65891093774530), event(65891170943170), event(65891204038850), event(65893106974914), event(65893184635074), event(65893271797954), event(65893321146562), event(65893390745794), event(65901926219970), event(65902018035906), event(66024373092546), event(66024373256386), event(66032193798338), event(66032566075586), event(66033501208770), event(66033566646466), event(66033895669954), event(66033914151106), event(66034543919298), event(66035355451586), event(66035438977218), event(66035599999170), event(66035687882946), event(66035799818434), event(66035853099202), event(66037470888130), event(66037866922178), event(66241884487874), event(66241943568578), event(66241967751362), event(66242022736066), event(66242668167362), event(66242729279682), event(66274288959682), event(66274333491394), event(66274383986882)]
btt. We're blocked on this. A response would be appreciated.
Did you ever figure it out? I believe the previous approach no longer works...