Card Bulk Orders
Create bulk order
Create a new bulk order for physical card shipments. Cards can be added to the order via the POST /v1/cards endpoint by specifying the bulk_order_token. Lock the order via PATCH /v1/card_bulk_orders/{bulk_order_token} to prepare for shipment. Please work with your Customer Success Manager and card personalization bureau to ensure bulk shipping is supported for your program.
post/v1/card_bulk_orders
Request body
Example request
{
"customer_product_id": "custom-card-design-123"
}Response
Created
Example response
{
"token": "7ef7d65c-9023-4da3-b113-3b8583fd7951",
"customer_product_id": "custom-card-design-123",
"created": "2021-06-28T22:53:15Z",
"updated": "2021-06-28T22:53:15Z"
}