Skip to main content
GET
/
sessions
/
{id}
Error
A valid request URL is required to generate request examples
{
  "session_key": "<string>",
  "cart": {},
  "customer": {},
  "session_expiry": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cocartapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication with username and password.

Path Parameters

id
string
required

Unique session key for the cart session.

Response

Cart session retrieved successfully.

session_key
string

Unique session key.

cart
object

Cart data for this session.

customer
object

Customer data for this session.

session_expiry
string<date-time>

Session expiry date.