v1

latestOpenAPI 3.0.02026-08-04620256.0 KB
Physical Card
Swipe

Bulk ship physical cards

post/cards/bulk-ship

Headers

Accept-Versionstring required

Specifies the API version to use for this request.

Request body

bulkshipIDstring uuid

The unique shipping ID provided after placing a bulk shipment order by calling the POST /cards/bulk-ship endpoint.

Example request

{
  "bulkShippingAddress": {
    "country": "HK"
  },
  "destinationShippingDetails": [
    {
      "shippingAddress": {
        "country": "HK"
      }
    }
  ]
}

Response

Triggered bulk shipping

OR