cURL
curl --request POST \ --url https://app.fliqr.ai/api/users/{user_id}/cart/{product_id} \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'X-ACCESS-TOKEN: <api-key>' \ --data quantity=123
{ "success": true }
Add a product to user cart
successful operation
Was this page helpful?