shopping24 documentation

s is for shopping

Retrieve shop list for an application ID

This API endpoint returns a list of partner shops that currently provide active products for an application. The shop ID and shop group ID are mostly relevant for internal mapping purposes. The shop element also features a logo and a link to the main URL of the shop. Some shops also support the option of home page links. In these cases, the dimensions <trackShopUrl>, <earnings> and <earningsMobile> are additionally output.

GET /v3/:appid/shops

Example

<shops xmlns:ns3="http://api.s24.com/v3/1.0/products" count="40" totalResults="110" page="1" pageElements="40" totalPages="3">
  ...
  <shop id="9545" shopgroupid="18">
    <name>acer</name>
    <link rel="url" href="https://store.acer.com/de-de/" />
    <imageResource id="f6e30928b25b4c549f6da3123f9fc806" base="https://s24.media/shop/" type="logo">
      <link rel="self" href="https://s24.media/shop/f6e30928b25b4c549f6da3123f9fc806" />
    </imageResource>
    <trackShopUrl>https://tracking.s24.com/v3/clickout/abcdef/8974/e43e429a1811d5edc008bf80d718fa4564bf1b89</trackShopUrl>
    <earnings cents="22">0,22</earnings>
    <earningsMobile cents="22">0,22</earningsMobile>
  </shop>
  ...
</shops>