---
title: "Preview SIM card orders"
method: POST
path: "/sim_card_order_preview"
tags: ["SIM Card Orders"]
---

# Preview SIM card orders

`POST /sim_card_order_preview`

Previews a SIM card order purchase, returning estimated costs and details before you place the order. The preview is processed asynchronously.

## Request body

- object
  - `quantity` integer, required — The amount of SIM cards that the user would like to purchase in the SIM card order.
  - `address_id` string, required — Uniquely identifies the address for the order.

## Response `202`

Successful Response

- object
  - `data` SIMCardOrderPreview
    - `total_cost` object
      - `amount` string — A string representing the cost amount.
      - `currency` string — ISO 4217 currency string.
    - `shipping_cost` object
      - `amount` string — A string representing the cost amount.
      - `currency` string — ISO 4217 currency string.
    - `sim_cards_cost` object
      - `amount` string — A string representing the cost amount.
      - `currency` string — ISO 4217 currency string.
    - `record_type` string — Identifies the type of the resource.
    - `quantity` integer — The amount of SIM cards requested in the SIM card order.

## Other responses

- `422` — Unprocessable entity. Check the 'detail' field in response for details.

## Changes

> 99 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 1 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `422`
- **2026-08-17** `1571b0380bd7` — 1 breaking
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `422`
- **2026-08-04** `8f5f4e537994` — 1 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `422`

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/sim_card_order_preview/post.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/227c33b1ac9c?raw)
