# Outlet Price Operations related to outlet price, including create, get, etc ## Get Outlet Price By Code - [GET /api/v3/OutletPrice](https://developer.dealpos.com/openapi/openapi/outlet-price/getoutletpricebycode.md): Get outlet pricing information for a variant code. Requires the "VIEW" role in the "Products" group. ## Update Outlet Price - [PUT /api/v3/OutletPrice](https://developer.dealpos.com/openapi/openapi/outlet-price/updateoutletprice.md): Update outlet pricing for a variant. Requires one of the following roles: "EDIT" in the "Products" module or "EDIT" in the "Global" module. ## Create an Outlet Price - [POST /api/v3/OutletPrice](https://developer.dealpos.com/openapi/openapi/outlet-price/createoutletprice.md): Create outlet pricing entries for a variant. Requires one of the following roles: "EDIT" in the "Products" module or "EDIT" in the "Global" module. ## Delete an Outlet Price - [DELETE /api/v3/OutletPrice](https://developer.dealpos.com/openapi/openapi/outlet-price/deleteoutletprice.md): Delete outlet pricing entries for a variant. Requires one of the following roles: "EDIT" in the "Products" module or "EDIT" in the "Global" module.