onpoint #15
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -27,13 +27,13 @@ type CreateOrderRequest struct {
 | 
			
		|||
 | 
			
		||||
// OrderItem ...
 | 
			
		||||
type OrderItem struct {
 | 
			
		||||
	SellingPrice  int    `json:"selling_price"`
 | 
			
		||||
	Quantity      int    `json:"quantity"`
 | 
			
		||||
	Uom           string `json:"uom"`
 | 
			
		||||
	Amount        int    `json:"amount"`
 | 
			
		||||
	Name          string `json:"name"`
 | 
			
		||||
	PartnerSku    string `json:"sku"`
 | 
			
		||||
	DiscountPrice int    `json:"discount_price"`
 | 
			
		||||
	SellingPrice    int    `json:"selling_price"`
 | 
			
		||||
	Quantity        int    `json:"quantity"`
 | 
			
		||||
	Uom             string `json:"uom"`
 | 
			
		||||
	Amount          int    `json:"amount"`
 | 
			
		||||
	Name            string `json:"name"`
 | 
			
		||||
	PartnerSku      string `json:"sku"`
 | 
			
		||||
	DiscountedPrice int    `json:"discounted_price"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// UpdateOrderDeliveryRequest ...
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue