DEV

Type.

ShipmentRatingSubtotalAmountDetail

Detailed breakdown of subtotal amounts for a shipment rating, showing currency-specific calculations.

Fields

amount

Decimal!

Required

The calculated amount in the specified currency.

amountUnrounded

Decimal!

Required

The unrounded amount with higher precision, used for calculation accuracy.

createdAt

DateTime!

Required

When this subtotal amount detail was created.

currencyCode

CurrencyCode!

Required

The currency code for this amount detail.

exchangeRateIds

[ID!]

References to exchange rates used for currency conversion.

id

ID!

Required

A unique identifier for the ShipmentRatingSubtotalAmountDetail.

shipmentRatingId

ID!

Required

The shipment rating this detail belongs to.
The specific targets this amount applies to.

type

String

The type of subtotal amount (e.g., SHIPPING, FUEL_SURCHARGE, INSURANCE, etc). Indicates what component of the total this amount represents.

Was this page helpful?