cURL
curl --request POST \ --url https://public.api.collectpure.com/v1/cart/sell/{cartId}/add \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "productId": "<string>", "variantId": "<string>", "quantity": 123 }'
{ "success": true }
Add product items to an existing sell cart
API key for authentication
Cart ID
Product ID
Variant ID
Quantity to add
Default Response