---
title: "Get a specific line item for a sales order of generic type"
method: GET
path: "/api/sales-orders/{salesOrderId}/shipping-charge-line-item"
tags: ["Sales Order Shipping Charge Line Item"]
---

# Get a specific line item for a sales order of generic type

`GET /api/sales-orders/{salesOrderId}/shipping-charge-line-item`

## Path parameters

- `salesOrderId` string, required

## Response `200`

Line item

- SalesOrderShippingChargeLineItemDto — Represents a shipping charge line item on a Sales Order.
  - `id` string, required — Unique id associated to this entity.
  - `name` string, required — The name of the shipping charge line.
  - `description` string, nullable — The description of the shipping charge line.
  - `amount` number, double, required — The amount of the charge.
  - `overrideTaxRate` boolean, nullable — Dictate if the tax rate is overridden.
  - `isTaxable` boolean, nullable — Dictate if this line item is taxable.
  - `taxCodeId` string, nullable — Tax code key identifier. Please reference /api/tax-rates endpoint.
  - `taxRate` number, double, nullable — Tax rate to use for this entity. If a FulcrumProduct.PublicApi.Dto.SalesOrder.ShippingChargeLineItem.ShippingChargeLineItemDto.TaxCodeId is provided, the provided FulcrumProduct.PublicApi.Dto.SalesOrder.ShippingChargeLineItem.ShippingChargeLineItemDto.TaxRate will supercede the defined tax rate.
  - `externalReferences` object, nullable — Arbitrary key-value-pair like data that can be used to later on search for this line item.
  - `salesOrderLineItemId` string, nullable — Related sales order line item id.
  - `number` integer — Line number
  - `accountingDetails` CommonAccountingDetailsDto, required — An object that contains all accounting details.
    - `classId` string, nullable — Item class identifier. Please reference /api/item-classes endpoint.
    - `incomeAccountId` string, nullable — Income account (chart of accounts) key identifier. Please reference /api/chart-of-accounts endpoint.
    - `assetAccountId` string, nullable — Asset account (chart of accounts) key identifier. Please reference /api/chart-of-accounts endpoint.
    - `expenseAccountId` string, nullable — Expense account (chart of accounts) key identifier. Please reference /api/chart-of-accounts endpoint.
    - `cogsAccountId` string, nullable — COGS account (chart of accounts) key identifier. Please reference /api/chart-of-accounts endpoint.

## Other responses

- `404` — Sales order or line item did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/revisions/a41e60b375bc/schema)
