curl --request POST \
--url https://api.example.com/api/brand-studio/collections/{collection_id}/garments \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"color_palette_json": "<string>",
"designer_instructions": "<string>",
"fabric_specs": "<string>",
"garment_type": "other",
"images": [
{
"asset_id": "<string>",
"slot": "reference",
"position": 0
}
],
"measurements_json": "<string>",
"silhouette_notes": "<string>"
}
'{
"collection_id": "<string>",
"created_at": "<string>",
"garment_type": "shirt",
"id": "<string>",
"name": "<string>",
"updated_at": "<string>",
"color_palette_json": "<string>",
"designer_instructions": "<string>",
"fabric_specs": "<string>",
"images": [],
"measurements_json": "<string>",
"position": 0,
"share_token": "<string>",
"silhouette_notes": "<string>"
}curl --request POST \
--url https://api.example.com/api/brand-studio/collections/{collection_id}/garments \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"color_palette_json": "<string>",
"designer_instructions": "<string>",
"fabric_specs": "<string>",
"garment_type": "other",
"images": [
{
"asset_id": "<string>",
"slot": "reference",
"position": 0
}
],
"measurements_json": "<string>",
"silhouette_notes": "<string>"
}
'{
"collection_id": "<string>",
"created_at": "<string>",
"garment_type": "shirt",
"id": "<string>",
"name": "<string>",
"updated_at": "<string>",
"color_palette_json": "<string>",
"designer_instructions": "<string>",
"fabric_specs": "<string>",
"images": [],
"measurements_json": "<string>",
"position": 0,
"share_token": "<string>",
"silhouette_notes": "<string>"
}1 - 300shirt, pants, jacket, dress, skirt, coat, accessories, other Show child attributes
Successful Response
shirt, pants, jacket, dress, skirt, coat, accessories, other Show child attributes