curl --request POST \
--url https://public.api.collectpure.com/v1/cart/sell \
--header 'x-api-key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
Creates a new cart for selling products. The endpoint returns the ID of the newly created cart.
Response Example
Authorizations
API key for authentication