Compare commits

...

3 Commits

Author SHA1 Message Date
Sinh 0fd838c4e0 Merge branch 'onpoint' into develop 2023-11-29 14:26:31 +07:00
Sinh a409c0d17c onpoint 2023-11-29 14:10:08 +07:00
sinhluu 5edec97ee3 Merge pull request 'kiotviet' (#161) from kiotviet into master
Reviewed-on: #161
2023-10-20 09:08:41 +00:00
1 changed files with 6 additions and 5 deletions

View File

@ -63,11 +63,12 @@ type AddressDetail struct {
// UpdateOutboundRequestLogisticInfoPayload ... // UpdateOutboundRequestLogisticInfoPayload ...
type UpdateOutboundRequestLogisticInfoPayload struct { type UpdateOutboundRequestLogisticInfoPayload struct {
ShippingLabel string `json:"shippingLabel"` ShippingLabel string `json:"shippingLabel,omitempty"`
TrackingCode string `json:"trackingCode"` TrackingCode string `json:"trackingCode,omitempty"`
ORCode string `json:"orCode"` ORCode string `json:"orCode,omitempty"`
TPLCode string `json:"tplCode"` TPLCode string `json:"tplCode,omitempty"`
OrderID string `json:"orderId"` OrderID string `json:"orderId"`
DeliveryStatus string `json:"deliveryStatus,omitempty"`
} }
// CancelOutboundRequest ... // CancelOutboundRequest ...