v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
order.list

aid_orders_id_events_get

Retrieve a list of latest order events

scopes:

  • admin:shopping
  • read:shopping
  • read:shopping:/orders/ANY/events
get/accounts/{aid}/shopping/orders/{order_id}/events

Path parameters

aidstring ^[PT]{1}\d{8}$ required

An id that uniquely identifies the account.

order_idstring required

The resource identifier string

Response

order events

statestring

The combined state of all events

  • failure if any of the events reports as error or failure
  • pending if there is no events or if the latest status for any service is pending
  • success if the latest status for all services is success

Example response

{
  "events": [
    {
      "id": "bd04c959-d159-49b4-a096-2d84e014a8da",
      "created_by": "bd04c959-d159-49b4-a096-2d84e014a8da"
    }
  ]
}