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