CustomsItem

An item included in the shipment for customs declaration purposes

  • description
    Type: string
    required

    Description of item being shipped

  • quantity
    Type: integer
    required

    Must be greater than zero

  • value
    Type: number
    required

    Total value (unit value * quantity). Must be greater than zero

  • weight
    Type: number
    required

    Total weight (unit weight * quantity). Must be greater than zero

  • code
    Type: string

    SKU, UPC or other product identifier

  • currency
    Type: string

    Three-character currency code. Defaults to 'USD'

  • eccn
    Type: string
  • hs_tariff_number
    Type: string

    Harmonized Tariff Schedule (https://hts.usitc.gov/) code used to classify goods for customs declarations. Typically 6 or 10 digits

  • id
    Type: string

    Unique, begins with 'cstitem_'

  • manufacturer
    Type: string

    Manufacturer of item

  • origin_country
    Type: string

    Two-character country code

  • printed_commodity_identifier
    Type: string