---
title: "Retrieve the cart"
method: GET
path: "/v1/buy/cart"
tags: ["Cart"]
---

# Retrieve the cart

`GET /v1/buy/cart`

Returns the current purchase cart, including the phone numbers it contains and the documents each requires.

## Response `200`

Returns the cart.

- object
  - `dids` AvailableNumber[], required — List of phone numbers in the cart.
    - `id` integer, required — Phone number ID.
    - `activation_fee` string, required — One-time activation fee in USD.
    - `monthly_fee` string, required — Monthly fee in USD.
    - `per_min` string, required — Price per inbound minute in USD.
    - `channels` string, int32, required — Maximum number of concurrent inbound calls.
    - `city` string, required — City where the phone number originates.
    - `country` string, required — Country where the phone number originates.
    - `country_short_name` string, required — Two-letter ISO country code.
    - `cnam` boolean, nullable, required — Indicates whether CNAM can be activated.
    - `free_min` integer, required — Number of free inbound minutes.
    - `number` string, required — Phone number in E.164 format.
    - `require_docs` integer[], required — Documents required to activate the phone number.
    - `sms_enabled` boolean, required — Indicates whether the phone number can receive inbound SMS and MMS messages.
    - `sms_price` number, float, required — Price per inbound SMS segment in USD.
    - `domestic_cli` boolean — Indicates whether the number can be used as the Caller ID for local calls.
  - `doc_types` DocumentType[], required — Document types required to activate phone numbers.
    - `id` integer, required — Document type ID.
    - `name` string, required — Document type name.
    - `title` string, required — Human-readable document type name.

## Other responses

- `400` — Request failed. Missing or invalid parameter <param_name>
- `403` — Request failed. The feature is disabled for your account.

---

[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)
