---
title: "Get physical card shipping order by bulkship ID"
method: GET
path: "/cards/{bulkshipId}/bulkship"
tags: ["Physical Card"]
---

# Get physical card shipping order by bulkship ID

`GET /cards/{bulkshipId}/bulkship`

## Path parameters

- `bulkshipId` string, uuid, required

## Headers

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

## Response `200`

Card Orders

- object[]
  - `card_id` string — The unique identifier of the card that will be embossed and shipped as part of the bulk shipment.
  - `sku` string — 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

- `404` — 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)
