---
title: "Price Info for Shipment"
method: GET
path: "/priceinfoforshipment"
tags: ["ShipmentApi"]
---

# Price Info for Shipment

`GET /priceinfoforshipment`

Retrieves pricing information for a specific shipment, providing details on the cost of shipping that particular package.

## Query parameters

- `shipmentId` integer
- `cargoid` string
- `ref` string

## Response `200`

OK

- ClientAPIPriceInfoResultDto
  - `status` 'OK' | 'Error' | 'ValidationFailed' — 0 = OK, 1 = Error, 2 = ValidationFailed
  - `validations` ClientAPIValidation[], nullable
    - `code` integer
    - `message` string, nullable
    - `params` object, nullable
  - `error` ClientAPIError
    - `code` integer
    - `message` string, nullable
    - `stackTrace` string, nullable
    - `innerException` ClientAPIError — recursive
    - `validations` ClientAPIValidation[], nullable
      - `code` integer
      - `message` string, nullable
      - `params` object, nullable
    - `messageParams` string[], nullable
    - `payload` JToken[]
  - `traceID` string, nullable
  - `data` CNPriceInfo
    - `unit` CNUnit
      - `unitID` integer, nullable — Internal identifier for the billing unit type.
      - `name` string, nullable — Full name of the billing unit (e.g., "Kilogram").
      - `abbreviatedName` string, nullable — Abbreviated name of the billing unit (e.g., "kg").
      - `description` string, nullable — Description of the billing unit and how it is applied.
    - `count` number, double, nullable — Number of billing units used for pricing (e.g., weight in kg, number of pallets).
    - `numberOfCollies` integer, nullable — Total number of packages (collies) in the shipment.
    - `net` number, double — Net price excluding taxes and fees.
    - `gross` number, double — Gross price including all taxes and fees.
    - `vat` number, double, nullable — VAT amount applied to the shipment.
    - `taxRate` number, double, nullable — Tax rate percentage applied to the shipment price.
    - `shippingFee` number, double, nullable — Additional shipping fee, if applicable.

---

[API](https://skmtc.dev/expressone/apis/client-api.md) · [All operations](https://skmtc.dev/expressone/apis/client-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expressone/client-api/revisions/2acf7e4a5080/schema)
