Skip to main content
POST
Create basket discount

Authorizations

Authorization
string
header
required

Your API key goes here

Path Parameters

storeId
string<uuid>
required

Body

application/json

A basket-size discount a supplier is creating or editing.

minimumBasketValue
number<double>
required

The smallest basket it applies to, measured at list price.

Required range: 0 <= x <= 10000000
discountPercent
number<double>
required

How much off list price a basket that size earns.

Required range: 0 <= x <= 100
isEnabled
boolean
required

Whether to offer it now.

tierId
string<uuid> | null

The standing tier to limit it to, or null for every approved reseller.

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