---
title: "Get physical card shipping order"
method: GET
path: "/cards/{cardId}/orders"
tags: ["Physical Card"]
---

# Get physical card shipping order

`GET /cards/{cardId}/orders`

## Path parameters

- `cardId` string, uuid, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Response `200`

Card Orders

- object
  - `sku` string, required — The stock-keeping unit (SKU) is a unique identifier printed on the packaging of each embossed card. It allows for easy identification of the card and ensures it is matched with the correct cardholder for further processing (such as final-mile postage) without needing to open the packaging. Once a bulk order is placed, the embossed cards will be delivered to your specified address. The SKU enables verification of the correct card during shipment, maintaining the integrity of the packaging.
  - `shipping_tracking` object
    - `status` 'CARD_SHIPPING_INFO_AVAILABLE' | 'CARD_SHIPPING_REQUESTED' | 'CARD_IN_TRANSIT' | 'CARD_OUT_FOR_DELIVERY' | 'CARD_DELIVERED' | 'CARD_SHIPPING_ATTEMPT_FAILED' | 'CARD_SHIPPING_EXCEPTION' | 'CARD_SHIPPING_CANCELED', required
    - `tracking_number` string, nullable, required
    - `tracking_url` string, nullable, required
  - `shipping_address` object — A delivery address.
    - `line1` string, required — Address line 1 (e.g. flat, floor, building name).
    - `line2` string, nullable — Address line 2 (e.g. street, district).
    - `zone` string, nullable — State, county, province, or region.
    - `city` string, required — City, district, or town of the delivery address.
    - `postalCode` string, required — Postal code of the address. Only Arabic numerals **0-9**, Latin letters (A-Z, a-z), spaces, and hyphens (**-**) are allowed.
    - `country` string, required — Two-letter country code ([ISO 3166-1 Alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
  - `courier` object, required
    - `type` 'POSTAL' | 'COURIER', required
    - `name` 'DHL' | 'FEDEX', required

## Other responses

- `400` — Bad Request
- `404` — Card not found

---

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