addedInput schema / properties / limit / description
Added value: +"Max cards to return (default 24, max 48)."
addedInput schema / properties / max_price / description
Added value: +"Only items priced at or below this amount, USD."
addedInput schema / properties / query / description
Added value: +"Free-text search, e.g. 'cat' or 'neon koi'."
addedInput schema / properties / section / description
Added value: +"Catalog section: mens, womens or kids."
addedInput schema / properties / theme / description
Added value: +"Canonical theme filter (Cats, Anime, Skulls, ...); comma-separate several."
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "items": {
+ "description": "Product cards.",
+ "items": {
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "good_id": {
+ "type": "integer"
+ },
+ "image": {
+ "type": "string"
+ },
+ "price": {
+ "type": "number"
+ },
+ "product": {
+ "type": "string"
+ },
+ "theme": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "description": "Canonical product page.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "showing": {
+ "description": "Number of cards returned.",
+ "type": "integer"
+ },
+ "total": {
+ "description": "Total catalog matches for the filters.",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}