What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How to retrieve shipping label cost from the python API

How to retrieve shipping label cost from the python API

calemcnulty
Shopify Partner
2 0 0

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)]
Replies 2 (2)

calemcnulty
Shopify Partner
2 0 0

btt. We're blocked on this. A response would be appreciated.

Matias_Fernande
Shopify Partner
9 0 6

Did you ever figure it out? I believe the previous approach no longer works...