search_deals_by_category
ActiveTool of Heartly Deals — Live Flash Sales (Shopify & WooCommerce)
declared in 1.0.0
Search active deals filtered by category. The category argument is required. Other filters (country, min_discount_pct, ending_within_hours) are optional.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"category"
],
"properties": {
"country": {
"type": "string",
"maxLength": 2,
"minLength": 2,
"description": "ISO 3166-1 alpha-2 country code. Filters to merchants whose shipping_countries include this code, plus merchants who ship worldwide."
},
"category": {
"type": "string",
"maxLength": 64,
"minLength": 1,
"description": "Top-level product category, e.g. \"fashion\", \"beauty\", \"electronics\"."
},
"min_discount_pct": {
"type": "integer",
"maximum": 100,
"minimum": 0,
"description": "Minimum discount percentage. Only return deals at or above this value."
},
"ending_within_hours": {
"type": "integer",
"maximum": 720,
"minimum": 1,
"description": "Only return deals ending within this many hours from now."
}
}
}Parent server
Heartly Deals — Live Flash Sales (Shopify & WooCommerce)
1/7 registries