order.list
aid_orders_id_sessions_get
Retrieve list of sessions for an order
scopes:
- admin:shopping
- read:shopping
get/accounts/{aid}/shopping/orders/{order_id}/sessions
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
order_idstring required
The resource identifier string
Response
session collection
Example response
{
"sessions": [
{
"id": "bd04c959-d159-49b4-a096-2d84e014a8da",
"created_by": "bd04c959-d159-49b4-a096-2d84e014a8da",
"amount": 27840,
"items": [
{
"amount": 27840
}
]
}
]
}