This repository has been archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
shopee.logistics.GetAirwayBill獲取不到面單,提示訂單狀態不支持 #10
Comments
你的包裹是航空包裹嗎?你的目的是要做什麼 🤔? |
列印物流面單,我現在只能列印賣家宅配和,偶爾能列印711 |
Airway Bill 是航空包裹才能使用的,你可能找錯 API 了? |
想要得到這個出貨單,其實不簡單…相關討論可以參考 |
粗略回應一下新版蝦皮取得訂單的流程 目前應該是透過蝦皮的 API 開啟一個物流單的 Task,這個 API 會回傳一個 Task URL ,只要去 get 這個 URL 就可以拿到所有物流的單。 詳情請參考: 其中 result 裡面有一項 |
pylist
pushed a commit
to pylist/shopeego
that referenced
this issue
Jul 15, 2021
由於蝦皮在取得訂單詳細資訊時,在 `buyer_cancel_reason`、`cancel_reason` 時常會出現 0 值,使程式讀取出來 `json.Unmarshal` 會出現這樣的錯誤: ``` ReadString: expects " or n, but found 0, error found in teacat#10 byte of ...|reason": 0, "recipie|..., bigger context ...| ``` 注意於 `reason": 0` 處, reason 原應為字串,但有時系統會回傳數值。 因此對本列表進行更新。
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
官方檔案寫著
我查看了訂單狀態,確認是READY_TO_SHIP
The text was updated successfully, but these errors were encountered: