Inventory Records
Inventory Records represent physical locations where inventory for a given product exists. Use of Inventory Records will prevent writing to Product.Inventory.QuantityAvailable, which will instead be a sum of inventories across all locations associated to the product.
Get a list of inventory records.
postCreate a new inventory record.
getGet a single inventory record.
putCreate or update an inventory record.
deleteDelete an inventory record.
patchPartially update an inventory record.
deleteDelete an inventory record assignment.
getGet a list of inventory record assignments.
postCreate or update an inventory record assignment.
getGet a list of inventory record variants.
postCreate a new inventory record variant.
getGet a single inventory record variant.
putCreate or update an inventory record variant.
deleteDelete an inventory record variant.
patchPartially update an inventory record variant.