API Reference

get_content_order_status

Description

Returns status of an order so you can decide what logic to apply to it.

Required

order_id

Example

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