Discussions

Ask a Question
ANSWERED

Backerkit and Easyship integration error

I am getting this error when I try to us API integration between Backerkit and Easyship. {"error"=>"User doesn't have permissions for this request - please check your token scopes"} Please assist asap

ANSWERED

Webhook subscription API

Hi, Is there any webhook subscription API which i can utilise at my end and get the required status updates of orders?

ANSWERED

node js error

{
status: 'failure',
errors: [
"Sorry, we couldn't find any shipping solutions based on the information provided."
],
request_id: '1591b185-5cb1-4a0e-a586-aae5629c1e06'
}

ANSWERED

error

{
status: 'failure',
errors: [
'Oops, an unexpected error occurred. Please check your request and try sending it again. You can contact us if the problem persists.'
],
request_id: 'd37ae74a-b33d-4bea-9b19-e29ae6a93677'
}

In node js i get this unexpected error

shipping rates error [
'Oops, an unexpected error occurred. Please check your request and try sending it again. You can contact us if the problem persists.'
]

ANSWERED

Shipment label creation

Not able to create a shipment label by using API.
i'm getting response as :

ANSWERED

Not able to create shipment label

Im not able to create shipment label through api call

ANSWERED

Connecting Easyship to Gravity Forms?

When a customer checks out on our Gravity Form, there's a field "where would you like your completed documents sent?"

ANSWERED

Is the sandbox api access token supposed to have testing functionality?

I have everything enabled (Rate, Shipment, Label, Pickup, Track, Company, Reference, Product, Address, and Location) for both production and sandbox tokens. I can use the production token and get expected results. Sandbox token is just dumb. Example,
Sandbox token rate request:
"{"status":"success","rates":[]}string(31) "{"status":"success","rates":[]}" "
No rates given.

ANSWERED

Shipment Status

I am trying to query shipment Status using the: https://api.easyship.com/track/v1/status api using only the ORDER NUMBER as it is specified in the documentation. But I do not received any information.