Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Lista produktetiketter

Listar produktetiketter

...

List product lables

Displays a list of product lables

Request

HTTP GET /productlabels

ExempelExample:

Code Block
APIURL/productlabels.xml?apikey=33893457438

...

Response

Tag

Format

ExempelExample

FörklaringDescription

productlabels

 

<productlabels>Productlabels-taggen omsluter produktetiketter.

The productlabels tag surrounds the product lable

id

ID

<id>3</id>

Unikt idUnique ID

name

SträngString

<name>Fortsättning<<name>Conference products</name>

Namn på produktetikettenThe product lable itself

Code Block
<productlabels>
  <productlabel>
    <id>3</id>
    <name>Fortsättning<name>Conference products/Avancerat</name>
  </productlabel>
  ...
</productlabels>