Add items to the Amazon cart
curl --request POST \ --url https://api.papercuts.ai/v1/amazon/cart/add \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-User-Token: <api-key>' \ --data '{ "items": [ { "asin": "<string>", "quantity": 123 } ] }'
{ "status": "ok" }
Your Papercuts API Key
User Token received while integrating end user accounts
Items added to cart successfully
The response is of type object.
object