Discussions

Ask a Question
Back to All

How to get a hs code?

So when i hit end point for easyship to retrieve hs code: https://public-api.easyship.com/2024-09/hs_codes

i dont get any hs code in a response, only like this:
200
{
"hs_codes": [],
"meta": {
"pagination": {
"page": 0,
"next": null,
"count": 0
},
"request_id": "409f407fb7948e64a3e9809409d151de"
}
}

200 is a status code from http

I've read the documentation and still have not found any solution, the status code is 200 not 429 so it means i have not reach rate limit.


Any help is welcome, thanks