/
Export of stickers/icons

Export of stickers/icons

Function icons/export/ (<http://<DOMAIN>>/api/icons/export/)

Parameters:

  • token - authorization key obtained through the auth function

Response:

  • status - status of the function execution

    • OK - data exported

    • EMPTY - no data to export

  • response.icons - list of icons

    • response.icons[i].id - unique identifier of sticker/icon

    • response.icons[i].title - title of sticker/icon

    • response.icons[i].enabled - sticker/icon enabled

Query example http://<DOMAIN>/api/icons/export/

Query example http://<DOMAIN>/api/icons/export/

{ "token": "43af1b7c04ec1372683baf4ef6152639" }

Response example

Response example

{ "status": "OK", "response": { "icons": [ { "id": 1, "title": "Bestseller", "enabled": 1 }, { "id": 3, "title": "New", "enabled": 1 }, { "id": 4, "title": "Sale", "enabled": 1 }, { "id": 5, "title": "Discount value", "enabled": 1 }, { "id": 6, "title": "Video", "enabled": 1 }, { "id": 7, "title": "Promotion counter", "enabled": 1 }, { "id": 8, "title": "Privatbank Payment by installments", "enabled": 1 } ] } }

 

Related content

Import of product stock
Import of product stock
Read with this
Експорт стікерів/іконок
Експорт стікерів/іконок
More like this
Import products into catalogue
Import products into catalogue
Read with this
Экспорт стикеров/иконок
Экспорт стикеров/иконок
More like this
Processing images uploaded via ftp
Processing images uploaded via ftp
Read with this