Commerce Checkout
List Order Push Attempts
Public API endpoint: ecomCheckout.listOrderPushAttempts
Required scopes: org:ecom:checkout:read, org:ecom:settings:read
Authorization
bearerAuth AuthorizationBearer <token>
API key (prefix: cogn_) from Account → Developer
In: header
Path Parameters
orgId*string
Organization ID (prefix: org_)
Query Parameters
limit?integer
Range
1 <= value <= 100Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:3013/api/v1/org/string/ecom/checkout-order-push/attempts"{
"success": true,
"data": [
{
"id": "atmp_abc123",
"commerceOrderId": "ord_def456",
"cognisOrderNumber": "WB0042",
"brandId": "br_ghi789",
"shopifyIntegrationId": "int_jkl012",
"status": "succeeded",
"shopifyOrderName": "#1042",
"lastErrorCode": null,
"lastErrorMessage": null,
"attemptCount": 1,
"createdAt": "2026-06-26T12:00:00.000Z",
"updatedAt": "2026-06-26T12:00:01.000Z"
}
],
"message": "Success",
"traceId": "req_abc123"
}{
"success": false,
"message": "Invalid data",
"errors": [
{
"code": 400,
"message": "Invalid data"
}
],
"traceId": "req_xxx"
}{
"success": false,
"message": "Unauthorized",
"errors": [
{
"code": 401,
"message": "Unauthorized"
}
],
"traceId": "req_xxx"
}{
"success": false,
"message": "Forbidden",
"errors": [
{
"code": 403,
"message": "Forbidden"
}
],
"traceId": "req_xxx"
}{
"success": false,
"message": "Not found",
"errors": [
{
"code": 404,
"message": "Not found"
}
],
"traceId": "req_xxx"
}{
"success": false,
"message": "Conflict",
"errors": [
{
"code": 409,
"message": "Conflict"
}
],
"traceId": "req_xxx"
}{
"success": false,
"message": "string",
"errors": [
{
"code": 0,
"message": "string",
"details": {}
}
],
"traceId": "string",
"params": {},
"readableMessage": "string"
}{
"success": false,
"message": "Rate limit exceeded",
"errors": [],
"traceId": "req_xxx"
}{
"success": false,
"message": "Unexpected error",
"errors": [
{
"code": 500,
"message": "Unexpected error"
}
],
"traceId": "req_xxx"
}