Upload Product to Shopify

Example: my-store
Example: shpat_xxxx...How to Get
Example: Premium Cotton T-Shirt
Example HTML: <h2>Product Features:</h2> <ul> <li>100% Cotton</li> <li>Available in multiple colors</li> <li>Comfortable fit</li> </ul>
Example: Fashion Brand Co.
Example: Apparel
Example: t-shirt, cotton, summer
Example: https://example.com/image1.jpg https://example.com/image2.jpg

Variants (JSON format):

Example: [ { "price": "299.99", "compareAtPrice": "399.99", "sku": "DRESS-RED-S", "inventoryQuantity": 100, "image_url": "https://example.com/dress-red.jpg", "optionValues": [ {"name": "Color", "value": "Red"}, {"name": "Size", "value": "S"} ] }, { "price": "299.99", "compareAtPrice": "399.99", "sku": "DRESS-BLUE-S", "inventoryQuantity": 100, "image_url": "https://example.com/dress-blue.jpg", "optionValues": [ {"name": "Color", "value": "Blue"}, {"name": "Size", "value": "S"} ] } ]

Metafields (JSON format):

Example: [ { "namespace": "custom", "key": "material", "type": "single_line_text_field", "value": "100% Cotton" } ]