Additional invoiced charges to be shown on the Customs Declaration Commercial Invoice.
import { CustomsInvoicedCharges } from "shippo/models/components";
let value: CustomsInvoicedCharges = {
currency: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
currency |
string | ✔️ | Currency for the invoiced charges amounts incurred on the end consumer. |
totalShipping |
string | ➖ | Total shipping paid by the buyer. |
totalTaxes |
string | ➖ | Total taxes paid by the buyer. |
totalDuties |
string | ➖ | Total duties paid by the buyer. |
otherFees |
string | ➖ | Other fees paid by the buyer. |