QUICKSTART
API Quick Start
Authentication
SignString
OAuth
Overview
Getting Started
Scope List
Rate Limit
Body Envelope
Request Errors
CHANGELOG
Changelog
REFERENCE
API Overview
v3
Rates
Get rates
get
Calculate rates
post
Get a rate
get
Labels
Get labels
get
Create a label
post
Get a label
get
Manifests
Get manifests
get
Create a manifest
post
Get a manifest
get
Couriers
Get all couriers
get
Cancel Labels
Get the cancelled labels
get
Cancel a label
post
Get a cancelled label
get
Pickups
Get pickups
get
Create a pickup
post
Get a pickup
get
Cancel Pickups
Get the cancelled pickups
get
Cancel a pickup
post
Get a cancelled pickup
get
Shipper Accounts
Get shipper accounts
get
Create a shipper account
post
Get a shipper account
get
Delete a shipper account
delete
Update a shipper account's information
put
Update a shipper account's credentials
patch
Update a shipper account's settings
patch
Specific Shipper Accounts
Create a FedEx shipper account
post
Update a FedEx shipper account
post
Address Validations (Beta)
Create an address validation
post
Locations
Get locations
get
MODEL
Envelope
Meta
v3
Error
v3
Primitive
Billing
v3
Customs
v3
Shipment
v3
Address
v3
Parcel
v3
Item
v3
Courier
v3
Reference
v3
Money
v3
PaymentMethodAccount
v3
Dimension
v3
Weight
v3
Volume
v3
Aes
v3
NoEei
v3
Resource
Rate
v3
RateRecord
v3
Label
v3
Manifest
v3
ShipperAccount
v3
CancelLabel
v3
AddressValidation (Beta)
v3
Location
v3
Pickup
v3
CancelPickup
v3
Carrier Guide
Supported Carriers
ENUM
Shipper Accounts Credentials
Service Types and Service Options List
All Service Options
Webhook
Webhook Overview
Webhook Specifications
Webhook Signature
Webhook Outgoing IPs
SDK
Java SDK
Node.js SDK
Open Source
phone
email-verifier
Support
Contact Support

Parcel

Parcel object: the description of parcel information

Parcel object: the description of parcel information

box_type
string
required

Type of box for packaging

dimension
Dimension
required

Dimension object: the description of width/height/depth information

width
number
required

width

height
number
required

height

depth
number
required

depth

unit
string
required

unit

Allowed values:
cminmmmftyd
items
array[Item]
required

items of package Item object, use to describe product to ship

quantity
integer
required

The quantity of the item Minimum: 1

description
string
required

The description of the item

description_cn
string

the description of the item in Chinese

price
Money

The money object is used to represent the currency amount.

item_id
string

The ID of the item

origin_country
string

Country in ISO 3166-1 alpha 3 code

weight
Weight

Weight object: unit weight of the item

sku
string

The sku of the item.

hs_code
string

The HS Code (Harmonized Commodity Description and Coding System) of the item.

outbound_hs_code
string

The HS Code (Harmonized Commodity Description and Coding System) of the item as required by the exporting country's customs regulations.

return_reason
string

The reason of return

dimension
Dimension

Dimension object: the description of width/height/depth information

barcode
string

The barcode of item

description
string

The description of the parcel

weight
Weight

Weight object: unit weight of the item

Example
preparing...