Skip to main content

Create bulk cost prices

POST 

/v2/bulk-cost-prices/bulk

Create bulk cost prices

Request

Body

required

An object containing bulk cost price create inputs and directives

    bulkCostPrices string[]required

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

    directives string[]

    Directives. Available directives are : ["resetOnUpdate"]

Responses

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