cURL
curl --request POST \ --url https://api.papercuts.ai/v1/amazon/buynow \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-User-Token: <api-key>' \ --data '{ "asin": "<string>", "itemUrl": "<string>" }'
{ "status": "ok" }
Place an order for an Amazon item using the default address and payment method. Use ASIN or Amazon URL to identify the item. If both are present, the ASIN will be used
Your Papercuts API Key
User Token received while integrating end user accounts
Item purchased successfully
The response is of type object.
object