How toWeb Service Developer Guide

Web Service Developer Guide

Fields for Filtering

Below is the list of fields of the Product entity, on which the product list can be filtered:

  • Id
  • Title
  • Visible
  • Blocked
  • Inventory
  • VatRateId
  • ModifiedDate

Any field of the 'Items' table in the ERP system can be used for filtering. The field name in the request used for filtering should match the name of the field in the ERP system (the 'Items' table).

How toWeb Service Developer Guide