latestOpenAPI 3.1.02026-08-1828105315.1 KB
cc009fec5cdd
Orders
v2-reportOrderActions - Log order action results and errors
<div class="extension-title">Description</div>Use this API to report to Connect the results of actions performed on orders in your system, such as synchronizing back orders. This enables enhanced error tracking while providing a centralized view of all order actions and errors within the Connect interface.
We recommend integrating this API when developing a connector, such as for a CMS, to ensure comprehensive tracking of order actions and errors. This integration is optional if you process orders directly via the Connect API without using a connector.
<div class="api-description-extension"> <div class="extension-title">Call Frequency</div> <div class="recommended-call-frequency">Recommended usage: Every 5 minutes</div> <div class="max-call-frequency">Maximum usage: Once per minute</div> </div>post/v2/orders/actions
Request body
Example request
{
"actions": [
{
"executed_at": "2025-06-30T16:46:00Z"
}
]
}Response
Action successfully created
Example response
{
"actions": [
{
"action_id": "1ba5fc4b-c4fd-4251-880b-3052e301bbd4"
}
]
}