Automatic price updates on Enex
API Settings
To update information about the inventory of goods and their prices, the platform has an API that you can use.
Documentation on using the API is located at https://enex.market/api/v1/schema .
The platform API access key (API Token) can be generated in your personal account at https://enex.market/account/api / (log in with your username to view the information).
Update requests must be sent in the JSON format specified in the documentation via curl, specifying the API token in the request headers (Header Authorization).
Frequently Asked Questions
-
Is the XML format accepted?
-
Can Enex specialists connect to our API or any links/services containing information about our products themselves?
Please schedule your developer's time. It usually takes a short time to set up according to the instructions./span>
-
Is there a ready-made processing for data exchange with 1C?
- What should I do if we don't have a developer and only have a price list in xlsx?
You can also periodically update prices, balances, and other data through your Personal Account using quick update functionality.
-
We do not want to transfer the leftovers, as this is confidential information. What should I do?
-
How often should I send the data?
-
Why didn't the prices change after sending the data via the API?
-
401 error and the Wrong user type
message
-
Error 404 when accessing the API schema
-
What are limit and offset in a request for catalog/trade offer data?
limit- the number of products returned in the request when 0 or a value greater than 5,000 is specified (the maximum value of 5,000 items is substituted).
offset - shift in the list. That is, if you have 9,000 items, for example, then you will need to send two requests: the first one will return the first 5,000 items https://enex.market/api/v1/products/limit/0/offset/0 the second one will return the remaining 4000 https://enex.market/api/v1/products/limit/0/offset/5000