Test with Products API
Use Test Environment
You can use the test environment to check how the API works.
To access the API:
- If you are using the Merchant Portal, then use section API Keys and create accounts allowing you to work with the API in the test environment
- Otherwise, contact our support team to set up a connection
No additional authorization is required to work with the test environment. Apply only the authorization data required to use the Products API.
Test Environment Links
Get authorization token | POST | https://api.ecommerce.noventiq.com.demoslweb.com/v1/login_check |
Create product | POST | https://api.ecommerce.noventiq.com.demoslweb.com/v1/product |
Modify product | PATCH | https://api.ecommerce.noventiq.com.demoslweb.com/v1/product |
Get product IDs | GET | https://api.ecommerce.noventiq.com.demoslweb.com/v1/product |
Get product data | GET | https://api.ecommerce.noventiq.com.demoslweb.com/v1/product |
Delete product | DELETE | https://api.ecommerce.noventiq.com.demoslweb.com/v1/product |
Examples of Requests in Postman
To work with a collection:
- Get access to the API
- Import the collection into Postman. You have to insert the link leading to the collection into the Import window
Set the following variables:
- Username, Password – enter your username и password to authorize via the Authentication API
- Base API URL - insert a necessary URL according to the environment in which you want to make the request:
- https://api.ecommerce.noventiq.com.demoslweb.com - test environment
- https://api.ecommerce.noventiq.com - production environment
- Make the Get token for authentication (/v1/login_check) request from the collection and get a token
- Enter the value of the token received into Token in Postman
After that, you can use the requests of the collection.