onpoint #165
			
				
			
		
		
		
	| 
						 | 
					@ -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 ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue