Hi All
how would it be possible to filter products via the rest/V1/products endpoint using searchCriteria to filter "website_ids". The product example structure is below, from the documentation I cannot set how to filter child arrays only first level properties under the product.
"extension_attributes": {
"website_ids": [
1
],
"category_links": [
{
"position": 0,
"category_id": "128"
},
{
"position": 0,
"category_id": "129"
},
{
"position": 0,
"category_id": "130"
},
{
"position": 0,
"category_id": "131"
},
{
"position": 0,
"category_id": "132"
}
]
},
"product_links": [],