Skip to main content

Product

categories object[]

Information of the product category

  • Array [
  • productCategoryDescription string

    Description of the product category

    Example: Apparel women tops
    productCategoryId string

    Unique identifier of the product category

    Example: 123123
    productCategoryName string

    Name of the product category

    Example: Womens top
  • ]
  • productDescription string

    Description of the product

    Example: women tops for SS22
    productName string

    Name of the product

    Example: Cashmere womens top
    Product
    {
    "categories": [
    {
    "productCategoryDescription": "Apparel women tops",
    "productCategoryId": "123123",
    "productCategoryName": "Womens top"
    }
    ],
    "productDescription": "women tops for SS22",
    "productName": "Cashmere womens top"
    }