Skip to main content

Create bulk prices

POST 

/v2/bulk-prices/bulk

Create bulk prices

Request

Body

required

An object containing bulk price create inputs and directives

    bulkPrices string[]required

    An array of bulk price create inputs. Please provide one of ["priceId","productId","source"] in each one

    directives string[]

    Directives. Available directives are : ["resetOnUpdate"]

Responses

Bulk prices 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...