В витрине docs API v2 docs указано, что если я хочу отфильтровать свой API по определенному option_type
с помощью filter[options][myoption]=value
, у меня есть опция tshirt-color
прикреплен к моему продукту со значением Red
, но когда я запускаю https://mywebsite.io/api/v2/storefront/products?filter[options][tshirt-color]=Red
Мой респондон пуст, что я делаю не так?
data: [ ],
meta: {
count: { },
total_count: 0,
total_pages: 0
},
links: {
self: "https://stern-telecom-react-salman15.c9users.io/api/v2/storefront/products?filter[options][kleur]=Rood",
next: "https://stern-telecom-react-salman15.c9users.io/api/v2/storefront/products?filter%5Boptions%5D%5Bkleur%5D=Rood&page=0",
prev: "https://stern-telecom-react-salman15.c9users.io/api/v2/storefront/products?filter%5Boptions%5D%5Bkleur%5D=Rood&page=1",
last: "https://stern-telecom-react-salman15.c9users.io/api/v2/storefront/products?filter%5Boptions%5D%5Bkleur%5D=Rood&page=0",
first: "https://stern-telecom-react-salman15.c9users.io/api/v2/storefront/products?filter%5Boptions%5D%5Bkleur%5D=Rood&page=1"
}
}