XpressConnect
  • Introduction
  • Version History
  • Overview
    • How It Works
    • Server
    • API Request/Response
    • Authentication
  • API Endpoints
    • Courier
      • List
    • Declaration
      • Submit
      • Query
      • Attach
    • Commodity
      • List
    • Claim
      • Submit
      • Query
      • Update
      • Attach Document
      • Detach Document
  • Models
    • Courier
    • Declaration
    • Item
    • Commodity
    • Claim
    • Claim Document
  • Reference
    • Example PHP Code
    • Country
    • Errors
Powered by GitBook
On this page

Was this helpful?

  1. Models

Item

Parameter

Name

Description

Type

no

Number

integer

descriptions

Descriptions

string ( 255 )

quantity

Quantity

integer

price

Unit Price

decimal ( 11, 2 )

subtotal

Sub Total

decimal ( 11, 2 )

commodity_code

Commodity Code

string ( 10 )

rate

Commodity Rate

decimal ( 2, 2 )

surcharge

Surcharge

decimal ( 11, 2 )

PreviousDeclarationNextCommodity

Last updated 6 years ago

Was this helpful?