Skip to main content
PUT
Add items to variant
On a variant using Calculated stock, the number of keys loaded here is the stock level - adding keys is how you restock, and an Undeliverable order can be retried with Deliver once stock is back.

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 containing item list.

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

The object was successfully created.

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