Troubles with fulfillment service location

I realized that the location id created with fulfillment service API.

If you create product and variant with this location. You can then use mutation inventorySetOnHandQuantities for updating quantity.

In case using the mutation productSet for creating product and variant. The created variants could not be handled quantities with the mutation inventorySetOnHandQuantities, concerning the error product was not stocked on this location.

So, how can I update products which created from the productSet mutation?

2 Likes