# Pricebook Operations related to promotion event, including create, get, etc ## List Pricebooks - [GET /api/v3/Pricebook](https://developer.dealpos.com/openapi/openapi/pricebook/listpricebook.md): Retrieve a paginated list of pricebooks filtered by name. Requires the "Promotion" - "Pricebook" group. ## Create Pricebook - [POST /api/v3/Pricebook](https://developer.dealpos.com/openapi/openapi/pricebook/createpricebook.md): Create a new pricebook with variants and outlet assignments. ## Update Pricebook - [PUT /api/v3/Pricebook](https://developer.dealpos.com/openapi/openapi/pricebook/update%20pricebook.md): Update an existing pricebook and its variant pricing. ## Pricebook Detail By ID - [GET /api/v3/Pricebook/ID/{id}](https://developer.dealpos.com/openapi/openapi/pricebook/pricebook_detailbyid.md): Retrieve pricebook details by ID. Requires the "Promotion" - "Pricebook" group.