Create or update multiple products.
Create a new product or update existing product with this PUT operation.
curl --request PUT \
--url https://api.aasaan.shop/api/v1/stores/products \
--header 'Content-Type: application/json' \
--data '[
{
"id": "ae7219",
"name": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo",
"quantity": 100,
"weight": 2,
"prices": [
{
"channelId": "636f2e876e9de14bfe1b02f1",
"salesPrice": "45",
"regularPrice": "50",
"hide": false
}
],
"categoryInformation": [
"breakfast menu"
],
"tagInformation": [
"vegan"
],
"description": "Now, ensure the good health of your hair with Head & Shoulders Anti Hairfall Anti Dandruff Shampoo that strengthens hair from its roots and cures dandruff. Be it dry, frizzy, or damaged, this shampoo can bring back the younger days of your hair within just a few days. The shampoo is richly indulgent and improves the experience of washing your hair. It makes your hair dandruff-free up to 100%. Do not fret over chemicals as the product is gentle in use and can be used every day.",
"shortDescription": "Anti Dandruff Shampoo that strengthens hair from its roots and cures dandruff",
"active": true,
"outOfStock": false,
"displayOrder": 1,
"width": 100,
"height": 200,
"depth": 20,
"isShippingEnabled": true,
"seo": {
"title": "Head and Shoulders",
"description": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo that strengthens hair",
"image": {
"url": "https://images.aasaan.app/123412421",
"type": "image/png"
}
},
"images": [
{
"id": 0,
"url": "https://images.aasaan.app/123412421",
"type": "https://images.aasaan.app/123412421"
}
],
"brandInformation": "Nike",
"metaData": {},
"variantAttributeValues": [
{
"name": "color",
"value": [
"blue, yellow, green"
]
}
]
}
]'
{
"products": [
{
"id": "623d3455ec3c4b3548eb4a343",
"sku": "000-000-000-000",
"name": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo",
"slug": "head_shoulders_anti_hairfall_anti_dandruff_shampoo_650_ml_22",
"quantity": 1,
"description": "Now, ensure the good health of your hair with Head & Shoulders Anti Hairfall Anti Dandruff Shampoo that strengthens hair from its roots and cures dandruff. Be it dry, frizzy, or damaged, this shampoo can bring back the younger days of your hair within just a few days. The shampoo is richly indulgent and improves the experience of washing your hair. It makes your hair dandruff-free up to 100%. Do not fret over chemicals as the product is gentle in use and can be used every day.",
"shortDescription": "Anti Dandruff Shampoo that strengthens hair from its roots and cures dandruff",
"active": true,
"outOfStock": false,
"width": 100,
"height": 200,
"depth": 20,
"weight": 500,
"prices": [
{
"channelId": "636f2e876e9de14bfe1b02f1",
"salesPrice": "45",
"regularPrice": "50",
"hide": false
}
],
"isShippingEnabled": true,
"isProductLevelTaxEnabled": true,
"tax": {
"CGST": 2,
"SGST": 2,
"GST": 4
},
"isVariantEnabled": true,
"seo": {
"title": "Head and Shoulders",
"description": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo that strengthens hair",
"image": {
"url": "https://images.aasaan.app/123412421",
"type": "image/png"
}
},
"categories": [
{
"id": "1231231",
"name": "Shampoos and Soaps"
}
],
"images": [
{
"id": 0,
"url": "https://images.aasaan.app/123412421",
"type": "image/png"
}
],
"variantAttributeValues": [
{
"name": "color",
"value": [
"blue, yellow, green"
]
}
],
"brand": {
"id": "636f2e876e9de14bfe1b02fa",
"name": "P&G"
},
"variants": [
{
"id": "567152378158871683",
"name": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo 600ml",
"quantity": 10,
"description": "",
"shortDescription": "",
"active": true,
"outOfStock": false,
"width": 10,
"height": 10,
"depth": 10,
"weight": 10,
"isShippingEnabled": true,
"isProductLevelTaxEnabled": true,
"images": [
{
"id": 0,
"url": "https://images.aasaan.app/123412421",
"type": "image/png"
}
],
"date_created": "2022-03-25T03:17:44.092Z",
"date_modified": "2022-06-10T07:51:12.510Z"
}
],
"date_created": "2022-03-25T03:17:44.092Z",
"date_modified": "2022-06-10T07:51:12.510Z"
}
],
"errors": [
"Product with ProductId - product-id-1 is missing categories"
]
}
Body
id
Name
Product quantity
Weight(kg)
Active indicator
Brand
Associated Categories
Depth(cm)
Product description
Display Order within the category
Height(cm)
Enable to enter shipping details
Any additional meta data that needs to be stored as a part of this entity
Out of stock product
Price Information across various channels
Product short description
Associated tags
Width(cm)
Response
Active indicator
Created date
Modified date
Depth(cm)
Product description
Height(cm)
Unique identifier for the resource
Enable to enter CGST and SGST taxes
Enable to enter shipping details
Enable to enter product variants
Name
Out of stock product
Price Information across various channels
ID of the channel for which price is being specified
Hides the product in the channel
Actual Price - should be greater than on equal to salesPrice
Current Selling Price
Product quantity
Product short description
Stock keeping Unit
Slug
Images
Active indicator
Created date
Modified date
Depth(cm)
Variant description
Height(cm)
Unique identifier for a variant
Enable to enter CGST and SGST taxes
Enable to enter shipping details
Variant name
Out of stock
Variant quantity
Variant short description
Weight(kg)
Width(cm)
Weight(kg)
Width(cm)
curl --request PUT \
--url https://api.aasaan.shop/api/v1/stores/products \
--header 'Content-Type: application/json' \
--data '[
{
"id": "ae7219",
"name": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo",
"quantity": 100,
"weight": 2,
"prices": [
{
"channelId": "636f2e876e9de14bfe1b02f1",
"salesPrice": "45",
"regularPrice": "50",
"hide": false
}
],
"categoryInformation": [
"breakfast menu"
],
"tagInformation": [
"vegan"
],
"description": "Now, ensure the good health of your hair with Head & Shoulders Anti Hairfall Anti Dandruff Shampoo that strengthens hair from its roots and cures dandruff. Be it dry, frizzy, or damaged, this shampoo can bring back the younger days of your hair within just a few days. The shampoo is richly indulgent and improves the experience of washing your hair. It makes your hair dandruff-free up to 100%. Do not fret over chemicals as the product is gentle in use and can be used every day.",
"shortDescription": "Anti Dandruff Shampoo that strengthens hair from its roots and cures dandruff",
"active": true,
"outOfStock": false,
"displayOrder": 1,
"width": 100,
"height": 200,
"depth": 20,
"isShippingEnabled": true,
"seo": {
"title": "Head and Shoulders",
"description": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo that strengthens hair",
"image": {
"url": "https://images.aasaan.app/123412421",
"type": "image/png"
}
},
"images": [
{
"id": 0,
"url": "https://images.aasaan.app/123412421",
"type": "https://images.aasaan.app/123412421"
}
],
"brandInformation": "Nike",
"metaData": {},
"variantAttributeValues": [
{
"name": "color",
"value": [
"blue, yellow, green"
]
}
]
}
]'
{
"products": [
{
"id": "623d3455ec3c4b3548eb4a343",
"sku": "000-000-000-000",
"name": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo",
"slug": "head_shoulders_anti_hairfall_anti_dandruff_shampoo_650_ml_22",
"quantity": 1,
"description": "Now, ensure the good health of your hair with Head & Shoulders Anti Hairfall Anti Dandruff Shampoo that strengthens hair from its roots and cures dandruff. Be it dry, frizzy, or damaged, this shampoo can bring back the younger days of your hair within just a few days. The shampoo is richly indulgent and improves the experience of washing your hair. It makes your hair dandruff-free up to 100%. Do not fret over chemicals as the product is gentle in use and can be used every day.",
"shortDescription": "Anti Dandruff Shampoo that strengthens hair from its roots and cures dandruff",
"active": true,
"outOfStock": false,
"width": 100,
"height": 200,
"depth": 20,
"weight": 500,
"prices": [
{
"channelId": "636f2e876e9de14bfe1b02f1",
"salesPrice": "45",
"regularPrice": "50",
"hide": false
}
],
"isShippingEnabled": true,
"isProductLevelTaxEnabled": true,
"tax": {
"CGST": 2,
"SGST": 2,
"GST": 4
},
"isVariantEnabled": true,
"seo": {
"title": "Head and Shoulders",
"description": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo that strengthens hair",
"image": {
"url": "https://images.aasaan.app/123412421",
"type": "image/png"
}
},
"categories": [
{
"id": "1231231",
"name": "Shampoos and Soaps"
}
],
"images": [
{
"id": 0,
"url": "https://images.aasaan.app/123412421",
"type": "image/png"
}
],
"variantAttributeValues": [
{
"name": "color",
"value": [
"blue, yellow, green"
]
}
],
"brand": {
"id": "636f2e876e9de14bfe1b02fa",
"name": "P&G"
},
"variants": [
{
"id": "567152378158871683",
"name": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo 600ml",
"quantity": 10,
"description": "",
"shortDescription": "",
"active": true,
"outOfStock": false,
"width": 10,
"height": 10,
"depth": 10,
"weight": 10,
"isShippingEnabled": true,
"isProductLevelTaxEnabled": true,
"images": [
{
"id": 0,
"url": "https://images.aasaan.app/123412421",
"type": "image/png"
}
],
"date_created": "2022-03-25T03:17:44.092Z",
"date_modified": "2022-06-10T07:51:12.510Z"
}
],
"date_created": "2022-03-25T03:17:44.092Z",
"date_modified": "2022-06-10T07:51:12.510Z"
}
],
"errors": [
"Product with ProductId - product-id-1 is missing categories"
]
}