Product Attributes Catalog

Get complete product attributes catalog with product ID, name (nazev), and registry number (regcis) from product_attributes1 table. Includes external_data (e.g., elnino_id) merged directly into each product. Returns ~89,000 records.

HTTP: GET /product-attributes

Query parameters

This endpoint does not require query parameters.

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/product-attributes"

Interactive call

No parameters required. Use the buttons below to submit.

Queue workflow

Tasks are persisted to var/api_queue/tasks.json. Process them with:

php go.php cron:list\nphp go.php cron:go

Logs are written to var/api_queue/logs/{task_id}.log.