Skip to main content
POST
Duplicate variant

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 source variant’s unique identifier.

Body

The form containing duplication details.

Form for duplicating a variant.

name
string
required

The name of the new variant.

Required string length: 3 - 128

Response

The operation was successfully completed.

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 2, 2026