Creates a new cart for purchasing products
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.
{ "id": "fa79bab0-429b-4eed-beb2-ab83bef90936" }
API key for authentication
Default Response
The response is of type object.
object