POST
/
v1
/
cart
/
buy
curl --request POST \
  --url https://public.api.collectpure.com/v1/cart/buy \
  --header 'x-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Creates a new cart for purchasing products. The endpoint returns the ID of the newly created cart.

Response Example

{
  "id": "fa79bab0-429b-4eed-beb2-ab83bef90936"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200
application/json
Default Response
id
string

Cart ID