Discussions

Ask a Question

Clarification on item quantity & dimensional information

Hello,

Failed to create shipment

Hello Team,

"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 .

Set origin when create a shipping

On the API docs, there is no option to set the origin address.

WSGIRequest' object has no attribute 'type

I'm using django to to integrate esyship with our manufacturing system and when the shipment creation event is triggered , we are getting this error " 'WSGIRequest' object has no attribute 'type' ." I would appreciate if your technical tean could help me out . Thanks !

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.

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?