...
firstProductOnly (optional) – Currently accepts “rss” and “xml”. If no format is provided it will default to the rss feed.
excludeQtyFromTitle (optional) – Limits the returned results for pagination purposes. if not provided will default to 25
URL Examples (with & without parameters added)
Code Block |
---|
example: yourwebsiteaddress.com/products/feed.html (list all products) |
...
example: yourwebsiteaddress.com/products/feed.html?firstProductOnly (list only the first product within the respective category) |
...
example: yourwebsiteaddress.com/products/feed.html?excludeQtyFromTitle (exclude the quantity of the product from the title attribute within the xml output) |
XML Feed Output Example (without parameters added)
...