# Read a sales order line by ID **GET /salesorders/{id}/lines/{lineId}** Read a specific line from a sales order by the line's ID. ## 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(int32)) The unique identifier for the sales order, to which all the sales order lines pertain. - **lineId** (integer(int32)) The unique identifier of the sales order line. ## Responses ### 200: OK #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (object) - **id** (integer) The unique identifier for the sales order line item within Finago Office ERP. - **type** (string) A specification for the type of the line item, whether this is a product or a text entry. - **product** (object) Product details, if the line item type is 'product'. Note that the `product` object for the `/salesorders/{id}/lines` endpoint is not the same as the product that can be retrieved from the `/products` endpoint, even though both share the same ID reference and their schemas are similar. The `product` object in the context of `/salesorders/{id}/lines` contains the product details as they were at the time the sales order line item was created. In contrast, the `/products` endpoint always provides the latest state values for the product properties. - **description** (string) A description for the line item. - **quantity** (number) The quantity of the product in the line item. - **price** (number) The price of a single unit of the product in the line item. - **discountRate** (number) The discount rate applied to the line item, expressed as a whole number. For example, a discount rate of 10% is represented as 10. - **tax** (object) Details for the tax applied to the line item. - **account** (object) Details for the account to which the sale is posted. - **dimensions** (array[object]) A list of dimensions such as department or project. [Powered by Bump.sh](https://bump.sh)