Compare commits

..

No commits in common. "94d6e0c606f18a8652ead8395c0e473fe482af70" and "ba6851fe1921c969dcc7b9087d59b1064fbd7da0" have entirely different histories.

1 changed files with 4 additions and 10 deletions

View File

@ -45,14 +45,8 @@ type OutboundRequestPayload struct {
// UpdateORLogisticInfoPayload ...
type UpdateORLogisticInfoPayload struct {
OrID int `json:"orId"`
TPLCode string `json:"tplCode"`
TrackingCode string `json:"trackingCode"`
ShippingLabels []LogisticInfoLabel `json:"shippingLabels"`
}
type LogisticInfoLabel struct {
Caption string `json:"caption"`
URI string `json:"uri"`
OrID int `json:"orId"`
TrackingCode string `json:"trackingCode"`
ShippingLabel string `json:"shippingLabel"`
SlaShipDate string `json:"slaShipDate"`
}