diff --git a/partnerapi/tnc/model_request.go b/partnerapi/tnc/model_request.go index ac74d4d..3f2352c 100644 --- a/partnerapi/tnc/model_request.go +++ b/partnerapi/tnc/model_request.go @@ -47,9 +47,9 @@ type OutboundRequestPayload struct { type UpdateORLogisticInfoPayload struct { OrID int `json:"orId"` - TPLCode string `json:"tplCode"` - TrackingCode string `json:"trackingCode"` - LogisticInfoLabels []LogisticInfoLabel `json:"logisticInfoLabels"` + TPLCode string `json:"tplCode"` + TrackingCode string `json:"trackingCode"` + ShippingLabels []LogisticInfoLabel `json:"shippingLabels"` } type LogisticInfoLabel struct {