Translations:Webservice API/16/en: Unterschied zwischen den Versionen

Aus TopData WIKI
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „<p> In order to keep traffic and loading times low, the product list is always divided into multiple pages. The individual pages may be accessed via an additio…“)
 
 
Zeile 4: Zeile 4:
 
The products in the product list are displayed analogously to how individual products are accessed.
 
The products in the product list are displayed analogously to how individual products are accessed.
 
</p>
 
</p>
<h3>Product</h3>
+
<p>'''more products for one request (since version 103)'''</p>
<p> Accesses an individual product from the web service. The product ID is required for this.</p>
+
<p>You can give the webservice more than one products id to get a productlist for this.
* Produkt ID (%products_id%)
+
Provide the products ids comma seperated in a string. Attention only maximal 50 Product-IDs are allowed(more of this will be ignored).
 +
</p>

Aktuelle Version vom 19. Februar 2016, 16:02 Uhr

Information zur Nachricht (bearbeiten)
Zu dieser Nachricht ist keine Dokumentation vorhanden. Sofern du weißt, wo und in welchem Zusammenhang sie genutzt wird, kannst du anderen Übersetzern bei ihrer Arbeit helfen, indem du eine Dokumentation hinzufügst.
Nachricht im Original (Webservice API)
<p>Um den Traffic und die Ladezeit gering zu halten, wird die Produktliste immer in mehrere Seiten unterteilt. Die einzelnen Seiten können über eine weitere HTTP Request Variable angesteuert werden:</p>
<source lang="text">?page=3</source>
<p>Die Produktliste beinhaltet Informationen über die Anzahl der Seiten, die Anzahl der Produkte, die Anzahl der Produkte pro Seite sowie die aktuell ausgewählte Unterseite.<br>
Die Produkte in der Produktliste werden analog zum Aufruf eines einzelnen Produktes dargestellt.
</p>
<p>'''mehrere Produkte auf einmal abrufen (ab Version 103)'''</p>
<p>Sie können auch einer Webservice Abfrage mehrere Produkt-IDs übergeben um dazu die Produktliste zu erhalten.
Diese werden per Komma getrennten String übergeben. ACHTUNG es sind maxmimal 50 Produkt-IDs zugelassen (mehr werden ignoriert).
</p>
Übersetzung<p> In order to keep traffic and loading times low, the product list is always divided into multiple pages. The individual pages may be accessed via an additional HTTP request variable:</p>
<source lang="text">?page=3</source>
<p> The product list includes information about the number of pages, the number of products, the number of products per page, and the currently selected sub-page.
The products in the product list are displayed analogously to how individual products are accessed.
</p>
<p>'''more products for one request (since version 103)'''</p>
<p>You can give the webservice more than one products id to get a productlist for this.
Provide the products ids comma seperated in a string. Attention only maximal 50 Product-IDs are allowed(more of this will be ignored).
</p>

In order to keep traffic and loading times low, the product list is always divided into multiple pages. The individual pages may be accessed via an additional HTTP request variable:

?page=3

The product list includes information about the number of pages, the number of products, the number of products per page, and the currently selected sub-page. The products in the product list are displayed analogously to how individual products are accessed.

more products for one request (since version 103)

You can give the webservice more than one products id to get a productlist for this. Provide the products ids comma seperated in a string. Attention only maximal 50 Product-IDs are allowed(more of this will be ignored).