Create a new bulk price
POST/v2/bulk-prices
Create a new bulk price
Request
- application/json
Body
required
Create bulk price input
Price id
293b2c42-6f6b-4414-8333-e31dccbc1c04
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
5.35
Indicates the minimum quantity threshold needed to qualify for the bulk price.
1
Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string
2025-05-27T07:33:53+0000
End date of the bulk pricing offer. Must be a valid ISO 8601 date string
2026-01-27T07:33:53+0000
Responses
- 201
- 400
- 403
- 500
Bulk price created
- application/json
- Schema
- Example (from schema)
Schema
Primary identifier
1234
Creation date
2022-01-01T00:00:00.000Z
Last modified date
2022-01-02T00:00:00.000Z
Start date from which the bulk pricing is effective. Must be a valid ISO 8601 date string
2022-01-01T00:00:00.000Z
End date of the bulk pricing offer. Must be a valid ISO 8601 date string
2022-01-31T00:00:00.000Z
{
"id": 1234,
"createdAt": "2022-01-01T00:00:00.000Z",
"lastModifiedAt": "2022-01-02T00:00:00.000Z",
"validFrom": "2022-01-01T00:00:00.000Z",
"validTo": "2022-01-31T00:00:00.000Z"
}
Bad request
Forbidden
Unknown create bulk price error