---
title: "card.shipped"
method: POST
path: "card.shipped"
tags: ["Event Types"]
---

# card.shipped

`POST card.shipped` (webhook)

Occurs when a card is shipped.

## Payload

- object
  - `event_type` 'card.shipped', required — The type of event that occurred.
  - `card_token` string, uuid, required — The token of the card that was shipped.
  - `bulk_order_token` string, uuid, nullable, required — The token of the bulk order associated with this card shipment, if applicable.
  - `shipping_method` 'Ex-US expedited with tracking' | 'Ex-US standard with tracking' | 'Ex-US standard without tracking' | 'FedEx 2 days' | 'FedEx express' | 'FedEx overnight' | 'USPS priority' | 'USPS with tracking' | 'USPS without tracking envelope' | 'USPS without tracking envelope non-machine' | 'USPS without tracking flat', required — The specific shipping method used to ship the card.
  - `tracking_number` string, nullable, required — The tracking number of the shipment.

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
