Jak pobrać referenceNumber / shipmentId dla przesyłki utworzonej ręcznie w Sales Center?
- 主要語言
- 沒有語言資料
- 星號
- 244
- 分支
- 40
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Dzień dobry,
dla przesyłki utworzonej ręcznie w Sales Center („Wysyłam z Allegro”) w GUI widoczny jest „Nr referencyjny”, np. 309/09/2026.
Z GET /order/checkout-forms/{orderId}/shipments możemy pobrać orderId, carrierId oraz waybill, ale nie otrzymujemy shipmentId z Shipment Management ani referenceNumber.
Jeżeli znamy właściwy shipmentId, to:
GET /shipment-management/shipments/{shipmentId}
poprawnie zwraca m.in.:
referenceNumber oraz waybill.
Czy istnieje publiczny endpoint REST API, który dla przesyłki utworzonej ręcznie w Sales Center pozwala:
pobrać shipmentId na podstawie orderId lub waybilla, albo
bezpośrednio pobrać referenceNumber na podstawie orderId / waybilla?
Chodzi o read-only synchronizację przesyłek istniejących już w Sales Center, a nie o przesyłki tworzone przez /shipment-management/shipments/create-commands, gdzie shipmentId otrzymujemy podczas tworzenia.
Czy jest do tego obecnie rekomendowana/publiczna metoda API?
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Start by reviewing GET /order/checkout-forms/{orderId}/shipments and GET /shipment-management/shipments/{shipmentId}, including the fields each response exposes. Compare these with /shipment-management/shipments/create-commands and determine whether a public read-only lookup by orderId or waybill is specified. Done means the supported API path, if any, is clearly documented.
由索引模型根據 Issue 內容生成。
評估
- 領域
- api
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 活躍
- 描述清晰度
- 需要釐清
- 新手友好度
- 30/100