# Price schedules

Price schedules let you sell the same product with different prices or rules within the same marketplace. A price schedule can include quantity price breaks, min and max quantity per order, or whether to apply tax or shipping calculations.

## List price schedules

 - [GET /priceschedules](https://api-docs.sitecore.com/ordercloud/price-schedules/priceschedules.list.md)

## Create a price schedule

 - [POST /priceschedules](https://api-docs.sitecore.com/ordercloud/price-schedules/priceschedules.create.md)

## Retrieve a price schedule

 - [GET /priceschedules/{priceScheduleID}](https://api-docs.sitecore.com/ordercloud/price-schedules/priceschedules.get.md)

## Create or update a price schedule

 - [PUT /priceschedules/{priceScheduleID}](https://api-docs.sitecore.com/ordercloud/price-schedules/priceschedules.save.md): If an object with the same ID already exists, it will be overwritten.

## Delete a price schedule

 - [DELETE /priceschedules/{priceScheduleID}](https://api-docs.sitecore.com/ordercloud/price-schedules/priceschedules.delete.md)

## Partially update a price schedule

 - [PATCH /priceschedules/{priceScheduleID}](https://api-docs.sitecore.com/ordercloud/price-schedules/priceschedules.patch.md)

## Create or update a price schedule price break

 - [POST /priceschedules/{priceScheduleID}/PriceBreaks](https://api-docs.sitecore.com/ordercloud/price-schedules/priceschedules.savepricebreak.md)

## Delete a price schedule price break

 - [DELETE /priceschedules/{priceScheduleID}/PriceBreaks](https://api-docs.sitecore.com/ordercloud/price-schedules/priceschedules.deletepricebreak.md)

