Discussions

Ask a Question

Need to turn off using the default Shipping Address both as a sender or receiver

Whenever we try to turn it off (and I have tried with 2 different browsers, just in case)

Api error

i'm not able to test API. I'm using these datas
{
"origin_country_alpha2": "SG",
"origin_postal_code": "059405",
"destination_country_alpha2": "US",
"destination_postal_code": "10030",
"taxes_duties_paid_by": "Sender",
"is_insured": false,
"items": [
{
"actual_weight": 1.2,
"height": 10,
"width": 15,
"length": 20,
"category": "mobiles",
"declared_currency": "SGD",
"declared_customs_value": 100
}
]
}

ANSWERED
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
}
]
}
]
}

ANSWERED

Can I set different production times for different collections

I have two collections that require 7 and 9 open days production times. Later maybe other collections as well as they customized products. I do not want the overall delivery time to discourage the customers to buy other products already in stock. I can I do this?

How do I fully clean up my connections? I deleted the WooCommerce, but it is still sending tracking updates to my server & website.

I've deleted WooCommerce connection and then reset it up with different API keys/auth, but now I'm getting multiple postings of tracking number updates for a package instead of just one.

Woo Commerce Multisite

Has anyone been able to get this to work and show up in a woo commerce multisite? I had no issues with it when I had a single site. I converted over to a multisite since I needed 7 sites to work together with 1 cart and when I did that Easyship no longer shows up as a option. Thank you!

ANSWERED

Create easy ship labels for the packages created in zoho inventory

Hi team,

ANSWERED

Can't get the express rate added by yourself

Hello

ANSWERED

Shipments created through API is not synced to my account

I have created a shipment by calling the api and i got the response as 201 and message is success and also the easyship_shipment_id.But the order is not showing in my account
.I'm currently using the token of sandbox account not the production toke.Is that the issue?
Someone could help me on this?