Docs

Create Shipment

Creates a new shipment in Easyship.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
string

Existing Easyship origin address ID. Leave blank if you provide the origin address object instead.

object

Origin address object.

string

Origin address line 1.

string

Origin address line 2.

string

Origin city.

string

Origin state or province.

string

Origin postal code.

string

Origin country code.

string

Origin company name.

string

Origin contact name.

string

Origin contact email.

string

Origin contact phone.

object

Destination address object.

string

Destination address line 1.

string

Destination address line 2.

string

Destination city.

string

Destination state or province.

string

Destination postal code.

string

Destination country code.

string

Destination company name.

string

Destination contact name.

string

Destination contact email.

string

Destination contact phone.

array of objectrequired

Shipment parcels array.

array of object

Items included in a parcel.

object

Parcel box details.

number

Total parcel weight in kilograms.

string

Courier or custom box slug.

number

Parcel box length.

number

Parcel box width.

number

Parcel box height.

string

Description of the parcel item.

string

Item category name or slug.

string

Parcel item SKU.

string

Parcel item HS code.

boolean

Whether the item applies PI966.

boolean

Whether the item applies PI967.

boolean

Whether the item contains liquids.

string

Item origin country.

number

Parcel item quantity.

object

Parcel item dimensions object.

number

Parcel item length.

number

Parcel item width.

number

Parcel item height.

number

Parcel item actual weight.

string

Parcel item declared currency.

number

Parcel item declared customs value.

object

Parcel product reference object.

string

Product ID for product-backed parcel items.

string

Product SKU for product-backed parcel items.

string

Item ID for return shipments.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.