# Get the sales type overrides for a product **GET /products/{id}/salestypeOverrides** ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ### Path parameters - **id** (integer) The ID of the product for which to retrieve sales type overrides ## Responses ### 200 Sales type overrides retrieved successfully #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body: application/json (array[object]) - **productId** (integer) The id of the product for which the override applies (see GET /products/{id}) - **salesTypeId** (integer) The id of the sales type for which the override applies (see GET /salestypes/{id}) - **accountNumber** (integer) The account number that should be used instead of the default account number for the sales type [Powered by Bump.sh](https://bump.sh)