To gain access to the Levanta Seller API you must have completed the following steps:
Access Swagger documentation where you can test out the endpoints here.
All requests to the Seller API must be made with an API key. You can check if you have an API key here when logged into an account with admin permissions.
All requests made to https://app.levanta.io/api/seller/v1 should be made with the Authorization header set to “Bearer <API-Key>”
All of our paginated endpoints use cursor-based pagination and accept a parameter named “cursor”. The first call to the endpoint can omit “cursor”. Every call to an endpoint will return “cursor” in its JSON response which should be passed as the value for “cursor” in the next call. If there are no more items to paginate through cursor will be returned as null.
GET: