Home
Products
DHL
USPS
UPS
Fedex
API
Solutions
About us
Contact
Login
DHL
USPS
UPS
Fedex
API
EzeeShip API
Shipping for Platforms, Marketplaces and Ecommerce
API DOCS
CONTACT SALES
Shipping API Built for Developers
API Documentation →
API
DHL
USPS
UPS
1
POST :
https://ezeeship.com/api/ezeeship-openapi/label/create
2
{
3
"userId": 1,
4
"from": {
5
"personName": "yule",
6
"countryCode": "US",
7
"phone": "18616038122",
8
"stateCode": "CA",
9
"city": "San Francisco",
10
"addressLine1": "215 Clayton St.",
11
"zipCode": "94117"
12
},
13
"to": {
14
"personName": "test",
15
"countryCode": "US",
16
"stateCode": "CA",
17
"phone": "18616038122",
18
"city": "Inglewood",
19
"addressLine1": "11222 S La Cienega BLVD",
20
"zipCode": "90304"
21
},
22
"carrierCode": "fedex",
23
"serviceCode": "fedex_2_day",
24
"isTest": false,
25
"parcels": [
26
{
27
"packageNum": 1,
28
"length": "5",
29
"width": "5",
30
"height": "5",
31
"distanceUnit": "in",
32
"weight": "4",
33
"massUnit": "lb",
34
"packageCode": "your_package",
35
"extra": {
36
"insurance": 399,
37
"isCod": true,
38
"codAmount": 399,
39
"paymentMethod": "any",
40
"dryIceWeight": 2
41
}
42
}
43
],
44
"extra": {
45
"isStd": false,
46
"reference": "gggggggggg",
47
"reference2": "ttttttttttttt"
48
}
49
}