Discussions

Ask a Question

Company name not sent by API when creating shipping label

Company name is sent both in billing and shipping address, but it is lost when I print the label. Here is a sample of API code: 'payment_custom_field' => array ( ), 'payment_method' => 'Credit/Debit Card (3D and SCA Secured) Stripe', 'payment_code' => 'stripe', 'shipping_firstname' => 'David', 'shipping_lastname' => 'Li', 'shipping_company' => 'Allonis LLC', 'shipping_address_1' => '4078 Waterland Drive',

Verifying an Incoming Event with Easyship's Signature

On EasyShip documentation, I can only find a Ruby example for verify an event. Does anyone have examples in nodejs?

Splitting an order

Workflow question from an EasyShip newbie (PHP programmer). I'm comfortable enough with the basic concepts of the API, and so far I have verified my webhook website endpoint works. Now I would be grateful if someone could guide on how to achieve the following goal. From our incoming orders we wish to extract certain books that will need to be sent off to a book Print On Demand (POD) service. ***These books will not be shipped.*** We will pull out those specific products using an identifier, such as the product number. Therefore, we need to split (or remove) those particular products from the order. In a later step, I hope to have a trigger from this POD service to automatically go back into EasyShip and update those above separated items to have a warehouse status of "shipped". How do I separate these items to their own order? Then later I will apply the warehouse state change to "shipped", I assume. What API function(s) would be involved here?

Set origin when create a shipping

Hi! On the API docs, i don't saw any parameter for the orgin address. What I need to do to set de origin address?

Unable to sync orders properly in woocommerce

I am unable to even disable the easyship by the button. I can't sync my orders properly as well.

SKYPOSTAL

Hi What is the API for SKYPOSTAL?

Error sandbox mode

I need do testing into sandbox mode but not working. Error sandbox mode: Sorry, we couldn't find any shipping solutions based on the information provided. But production mode working. Any solution?

Create shipment wrongly notify sf-express with default pickup address

I am writing to reopen this discussion since there is no response on my last post. Reference link: https://developers.easyship.com/discuss/5e9538728f596f001cdb7fcc ISSUE: ESID: ESHK18665644. Description: The courier went to our billing address instead of our pickup address. This bug happens occasionally and still daunting us. Please fix it. Detail: We were using the origin_address_id attribute in /shipment/v1/shipments api. However, courier get notified of our billing address instead of pickup address. This causes trouble quit a lot. Thank you

Display pickup address instead of default sender address on labels

We are currently using API to create shipment. With your hidden API provided earlier, we are able to specify different pick up addresses for each shipment. However, the address displayed on the shipment label is the default sender address saved. We would like to know if it is possible to display the pickup address on the label instead of the default sender address, thank you very much.

Joomla Multi-vendor site

I have a Joomla site and am integrating Quick2Cart to sell products from multi-vendors. Will I be able to integrate easyship to allow each vendor access to be able to ship using easyship? The idea is for the vendor to be able to ship local or world wide if they desire. I will appreciate your response.