---
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`

Preview SIM card order purchases.

## Request body

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

## Response `202`

Successful Response

- object
  - `data` SIMCardOrderPreview
    - `quantity` integer — The amount of SIM cards requested in the SIM card order.
    - `record_type` string — Identifies the type of the resource.
    - `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.
    - `total_cost` object
      - `amount` string — A string representing the cost amount.
      - `currency` string — ISO 4217 currency string.

## Other responses

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

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/1571b0380bd7/schema)
