These docs are for v1.0. Click to read the latest docs for v2024.09.

Discussions

Ask a Question
ANSWERED

Can't get the express rate added by yourself

Hello

ANSWERED

Create a Shipment 201 always represents created,but I want to test the status of 200

The example given in the API access method : when the value of this method < buy_label_synchronous> is true, it always reports an error of 500, and when the value is false, 201 always represents created, but I want to test the status of 200
{
"origin_address": {
"line_1": "55 Prospect St",
"line_2": "Unit 401",
"state": "NY",
"city": "Sydney",
"postal_code": "11201",
"country_alpha2": "US",
"contact_name": "Mandy Morrison",
"company_name": "Mandy's Watches",
"contact_phone": "+1396380000",
"contact_email": "
[email protected]"
},
"sender_address": {
"line_1": "55 Prospect St",
"line_2": "Unit 401",
"state": "NY",
"city": "Sydney",
"postal_code": "11201",
"country_alpha2": "US",
"contact_name": "Mandy Morrison",
"company_name": "Mandy's Watches",
"contact_phone": "+1396380000",
"contact_email": "[email protected]"
},
"return_address": {
"line_1": "55 Prospect St",
"line_2": "Unit 401",
"state": "NY",
"city": "Sydney",
"postal_code": "11201",
"country_alpha2": "US",
"contact_name": "Mandy Morrison",
"company_name": "Mandy's Watches",
"contact_phone": "+1396380000",
"contact_email": "[email protected]"
},
"destination_address": {
"line_1": "1 quai de Jemmapes",
"line_2": "Porte A",
"state": "CA",
"city": "Paris",
"postal_code": "75010",
"country_alpha2": "FR",
"contact_name": "Sonny Bill",
"company_name": null,
"contact_phone": "+336638000",
"contact_email": "[email protected]"
},
"metadata": {},
"set_as_residential": true,//
"consignee_tax_id": null,
"eei_reference": null,
"incoterms": "DDU",
"insurance": {
"is_insured": true,//
"insured_amount": 600,
"insured_currency": "USD"
},
"order_data": {
"platform_name": "Shopify",//
"platform_order_number": "#1001",//
"order_tag_list": [
"VIP"
],
"seller_notes": null,
"buyer_notes": null
},
"courier_selection": {
"selected_courier_id": "5179fe34-33ba-403a-9270-bda4162bc190",
"allow_courier_fallback": false,
"apply_shipping_rules": true
},
"shipping_settings": {
"units": {
"weight": "lb",
"dimensions": "in"
},
"printing_options": {
"format": "png",
"label": "4x6",
"commercial_invoice": "A4",
"packing_slip": "4x6"
},
"buy_label": false,
"buy_label_synchronous": true
},
"parcels": [
{
"total_actual_weight": 0.8,
"box": {
"slug": null,
"length": 10,
"width": 8,
"height": 5
},
"items": [
{
"description": "Silk dress",
"category": "fashion",
"sku": "test01",
"quantity": 2,
"dimensions": {
"length": null,
"width": null,
"height": null
},
"actual_weight": 10,
"declared_currency": "USD",
"declared_customs_value": 20
}
]
}
]
}

Rates API not returning TNT rates

Hi,

ANSWERED

Not able to check order at easyship dashboard

I'm integrating easyship API with my ecommerce store I'm not able see when order placed with sandbox token , but i can see order when its in Production mode , could suggest us more where I'm doing wrong

ANSWERED

API integration

I tested the rates API it's working correctly,the same thing for the shippement creation.
But when I extract the courier id and place it in the selected_courier_id i got this message :
Sorry, we couldn't find any shipping solutions based on the information provided.

ANSWERED

Rates API to CN no longer returning UPS, only TNT

This is the command line, which used to return both TNT and UPS rates:

ANSWERED

Nothing I do will make Easyship's plugin work correctly.

I've followed all the directions and troubleshooting instructions in the documentation, yet I'm still unable to get shipping prices to display on my Woocommerce store. When I set Easyship as the shipping option in WC, it gives me the "no shipping methods available" error. I'd love for someone to take a look at this and figure out what's going wrong.

ANSWERED

declared_customs_value

Where can i get the value of declared_customs_value?

ANSWERED

help please

I need help linking my woocommerce to easy ship

ANSWERED

Why are parameters in response not documented in V2.0?

But they are in V1.0, I hope it will be the same as in V2.0. Thank you.