LineItem

Individual item contained within a parcel

  • description
    Type: string
    required

    Human-readable item description

  • quantity
    Type: integer
    required

    Number of items of this type in the parcel

  • code
    Type: string | null

    Internal or SKU code

  • currency
    Type: string | null

    Currency for declared values

  • external_id
    Type: string | null

    External identifier used by your system

  • hs_tariff_number
    Type: string | null

    Harmonized System tariff number for customs

  • origin_country
    Type: string | null

    Country of origin for customs

  • taxes
    Type: array object[] | null

    Taxes applied to the item

    • amount
      Type: number
      required

      Total amount of the tax

    • title
      Type: string
      required

      Name of the tax

    • rate
      Type: number | null

      Applicable tax rate as a decimal

  • unit_value
    Type: number | null

    Declared value of a single item

  • unit_weight
    Type: number | null

    Weight of a single item

  • value
    Type: number | null

    Total declared value of the items

  • weight
    Type: number | null

    Total weight of all items of this type