Hello,
It seems when I migrate using the "bulk_migrate_listing" via the Restful API it does bring the product over, but it is not seen in:
inventory/v1/inventory_item?limit=100&offset=0
until you use PUT the same product via the API to index it.
I do see it when I use this:
/inventory/v1/inventory_item/{$sku}
I have checked the default information on the product and it's not that. I want to know if this is expected, or a bug in how it indexes ?
Many thanks.