> ## Documentation Index
> Fetch the complete documentation index at: https://betterdatainc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Session

> Initialize a new commerce session

## Response

<ResponseField name="id" type="string">
  The newly created unique session ID.
</ResponseField>

<ResponseField name="expiresAt" type="string">
  ISO timestamp of when the session will expire.
</ResponseField>
