---
title: "Create Bulk Cards"
method: POST
path: "/api/v1/cards/bulk"
tags: ["Cards"]
---

# Create Bulk Cards

`POST /api/v1/cards/bulk`

## Request body

- BulkCreateCardRequest — Request class for bulk create card REST endpoint
  - `cardProduct` integer, required — The unique ID of the card product linked to the card.
  - `quantity` integer, required — The number of cards to be created
  - `nameOnCard` string, nullable — Name embossed on card. This name will be applied to every card created.
  - `imageId` string, nullable — The image ID used for every card created.
  - `fulfilmentAddress` Address — Address.
    - `addressLine1` string, nullable — Address line 1.
    - `addressLine2` string, nullable — Address line 2.
    - `addressLine3` string, nullable — Address line 3.
    - `city` string, nullable — City.
    - `county` string, nullable — County.
    - `country` string, nullable — Country.
    - `postCode` string, nullable — Postcode.
  - `deliveryMethod` 'StandardDelivery' | 'RegisteredMail' | 'DirectDelivery' | 'CustomizedDelvMethod1' | 'CustomizedDelvMethod2' | 'CustomizedDelvMethod3' | 'CustomizedDelvMethod4' | 'CustomizedDelvMethod5', nullable — The delivery method for every card created.

## Response `202`

Accepted

- BulkCreateCardResponse — Response object from bulk create card method
  - `id` integer — Batch request Id / identity field value from [dbo].[Cardgen_RequestCMS] table.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Client Error
- `500` — Server Error

---

[API](https://skmtc.net/thredd/apis/core-cards.md) · [All operations](https://skmtc.net/thredd/apis/core-cards/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thredd/core-cards/versions/841f62def5bf/schema)
