{ "product": { "name": "{{name}}", "slug": "{{slug}}", "enabledForEmptyPriceList": true, "referenceCode": "{{referenceCode}}", "productType": "product.type.custom", "stockControl": true, "availableFor": "all", "ipi": {{ipi}}, "eanCode": "", "ncm": "{{ncm}}", "integrationCode": "", "categories": {{categories}} , "variants": [ { "referenceCode": "{{referenceCode}}", "presentation": "{{presentation}}", "price": "{{price}}", "master": 1, "isFractionalStock": false, "stock": { "quantity": "{{stock_quantity}}" }, "dimensionGroup": { "height": 0, "depth": 0, "weight": "{{weight}}", "width": 0 }, "priceList": [{{priceList}}] } ], "descriptionGroup": [ { "descriptionOne": "{{descriptionOne}}" } ], "metaTags": { "title": "", "url": "", "keyword": "", "description": "", "trackingId": "" }, "images": [{{images}}], "properties": [], "videos": [], "productsRelated": [] } }