API - Products - Standaard producten en diensten

Retrieve all your default products and services


Resource:
/acumulus/stable/picklists/picklist_products.php
Since API:
Available for authenticated:
API gebruiker
Available for authenticated:
API beheerder
Communication:
Basic submit, including below structure


Submit

<?xml version="1.0" encoding="UTF-8"?>
<myxml>
    ...
    <producttagid></producttagid>
    <filter></filter>
    <offset></offset>
    <rowcount></rowcount>
</myxml>

filter non mandatory
The filter tag can be used as a search string for the list to match against. It checks against the productid, description, type, SKU, EAN and price of the product.

offset non mandatory
Numeric offset tag can be used to jump into the results. Say you have 40 products and you want to skip the first 12 in the results you simply provide an offset of 12. The maximum offset number is the amount of products matched.

rowcount non mandatory
Numeric tag that defines the amount of results you want returned. If the rowcount number exceeds the amount of contacts it simply returns the maximum amount of contacts. The default is to return all rows, which the call can be forced to when setting the rowcount to 0.

producttagid non mandatory
Option to limit output to a subset of products. Default is to show all products and services available, regardless of status.

Option
Product tag
 
All (DEFAULT)
-1
Vervallen (discontinued)
0
Actief (active/available)
1000
Favoriet (Favorite)

Response

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <products>
    <product>
      <productid></productid>
      <productnature></productnature>
      <productdescription></productdescription>
      <producttagid></producttagid>
      <productcontactid></productcontactid>
      <productprice></productprice>
      <productvatrate></productvatrate>
      <productsku></productsku>
      <productean></productean>
      <producthash></producthash>
      <productnotes></productnotes>
    </product>
    ...
  </products>
</response>

productid
productnature
productdescription
producttagid
productcontactid
productprice
productvatrate
productsku
productean
producthash
productnotes