Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trackings list gives errors #18

Closed
awb99 opened this issue May 27, 2016 · 2 comments
Closed

trackings list gives errors #18

awb99 opened this issue May 27, 2016 · 2 comments

Comments

@awb99
Copy link

awb99 commented May 27, 2016

I can add new tracking, but I cannot get a list of trackings. Always I get an error

let query = {tag: 'Delivered' };

Aftership.call('GET', '/trackings', {
        query: query
}, function (err, result) {
   if (err) console.log('error getting trackings');
   else console.log("tracking list : " + JSON.stringify(result));
});

I did buy premium membershp BTW. I think this is required for this feature

@foray1010
Copy link
Contributor

@awb99 what error did you get?

@Bossa573
Copy link
Member

closing due to inactivity
please reopen if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants