Discussions

Ask a Question
ANSWERED

COMPANY field

How to pass COMPANY name when generating a label? That field is available on ES website, but not mentioned by API docs.

"label_url":null

I was able to create and purchase a label sucessfully using the API, however I received a null value for label url in response .

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',

ANSWERED

Webhook url with credentials

Hi,

ANSWERED

Why are shipments not created?

Hi,

ANSWERED

Drop Shipping Available?

Hello, Please tell me drop shipping is available in easy-ship API or not.

ANSWERED

Couldn't find any shipping solutions

Hi,

ANSWERED

Webhook shipment status change

How can I test this webhook with real data, I have tried to cancel the shipment but it doesnt call to my webhook.

ANSWERED

INTEGRATING API SHIPPING RATE TO A CUSTOMISED WEBSITE BUILT USING WORDPRESS

Hi I would like to integrate API shipping rate to my website which is actually a customised website built up using WordPress.

ANSWERED

API for return labels

Is it possible to create and download return labels through the API?