Skip to main content
PUT
Update variant delivery settings

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

The form containing new delivery parameters.

The form used to create a product variant.

requireDiscordAuthorization
boolean
required

If true, the buyer must authorize via Discord.

deliveryTypes
string[]
required

Enabled delivery types. Valid values: license_keys, dynamic, keyauth, instructions, files.

dynamicUrl
string<uri> | null

URL for dynamic fulfillment (when using the "dynamic" delivery type).

Maximum string length: 2048
deliveryMessage
string | null

Optional message shown on delivery.

Maximum string length: 4096

Response

The object was successfully updated.

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
object

Represents a configurable variant associated with a product, containing various properties such as pricing, stock, delivery options, and custom fields.

Last modified on August 29, 2025