Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

GET /v1/commerce/analytics/recent-orders

GET/v1/commerce/analytics/recent-orders
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
itemsRecentOrder[] | nullrequired
Show properties
Array of RecentOrder
contact_namestringrequired
created_atstring<date-time>required
idstringrequired
statusstringrequired
total_amountinteger<int64>required
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/commerce/analytics/recent-orders"
Response
{
  "items": [
    {
      "contact_name": "string",
      "created_at": "2024-01-01T00:00:00Z",
      "id": "string",
      "status": "string",
      "total_amount": 0
    }
  ]
}