integrate-onpoint #5

Merged
sinhluu merged 15 commits from integrate-onpoint into master 2022-10-31 09:36:25 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ce8344fdc9 - Show all commits

View File

@ -39,6 +39,7 @@ type UpdateOrderDeliveryRequest struct {
OrderCode string `json:"order_code"` // required OrderCode string `json:"order_code"` // required
DeliveryPlatform string `json:"delivery_platform"` // required DeliveryPlatform string `json:"delivery_platform"` // required
DeliveryTrackingNumber string `json:"delivery_tracking_number"` DeliveryTrackingNumber string `json:"delivery_tracking_number"`
DeliveryStatus string `json:"delivery_status"`
ShippingLabel string `json:"shipping_label"` ShippingLabel string `json:"shipping_label"`
} }