Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
725 B
3
Indexable
{
  "colors": [
    {
      name: 'White',
      imageId: "46416546",
      default:"true",
      sizes: [{
          name : "35 ML",
          price: 40,
          quantaty: 20
      },
      {
          name : "50 ML",
          price: 40,
          quantaty: 20
      },
       {
          name : "75 ML",
          price: 40,
          quantaty: 20
      }
       ]
    },
    {
      name: 'Red',
      additionToPrice: 10,
      imageId: "46416546",
      default:"false",
      sizes: [{
          name : "35 ML",
          price: 40,
          quantaty: 20
      }
      ,
       {
          name : "75 ML",
          price: 40,
          quantaty: 20
      }
       ]
    }
}
Leave a Comment