curl --location --request PUT 'https://api.qa.ordermesh.io/catalog/v1/products/bulk' \
--header 'Content-Type: application/json' \
--data '{
"bulk": [
{
"id": "1194",
"title": "Accent Mugs",
"description": "Dazzle your business customers with print on demand accent mugs. Easy to customize and ship. Check out our dropshipped custom accent mugs here.",
"type": "Mugs",
"brand": "Print",
"model": "Accent Mug",
"modelId": "AM-1194",
"attributes": [
{
"id": "44E5C8AA-9932-47AC-A5FE-A97278C7279F",
"name": "Size",
"values": [
{
"id": "3960F42D-8BCF-4612-AC16-699A114CA7E4",
"name": "11 oz"
},
{
"id": "A67C1B6D-75D2-4CD7-B79D-5E7AB7D56E6A",
"name": "15 oz"
}
]
},
{
"id": "AA9081EC-37A3-43C5-A9D0-9BEC266E77AD",
"name": "Colors",
"values": [
{
"id": "C477A809-40CD-4BB4-9C30-A650B61CBFA8",
"name": "White with Black Accents"
}
]
}
],
"categories": [
"Home & Living",
"All"
],
"subCategories": [
"Drinkware"
],
"images": [
"https://az412349.cdn.gooten.com/product-accentmugs/CatalogPreviews/AccentMugBlue-1.jpg"
],
"tags": [
"Kitchen",
"Home + Living",
"Office",
"Drinkware",
"Wedding"
],
"minPrice": {
"amount": 7.9,
"currency": "USD",
"currencies": null
},
"maxPrice": {
"amount": 8.4,
"currency": "USD",
"currencies": null
},
"shippingMinPrice": {
"amount": 5.49,
"currency": "USD",
"currencies": null
},
"hidden": null,
"status": "Active",
"extras": [
{
"name": "Material",
"values": [
"Ceramic"
]
}
]
}
]
}'