Skip to main content

Delete Stock for Product

DELETE 

/inventories/:product_uuid

Deletes the inventory for the specified product. The product inventory is null and is no longer managed by Commerce. If you want to keep managing inventory but have none of the product in stock, set the inventory to 0 instead of deleting the inventory.

Request

Path Parameters

    product_uuid stringrequired

    The unique identifier of the product.

Responses

Success. Removes the stock information about the product

Loading...