SupplyShipmentFinancial
Shipment financial details
type SupplyShipmentFinancial {
costsMethod: SupplyCostMethodEnum!
destinationCosts: MonetaryValue
duties: MonetaryValue
dutiesAllocatedToItems: MonetaryValue
dutiesDifference: MonetaryValue
itemsFinancial: ItemsFinancial
originCosts: MonetaryValue
otherFees: MonetaryValue
shipmentCostAllocatedToItems: MonetaryValue
shippingDifference: MonetaryValue
taxes: MonetaryValue
totalDuties: MonetaryValue
totalLandedCosts: MonetaryValue
totalShippingCosts: MonetaryValue
transportationCosts: MonetaryValue
}
Fields
SupplyShipmentFinancial.costsMethod ● SupplyCostMethodEnum! non-null enum
The calculation method used for financials
SupplyShipmentFinancial.destinationCosts ● MonetaryValue object
Destination costs associated with the shipment
SupplyShipmentFinancial.duties ● MonetaryValue object
Duties associated with the shipment
SupplyShipmentFinancial.dutiesAllocatedToItems ● MonetaryValue object
Total duties amount allocated to items in the shipment
SupplyShipmentFinancial.dutiesDifference ● MonetaryValue object
Difference amount for duties to check for financial reconciliation
SupplyShipmentFinancial.itemsFinancial ● ItemsFinancial object
Financial details related to items in the shipment
SupplyShipmentFinancial.originCosts ● MonetaryValue object
Origin costs associated with the shipment
SupplyShipmentFinancial.otherFees ● MonetaryValue object
Other fees associated with the shipment
SupplyShipmentFinancial.shipmentCostAllocatedToItems ● MonetaryValue object
Total amount allocated to items in the shipment
SupplyShipmentFinancial.shippingDifference ● MonetaryValue object
Difference amount to check for financial reconciliation
SupplyShipmentFinancial.taxes ● MonetaryValue object
Taxes associated with the shipment
SupplyShipmentFinancial.totalDuties ● MonetaryValue object
Total duties, taxes, and other fees associated with the shipment
SupplyShipmentFinancial.totalLandedCosts ● MonetaryValue object
Total landed costs associated with the shipment
SupplyShipmentFinancial.totalShippingCosts ● MonetaryValue object
Total shipping costs associated with the shipment
SupplyShipmentFinancial.transportationCosts ● MonetaryValue object
Transportation costs associated with the shipment
Returned By
supplyShipmentFinancial query
Member Of
SupplyShipment object