Skip to main content
PUT
Create listing

Authorizations

Authorization
string
header
required

Your API key goes here

Path Parameters

storeId
string<uuid>
required
supplierStoreId
string<uuid>
required
sourceVariantId
string<uuid>
required

Body

application/json

Points one of the reseller's own variants at a supplier's variant, so selling theirs draws from the supplier.

localVariantId
string<uuid>
required

The variant on the RESELLER's own store that customers buy. Must belong to the store in the route — a listing against someone else's variant would make their sales spend this store's money.

maxCost
number<double> | null

The most the reseller will pay per unit. If the supplier's live price goes above it, the sale fails instead of being fulfilled at a loss. Null means no ceiling.

Required range: 0 <= x <= 100000

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
any | null

Represents the data associated with a response.

Last modified on August 22, 2026