Skip to main content

Create a bulk shipping group

POST 

/v1/card/shipping-groups

Groups several physical cards into one parcel. Create the group FIRST, then pass the returned id as shippingGroupId on each card — the issuer fixes it at card creation and it can never be added or changed afterwards.

Cards travel together only when they share this group AND ship on the same product, and only when all of them are created before 12:00 EST, Monday to Friday; a card created after the cutoff goes in the next batch. A group needs at least two cards to ship as a bulk parcel. Each card is still individually sealed and addressed inside it.

No Idempotency-Key, and this call is not idempotent — the issuer offers no dedupe, so a retry creates a second group. That is harmless: a group no card names is inert. Read GET /shipping-groups before retrying if you would rather not have one.

Request

Responses

Created successfully