API Reference

get_order_batches

Description

Returns a list of batches for product orders. Batches are like folders but they aren't! Eventually we will migrate them to be folders. At the moment if you wish to organise product orders you need to create a batch first. See ...

Example

{  
	"params":{  
		"whitelabel_id":"API_ID",
		"whitelabel_key":"API_KEY",
		"client_id":"CLIENT_ID",
		"client_key":"CLIENT_KEY",
		"token":"TOKEN",
	  
   },
   "action":"get_order_batches"
}