shopify_products
ActiveTool of io.tooloracle/ecommerceoracle
declared in 1.0.0
Fetch products from any Shopify-powered store via their public /products.json endpoint.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1,
"description": "Max products 1-50 (default: 20)"
},
"domain": {
"type": "string",
"description": "Shop domain e.g. 'gymshark.com', 'allbirds.com'"
}
},
"additionalProperties": false
}Parent server
io.tooloracle/ecommerceoracle
https://github.com/ToolOracle/ecommerceoracle
1/7 registries