I created two inventory items using the createOrReplaceInventoryItem API call. When I call getInventoryItems I always get zero results:
{ "total": 0, "size": 0 }
I can retrieve the items individually using SKU, but I cannot get anything to return from this API call. Anyone know what the issue might be?