Discussions
Scope Invalid
i have created integration but in integration scopes there is no Public.track_3p:read
API for Wix
is there an API, that allows customers to creae shipments, choosing from a list of carriers and related cost, also defaulting to my account address as the ship from address
Request rates API is not returning taxes
Hello, no matter what I send, sales tax etc is always zero, why?
Mintsoft
Hello, Thee fulfilment company that takes care of our order use Mintsoft to manage orders. Is there a way to connect Easyshio to Mintsoft as there does not seem to be any API connection for this.
No shipping solutions available based on the information provided
{
"origin_address": {
"state": "NY",
"city": "East New York",
"postal_code": "10014",
"country_alpha2": "US"
},
"destination_address": {
"state": "FL",
"city": "Tampa",
"postal_code": "33602",
"country_alpha2": "US"
},
"incoterms": "DDU",
"insurance": {
"is_insured": false
},
"courier_selection": {
"apply_shipping_rules": true
},
"shipping_settings": {
"units": {
"weight": "lb",
"dimension": "in"
},
"output_currency": "USD"
},
"parcels": [
{
"items": [
{
"quantity": 1,
"dimensions": {
"length": "30.00",
"width": "500.00",
"height": "500.00"
},
"actual_weight": "30.00",
"declared_currency": "USD",
"declared_customs_value": "449.10",
"category": "computers_laptops",
"description": "Apple Watch Series 10"
}
],
"total_actual_weight": "30.00"
}
]
}
How can I display custom content on a label?
Why is the total_charge of rate different from the total_charge of create shipment?
https://public-api.easyship.com/2024-09/rates
Params:
{
"courier_settings": {
"apply_shipping_rules": false,
"show_courier_logo_url": true
},
"destination_address": {
"city": "El Paso",
"contact_name": "nina",
"contact_phone": "57489385769",
"country_alpha2": "US",
"line_1": "5821 Ybarra ct",
"line_2": "",
"postal_code": "79905",
"state": "TX"
},
"origin_address": {
"city": "Glendale",
"contact_name": "test",
"contact_phone": "37589409879",
"country_alpha2": "US",
"line_1": "1134 Western Ave",
"line_2": "",
"postal_code": "91201",
"state": "CA"
},
"parcels": [{
"box": {
"height": 1.00,
"length": 1.00,
"width": 1.00
},
"items": [{
"category": "health_beauty_non_liquid",
"contains_battery_pi966": false,
"contains_battery_pi967": false,
"declared_currency": "USD",
"declared_customs_value": 3.54
}],
"total_actual_weight": 1.00
}],
"return": false,
"shipping_settings": {
"output_currency": "USD",
"units": {
"dimensions": "in",
"weight": "lb"
}
}
}
Why is the amount of rate different from the amount of create shipment?
Which parameter in the response of the interface "https://public-api.easyship.com/2024-09/shipments" is the amount I should pay?
Which parameter in the response of the interface "https://public-api.easyship.com/2024-09/shipments" is the amount I should pay?