Compare commits
	
		
			No commits in common. "7c308c725cf7658050a9df9a9511ce31a5b4ce42" and "46cccf22e2f307726f9416fbf5e2a3f75e405733" have entirely different histories.
		
	
	
		
			7c308c725c
			...
			46cccf22e2
		
	
		| 
						 | 
				
			
			@ -64,10 +64,13 @@ type ListInventoriesReq struct {
 | 
			
		|||
 | 
			
		||||
// WebhookDataUpdateInventory ...
 | 
			
		||||
type WebhookDataUpdateInventory struct {
 | 
			
		||||
	Sku                string    `json:"sku"`
 | 
			
		||||
	AvailableQuantity  int       `json:"available_quantity"`
 | 
			
		||||
	PickupLocationCode string    `json:"pickup_location_code"`
 | 
			
		||||
	UpdatedAt          time.Time `json:"updated_at"`
 | 
			
		||||
	Sku               string `json:"sku"`
 | 
			
		||||
	PartnerSku        string `json:"partner_sku"`
 | 
			
		||||
	WarehouseCode     string `json:"warehouse_code"`
 | 
			
		||||
	AvailableQuantity int    `json:"available_quantity"`
 | 
			
		||||
	CommittedQuantity int    `json:"committed_quantity"`
 | 
			
		||||
	TotalQuantity     int    `json:"total_quantity"`
 | 
			
		||||
	UpdatedAt         string `json:"updated_at"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// WebhookDataUpdateOrderStatus ...
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue