Object
| Key | Type | Value |
|---|---|---|
| sku | string | Id of the product. For Shopify- product_id + '' + variant_id + '' + collection_id |
| org_product | string | Product title |
| org_price | float | Final selling price of the product |
| org_msrp_price | float | Orginal selling price of the product |
| org_brand | string | Brand of the product |
| org_prod_url | string | URL of the Product |
| org_presentment_prices | JSON | Prices for different Currencies |
| org_stock_available | boolean | Availability of the product |
| org_stock_amount | integer | Count of products available |
| options | JSON | options/variants of the products |
| org_image_url | string | Image URL |