---
title: "Add To Cart"
method: POST
path: "/v1/amazon/items/add-to-cart"
tags: ["integrations > amazon"]
---

# Add To Cart

`POST /v1/amazon/items/add-to-cart`

Add an item to the cart. **The end user must have a default address and payment method set**. Either ASIN or a valid amazon url to the item must be present. If both are present, the ASIN will be used.

## Headers

- `Authorization` string, required
- `X-Account-Token` string, required

## Request body

- object
  - `asin` string
  - `itemUrl` string

## Response `200`

Response with status 200

- TypesAmazonAddToCartResponse — unresolved $ref

## Other responses

- `400` — Error response with status 400
- `401` — Error response with status 401
- `404` — Error response with status 404
- `500` — Error response with status 500

---

[API](https://skmtc.dev/trykeet/apis/api-reference.md) · [All operations](https://skmtc.dev/trykeet/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trykeet/api-reference/revisions/d1fc1f3a00ff/schema)
