---
title: "Add to cart"
method: PUT
path: "/v1/buy/cart"
tags: ["Cart"]
---

# Add to cart

`PUT /v1/buy/cart`

Adds the listed phone numbers to the purchase cart.

## Request body

- object
  - `ids` string[], required — Phone numbers to add to the cart.

## Response `200`

Returns the phone numbers now in the cart.

- unknown[]
  - unknown

## Other responses

- `400` — Request failed. Missing or invalid parameter <param_name>
- `403` — Request failed. The feature is disabled for your account.
- `404` — Request failed. An object with the specified ID is not found.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/revisions/b22f170488b6/schema)
