Skip to main content
DELETE
Remove items from variant
Removed keys are gone for good - they leave your inventory and cannot be restored. On Calculated stock, removing keys lowers the sellable stock straight away.

Authorizations

Authorization
string
header
required

Your API key goes here

Path Parameters

storeId
string<uuid>
required

The store's unique identifier.

productId
string<uuid>
required

The product's unique identifier.

variantId
string<uuid>
required

The variant's unique identifier.

Body

application/json

The Komerza.Common.Forms.Products.ProductItems listing items to remove.

Form used to update the items on a product

items
string[]
required

The array of items to add to the product, this will append the items to the end of the existing items

Response

200 - application/json

The object was successfully deleted.

Represents a default generic response for API endpoints.

success
boolean
required

Indicates whether the operation or response was successful.

message
string | null

A descriptive message providing additional context or information about the response.

code
string | null

The error code (if there was an error) to use when referencing the error

data
any | null

Represents the data associated with a response.

Last modified on August 2, 2026