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
Example response
{
"events": [
{
"id": "bd04c959-d159-49b4-a096-2d84e014a8da",
"created_by": "bd04c959-d159-49b4-a096-2d84e014a8da"
}
]
}