v1
latestOpenAPI 3.1.02026-07-14460151.1 KBGet design by id (multi-location)
Retrieve details regarding your design. This includes both inventory and on-demand products that can be found on the "My Catalog" tab on your Corporate Merch dashboard.
get/v2/designs/unified/{id}
Path parameters
idstring required
Product ID
Response
200
Example response
{
"data": {
"id": 5,
"sku": "CM101",
"name": "Product name",
"colors": [
{
"code": "#000000",
"name": "Black"
}
],
"quantity": 15,
"type": "on_demand",
"weight": "1",
"unit_price": "20",
"prices": [
{
"amount": "20",
"min_quantity": 1,
"max_quantity": 50
}
],
"dimensions": {
"length": "1",
"width": "1",
"height": "1"
},
"catalog_id": 2,
"created_at": "2022-06-21T17:47:19+00:00",
"sides": [
{
"name": "front",
"decoration_method": "embroidery",
"preview_image": {
"id": 1,
"src": "https://corporatemerch.com/image1.png",
"thumbnail": "https://corporatemerch.com/image1-thumb.png"
},
"artwork_image": {
"id": 2,
"src": "https://corporatemerch.com/image2.png",
"thumbnail": "https://corporatemerch.com/image2-thumb.png"
}
}
],
"variants": [
{
"id": 1,
"product_id": 5,
"sku": "CM101_XS_M",
"quantity": 5,
"size": "XS",
"gender": "M",
"image": {
"id": 1,
"src": "https://corporatemerch.com/image1.png",
"thumbnail": "https://corporatemerch.com/image1-thumb.png"
}
}
],
"estimated_ship_date": "2026-03-02T13:44:07-05:00"
}
}