update OP method

This commit is contained in:
Sinh 2022-10-18 14:58:48 +07:00
parent ba87bb90be
commit ce8344fdc9
1 changed files with 1 additions and 0 deletions

View File

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