update odn logistic info #10
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -46,7 +46,13 @@ type OutboundRequestPayload struct {
 | 
			
		|||
// UpdateORLogisticInfoPayload ...
 | 
			
		||||
type UpdateORLogisticInfoPayload struct {
 | 
			
		||||
	OrID int `json:"orId"`
 | 
			
		||||
 | 
			
		||||
	TPLCode            string              `json:"tplCode"`
 | 
			
		||||
	TrackingCode       string              `json:"trackingCode"`
 | 
			
		||||
	ShippingLabel string `json:"shippingLabel"`
 | 
			
		||||
	SlaShipDate   string `json:"slaShipDate"`
 | 
			
		||||
	LogisticInfoLabels []LogisticInfoLabel `json:"logisticInfoLabels"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type LogisticInfoLabel struct {
 | 
			
		||||
	Caption string `json:"caption"`
 | 
			
		||||
	URI     string `json:"uri"`
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue