Executes
Overview
All executes go through the following endpoint; the exact details of the execution are specified by the JSON payload.
REST:
POST [TRIGGER_ENDPOINT]/execute
API Response
All Execute
messages return the following information:
{
"status": "success" | "failure",
"error"?: "{error_msg}",
"error_code"?: {error_code},
"request_type": "{request_type}",
}
Available Executes:
Place OrderCancel OrdersCancel Product OrdersLast updated