Triggered when an order is created.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"order": {
"id": "AaTHN9gyFiDWU217CGZT_",
"order_reference": "212",
"status": 1
}
}
Responses
application/json Modified at 2025-06-19 14:44:34