Files

977 B

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:

{% content-ref url="executes/place-order" %} place-order {% endcontent-ref %}

{% content-ref url="executes/cancel-orders" %} cancel-orders {% endcontent-ref %}

{% content-ref url="executes/cancel-product-orders" %} cancel-product-orders {% endcontent-ref %}