{
  "apiUrl": "https://limsianghuat.com/shop/api",
  "languageId": 1,
  "pricesIncludeTax": true,
  "countryIso": "SG",
  "fallbackTaxRate": 9,
  "applySpecificPrices": true,
  "onlyActive": true,
  "onlyAvailableForOrder": false,
  "skipZeroPrice": true,
  "includeOutOfStock": true,
  "uomSource": "unity",
  "uomFeatureName": "Pack Size",
  "uomFallback": "per unit",
  "skuSource": [
    "reference",
    "ean13"
  ],
  "categorySource": "default",
  "productUrlPattern": "https://limsianghuat.com/shop/index.php?controller=product&id_product={id}",
  "includeCombinations": true,
  "pageSize": 100,
  "requestDelayMs": 150,
  "_notes": {
    "pricesIncludeTax": "PrestaShop stores tax-EXCLUSIVE prices. true makes the bot quote GST-inclusive prices, matching what shoppers see on the consumer portal. Keep this in sync with gst.pricesIncludeGst in business.json.",
    "uomSource": "'unity' uses the product's Unit field. 'feature' looks up the product feature named in uomFeatureName. 'none' skips it.",
    "skuSource": "First non-empty field wins. Falls back to PS-{id}.",
    "categorySource": "'default' uses id_category_default; 'first' uses the first associated category that is not Home/Root.",
    "includeCombinations": "true = each PrestaShop combination becomes its own catalogue line with its own price, code and stock (e.g. the same item at piece price and carton price). The base product is then not listed on its own, matching how PrestaShop sells it."
  }
}