Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?