• Notifications
  • Messages
  • Complaints
  • Offers
  • Chats
  • Logout
  • РУС ENG

API




Advertisement on marketplace

  xml json
The URL for sending a request: https://api.digiseller.ru/api/rekl
Method: GET
Request headers: Accept: application/json Accept: text/xml
Request parameters:
NameUseComment
ownermarketplace identifier1 - Plati.Market
1271 - GGSel
9295 - WMCenter
datedatedata format: 'yyyy-mm-dd'
default value is: today
langthe information display languageru-RU (by default) or en-US
tokenthe token, received from api/apilogin;
min. permission: [ Products ]: View
Response format:
JSON response example XML response example
{ "retval": 0, "retdesc": "", "products": [ { "id": 0, "name": "", "seller_id": 0, "section_id": 0, "count": 0, "amount": 0.00, "hidden": 0.00 }, ... ], "sellers": [ { "id": 0, "name": "" }, ... ], "sections": [ { "id": 0, "name": "", "type": 0, "parent_id": 0 }, ... ] } <digiseller.response> <retval>0</retval> <retdesc></retdesc> <products> <product> <id>0</id> <name></name> <seller_id>0</seller_id> <section_id>0</section_id> <count>0</count> <amount>0.00</amount> <hidden>0.00</hidden> </product> ... </products> <sellers> <seller> <id>0</id> <name></name> </seller> ... </sellers> <sections> <section> <id>0</id> <name></name> <type>0</type> <parent_id>0</parent_id> </section> ... </sections> </digiseller.response>
Response parameters:
NameUseComment
retvalresult code0 - request sent
retdescdecryption of the request execution code
productsproduct list
products\productproduct characteristics
products\product\iditem id
products\product\nameitem name
products\product\seller_idseller ID
products\product\section_idsection ID
products\product\amountamount in USD
products\product\hiddenaverage hidden bid
sellerssellers list
sellers\sellerseller
sellers\seller\idseller ID
sellers\seller\nameseller
sectionssections list
sections\sectionsection
sections\section\idsection ID
sections\section\namesection title
sections\section\typesection type
sections\section\parent_idparent section id