onpoint #165
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -63,11 +63,12 @@ type AddressDetail struct {
 | 
			
		|||
 | 
			
		||||
// UpdateOutboundRequestLogisticInfoPayload ...
 | 
			
		||||
type UpdateOutboundRequestLogisticInfoPayload struct {
 | 
			
		||||
	ShippingLabel string `json:"shippingLabel"`
 | 
			
		||||
	TrackingCode  string `json:"trackingCode"`
 | 
			
		||||
	ORCode        string `json:"orCode"`
 | 
			
		||||
	TPLCode       string `json:"tplCode"`
 | 
			
		||||
	OrderID       string `json:"orderId"`
 | 
			
		||||
	ShippingLabel  string `json:"shippingLabel,omitempty"`
 | 
			
		||||
	TrackingCode   string `json:"trackingCode,omitempty"`
 | 
			
		||||
	ORCode         string `json:"orCode,omitempty"`
 | 
			
		||||
	TPLCode        string `json:"tplCode,omitempty"`
 | 
			
		||||
	OrderID        string `json:"orderId"`
 | 
			
		||||
	DeliveryStatus string `json:"deliveryStatus,omitempty"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// CancelOutboundRequest ...
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue