```const product = { productId: 'SOSHP1248',...
# community-help
a
Copy code
const product = {
      productId: 'SOSHP1248',
      name: 'Hair & Nails Vitamin Gummies',
      hsn: '17049090',
      gstRate: 18,
      originCountry: 'China',
      shortDescription:
        'Power Gummies is a tasty and chewable ',
      longDescription:
        '<p>Our Hair & Nail Vitamins </p>',
      prescriptionRequired: false,
      return: {
        isReturnable: false,
      },
      cancelation: {
        isCancelable: true,
        cancelationWindow: 21600000,
      },
      manufacturer: {
        name: 'Guangdong Yichao Biological Co.Ltd.',
        address:
          'No.13/7&8 Jinyuan Ind park chooshan Rd, Shantou Guangdong, China',
        contact: '6364933508',
      },
      warranty: {
        isApplicable: false,
      },
      brand: {
        id: '1096',
        name: 'Power Gummies',
        description:
          'We, at Power Gummies, believe',
        logo: '/brands/1096/logo',
        cover: '/brands/1096/cover',
      },
      category: {
        id: '1025',
        name: 'Wellness',
      },
      subcategory: {
        id: '1064',
        name: 'Better Personal Care',
      },
      tag: {
        id: '1065',
        name: 'Better Hair Care',
      },
      brandName: 'Power Gummies',
      brandLogo: '/brands/1096/logo',
      brandCoverImage: '/brands/1096/cover',
      variants: [
        {
          combination: ['2 MONTH'],
          ssin: 'SOSHS1311',
          brandSku: 'PG-120-2 MONTHS',
          sellingPrice: 2300,
          finalListingPrice: 2300,
          internalDiscountPercentage: 0,
        },
        {
          combination: ['1 MONTH'],
          ssin: 'SOSHS1310',
          brandSku: 'PG-60-1 MONTHS',
          sellingPrice: 1200,
          finalListingPrice: 1200,
          internalDiscountPercentage: 0,
        },
      ],
      primaryOptions: {
        name: 'Gummies',
        ui: 'tag',
        values: [
          {
            hero: false,
            value: '2 MONTH',
            images: [
              '/products/SOSHP1248/2_MONTH/1',
              '/products/SOSHP1248/2_MONTH/2',
              '/products/SOSHP1248/2_MONTH/3',
              '/products/SOSHP1248/2_MONTH/4',
              '/products/SOSHP1248/2_MONTH/5',
              '/products/SOSHP1248/2_MONTH/6',
              '/products/SOSHP1248/2_MONTH/7',
            ],
          },
          {
            hero: true,
            value: '1 MONTH',
            images: [
              '/products/SOSHP1248/1_MONTH/1',
              '/products/SOSHP1248/1_MONTH/2',
              '/products/SOSHP1248/1_MONTH/3',
              '/products/SOSHP1248/1_MONTH/4',
              '/products/SOSHP1248/1_MONTH/5',
            ],
          },
        ],
      },
      otherOptions: null,
    };