Skip to main content

Create a new bulk price

POST 

/v2/bulk-prices

Create a new bulk price

Request

Body

required

Create bulk price input

    priceId UUIDrequired

    Price id

    value decimalrequired

    Discount on bulk purchases, expressed either as a percentage of the standard price or as a specific reduced price per unit, depending on the bulk price discount type

    quantityFrom numberrequired

    Indicates the minimum quantity threshold needed to qualify for the bulk price.

    validFrom date-time

    Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string

    validTo date-time

    End date of the bulk pricing offer. Must be a valid ISO 8601 date string

Responses

Bulk price created

Schema

    id stringrequired

    Primary identifier

    createdAt date-timerequired

    Creation date

    lastModifiedAt date-timerequired

    Last modified date

    validFrom date-time

    Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string

    validTo date-time

    End date of the bulk pricing offer. Must be a valid ISO 8601 date string

Loading...