document.write("
ondemandcolumns:
descrip
catcount
productinventorysettings
Other custom filters:
Product_Show "All", "Uncategorized" or "Active" (All is default)
Supported search filter columns:
code
sku
cancat_code
page_code
name
thumbnail
image
price
cost
descrip
weight
taxable
active
page_title
dt_created
dt_updated
category Supports only IN and NOT_IN operators. Accepts a comma separated list of category IDs. Limits results to products in the specified categories.
product_inventory Searches the product's inventory level (not accounting for baskets)
Supported sort columns:
code
sku
cancat_code
page_code
name
thumbnail
image
price
cost
descrip
weight
taxable
active
page_title
dt_created
dt_updated
Example Output:
{
"success": 1,
"data": {
"total_count": 1,
"start_offset": 0,
"data": [
{
"id": 14,
"code": "ddddd",
"sku": "ddddd",
"name": "ccccc",
"thumbnail": "bbbbb",
"image": "bbbbb",
"price": 3,
"formatted_price": "$3.00",
"cost": 4,
"formatted_cost": "$4.00",
"descrip": "bbbbb",
"catcount": 1,
"weight": 1,
"taxable": true,
"active": true,
"page_title": "aaaaa",
"dt_created": 1522704028,
"dt_updated": 1522704028,
"productinventorysettings": {
"active": true,
"in_short": "",
"in_long": "",
"low_track": "d",
"low_level": 0,
"low_lvl_d": true,
"low_short": "",
"low_long": "",
"out_track": "d",
"out_hide": "d",
"out_level": 0,
"out_lvl_d": true,
"out_short": "",
"out_long": "",
"ltd_long": ""
},
"cancat_code": "aaaaa",
"page_code": "OPAY",
"product_inventory_active": true,
"product_inventory": 5,
"CustomField_Values": {
"cmp-cssui-pchdft": {
"header": "",
"footer": ""
},
"cmp-mv-prodctgy-meta": {
"keywords": "",
"description": ""
},
"customfields": {
"automated_checkbox": "",
"automated_imageupload": "ccccc",
"automated_text": "ddddd",
"automated_textarea": "eeeee",
"automated_dropdown": "bbbbb",
"automated_multitext": [
"bbbbb"
]
}
}
}
]
}
}
ProductList_Load_Query - Snippet hosted by \"Cacher\"
");