Compare commits
No commits in common. "94d6e0c606f18a8652ead8395c0e473fe482af70" and "ba6851fe1921c969dcc7b9087d59b1064fbd7da0" have entirely different histories.
94d6e0c606
...
ba6851fe19
|
@ -46,13 +46,7 @@ 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"`
|
||||
ShippingLabel string `json:"shippingLabel"`
|
||||
SlaShipDate string `json:"slaShipDate"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue