I'm using the sample inventory (imported xls) and i don't receive some items using the items endpoint: `v3/merchants/{
{merchant_id}}/items`
At the same time, i do see the item if i use filter: `/items?filter=id=WXX1PJQRKW568`
And i do see the item when i use the categories endpoint: `/categories?expand=items`
Can't find any differences between the items present in the items endpoint response and absent.
What am i missing?