# Outlet Price Operations related to outlet price, including create, get, etc ## Get Outlet Price By Code - [GET /OutletPrice](https://developer.dealpos.com/openapi/openapi/outlet-price/getoutletpricebycode.md): >Also available as HTTP POST (endpoint: /api/v3/OutletPrice/p) Get Outlet Price By Variant Code Required Group Role: "Products" - "VIEW" ## Update Outlet Price - [PUT /OutletPrice](https://developer.dealpos.com/openapi/openapi/outlet-price/updateoutletprice.md): Update Outlet Price You must have "EDIT" role in "Products" Module OR "EDIT" role in "Global" Module ## Create an Outlet Price - [POST /OutletPrice](https://developer.dealpos.com/openapi/openapi/outlet-price/createoutletprice.md): Add Outlet Price in Product You must have "EDIT" role in "Products" Module OR "EDIT" role in "Global" Module ## Delete an Outlet Price - [DELETE /OutletPrice](https://developer.dealpos.com/openapi/openapi/outlet-price/deleteoutletprice.md): Delete an Outlet Price You must have "EDIT" role in "Products" Module OR "EDIT" role in "Global" Module