Pólónagyker API: live stock and wholesale prices in your own system
Stop requesting stock by email and copying products by hand. The API delivers the full product catalogue, warehouse stock and your account-specific wholesale prices in real time: to your webshop, ERP, anything.
What can the API do?
Full product catalogue
Every product family and variant: size, colour, dimensions, image, category and brand, in Hungarian and English.
Live warehouse stock
Per-warehouse quantities and expected restocks, always the current state. No more asking for stock by phone.
Prices in your own tier
You get exactly the price your account sees in the webshop, according to your assigned wholesale price tier.
Simple REST + JSON
Standard REST, Bearer key authentication, pagination and filtering. Connect in minutes, with documentation.
How does it work?
Register or log in
Every registered Pólónagyker account can use the API free of charge.
Generate an API key
Inside your account, on the API keys page. You can have up to 5 keys and delete or regenerate them at any time.
Connect
Call the endpoints with your key and work with live data in your own system.
curl https://stage.tees.hu/api/v1/base-products \
-H "Authorization: Bearer {key}"
Available endpoints
-
GET
/api/v1/base-productsList of product families with filtering and pagination -
GET
/api/v1/base-products/{id}Details of a product family with its variants -
GET
/api/v1/base-products/{id}/productsList of variants (size, colour, price) -
GET
/api/v1/products/{id}/stocksStock data of a variant per warehouse -
GET
/api/v1/categoriesCategory tree -
GET
/api/v1/brandsBrands
Generate a key and fetch your first product
Create an API key in your account, paste it into your code, and within minutes you are querying live stock and prices. Full documentation is one click away.