Create Checkout Session

Create or update a checkout session

post

Create or update a basket in Limio for the basket to be tracked and used in order submission. This is the first step in the checkout process. The basket will be created or updated based on the provided data. The basket ID will be returned in the response.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

To create a Bearer token, see How to get an OAuth Bearer Token?.

Usage format: Bearer <token>

Body

Create a new basket

Responses
200

OK

application/json
post
/checkout/initiate

Last updated

Was this helpful?