# Get a pricebook entry by ID **GET /pricebook/{pricebookID}** Retrieve a pricebook entry by its ID. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **pricebookID** (integer) ## Responses ### 200 Pricebook entry details #### Body: application/json (object) - **pricebookID** (integer) - **BookName** (string) - **description** (string) - **industry** (string) - **status** (string) - **companyID** (integer) - **createdBy** (integer) - **updatedBy** (integer) ### 404 Pricebook entry not found ### 500 Error occurred while retrieving the pricebook entry [Powered by Bump.sh](https://bump.sh)