| carId | path | string | Yes | The car type id | 
| tecRmiCarId | path | int | Yes | The TecRmi car id | 
| bodyId | path | int | Yes | The TecRmi body id | 
| labourWorkStepId | path | int | Yes | The work ids to get products for | 
| actionId | query | int | Yes | The work ids to get products for | 
| Skip | query | int | No | The amount of search results that need to be skipped. Default value is 0. | 
| Take | query | int | No | The amount of search results that need to be taken. Default value is 25. | 
| SortKey | query | string | No | The key on which the sort needs to be applied. There is no default sorting applied. | 
| SortDirection | query | string | No | The direction in which the sorting needs to be applied. SortKey is a required field if you use this parameter. There is no default sort direction applied. | 
| IncludeFilterOptions | query | bool | No | Default is false. If set to true, will return the filter options for the given products. | 
| IncludeAssets | query | bool | No | Default is false. If set to true, will return extra assets for the given products. | 
| WithoutRouteInfo | query | bool | No | If set to true, will not return route info which will decrease response times. | 
| WithoutNettoPrice | query | bool | No | If set to true, will not return net prices which will decrease response times. |