For you to use through the URL: https://marketplace.therange.co.uk or
https://supplier.rstore.com/rest/authenticate.api. This URL defines the domain under which
our restful APIs are located. There are 6 endpoints that can be invoked:
- authenticate.api
- order_feed.api
- order_ack.api
- order_event.api
- stock_availability.api
- product_feed.api
The authenticate API is required initially for you to set up a session, otherwise you will not
be able to request access to the other APIs. The authenticate API will set up a session for
you if the login succeeds and, with successive API requests, you will then be allowed to
access the other APIs as long as you pass the session id cookie with each request.
In the authenticate API, we will also let you know on a successful login what mode you are
in, either ‘Test’, or ‘Live’. For the order_feed, order_ack, and order_event APIs, you will be
required to provide this mode parameter.
Note: All interactions are secured with HTTPS using TLS 1.2 / AES-128+.
This is the live domain. For testing purposes, please refer to API Testing.
Comments
0 comments
Article is closed for comments.