{
"title": "string",
"subtitle": "string",
"description": "string",
"discountable": true,
"thumbnail": "string",
"handle": "string",
"collection_id": "string",
"weight": 0,
"length": 0,
"height": 0,
"width": 0,
"origin_country": "string",
"mid_code": "string",
"material": "string",
"images": [
"string"
],
"status": "draft",
"metadata": {},
"type": {
"id": "string",
"value": "string"
},
"tags": [
{
"id": "string",
"value": "string"
}
],
"sales_channels": [
{
"id": "string"
}
],
"categories": [
{
"id": "string"
}
],
"variants": [
{
"id": "string",
"title": "string",
"sku": "string",
"ean": "string",
"upc": "string",
"barcode": "string",
"hs_code": "string",
"inventory_quantity": 0,
"allow_backorder": true,
"manage_inventory": true,
"weight": 0,
"length": 0,
"height": 0,
"width": 0,
"origin_country": "string",
"mid_code": "string",
"material": "string",
"metadata": {},
"options": [
{
"option_id": "string",
"value": "string"
}
],
"prices": [
{
"id": "string",
"region_id": "string",
"amount": 0,
"min_quantity": 0,
"max_quantity": 0,
"currency_code": "string"
}
]
}
]
}
curl --location --request POST '/admin/products/' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"subtitle": "string",
"description": "string",
"discountable": true,
"thumbnail": "string",
"handle": "string",
"collection_id": "string",
"weight": 0,
"length": 0,
"height": 0,
"width": 0,
"origin_country": "string",
"mid_code": "string",
"material": "string",
"images": [
"string"
],
"status": "draft",
"metadata": {},
"type": {
"id": "string",
"value": "string"
},
"tags": [
{
"id": "string",
"value": "string"
}
],
"sales_channels": [
{
"id": "string"
}
],
"categories": [
{
"id": "string"
}
],
"variants": [
{
"id": "string",
"title": "string",
"sku": "string",
"ean": "string",
"upc": "string",
"barcode": "string",
"hs_code": "string",
"inventory_quantity": 0,
"allow_backorder": true,
"manage_inventory": true,
"weight": 0,
"length": 0,
"height": 0,
"width": 0,
"origin_country": "string",
"mid_code": "string",
"material": "string",
"metadata": {},
"options": [
{
"option_id": "string",
"value": "string"
}
],
"prices": [
{
"id": "string",
"region_id": "string",
"amount": 0,
"min_quantity": 0,
"max_quantity": 0,
"currency_code": "string"
}
]
}
]
}'
{
"code": "success",
"data": {
"id": "prod_01HY7Y5YJR18ZD0FYSPHF8YJJD",
"title": "Medusa T-Shirt",
"subtitle": "null",
"description": "Reimagine the feeling of a classic T-shirt. With our cotton T-shirts, everyday essentials no longer have to be ordinary. ",
"handle": null,
"is_giftcard": true,
"thumbnail": null,
"profile_id": "84",
"weight": 12,
"length": 14,
"height": 37,
"width": 15,
"hs_code": "24",
"origin_country": "ut",
"mid_code": "18",
"material": null,
"collection_id": "12",
"type_id": "97",
"discountable": false,
"external_id": "3",
"created_at": "2000-11-07 15:38:20",
"updated_at": "2017-05-03 04:38:26",
"deleted_at": "1988-03-09 09:20:24",
"status": "rejected",
"metadata": null,
"images": [],
"categories": [],
"collection": {},
"tags": [],
"profile": {},
"profiles": null,
"type": {},
"sales_channels": [],
"options": [],
"variants": []
}
}