PUT
/
{storeId}
/
products
curl --request PUT \
  --url https://partner-api.aasaan.shop/api/v1/partner-integrations/stores/{storeId}/products \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "id": "ae7219",
    "name": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo",
    "salesPrice": 543,
    "regularPrice": 543,
    "quantity": 100,
    "weight": 2,
    "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",
    "hide": true,
    "active": true,
    "outOfStock": true,
    "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": "<string>",
        "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",
      "name": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo",
      "slug": "head_shoulders_anti_hairfall_anti_dandruff_shampoo_650_ml_22",
      "salesPrice": 543,
      "regularPrice": 543,
      "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",
      "hide": true,
      "active": true,
      "outOfStock": true,
      "displayOrder": 1,
      "width": 100,
      "height": 200,
      "depth": 20,
      "weight": 500,
      "isShippingEnabled": true,
      "isVariantEnabled": true,
      "variantAttributeValues": [
        {
          "name": "color",
          "value": [
            "blue, yellow, green"
          ]
        }
      ],
      "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": "<string>",
          "url": "https://images.aasaan.app/123412421",
          "type": "image/png"
        }
      ],
      "brand": {
        "id": "636f2e876e9de14bfe1b02fa",
        "name": "P&G"
      },
      "metaData": {},
      "variants": [
        {
          "id": "567152378158871683",
          "name": "Head & Shoulders Anti Hairfall Anti Dandruff Shampoo 600ml",
          "salesPrice": 800,
          "regularPrice": 800,
          "quantity": 10,
          "description": "<string>",
          "shortDescription": "<string>",
          "hide": true,
          "active": true,
          "outOfStock": true,
          "width": 10,
          "height": 10,
          "depth": 10,
          "weight": 10,
          "isShippingEnabled": true,
          "images": [
            {
              "id": "<string>",
              "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"
  ]
}

Path Parameters

storeId
string
required

Store ID for this resource request

Body

application/json · object[]
id
string
required

id

name
string
required

Name

salesPrice
string
required

Sales price

regularPrice
string
required

Actual price

quantity
integer
required

Product quantity

weight
integer
required

Weight(kg)

categoryInformation
string[]

Associated Categories

tagInformation
string[]

Associated tags

description
string

Product description

shortDescription
string

Product short description

hide
boolean

Hide this product

active
boolean

Active indicator

outOfStock
boolean

Out of stock product

displayOrder
integer

Display Order within the category

width
integer

Width(cm)

height
integer

Height(cm)

depth
integer

Depth(cm)

isShippingEnabled
boolean

Enable to enter shipping details

seo
object

SEO metadata for this product

images
object[]

Product images

brandInformation
string

Brand

metaData
object

Any additional meta data that needs to be stored as a part of this entity

variantAttributeValues
object[]

All Possible Variant Attribute Values that this parent product can have

Response

201 - application/json
products
object[]
errors
string[]