Search products light (v2)

Quick search of products, only returns ProductId and Name.

Request
query Parameters
searchString
required
string

Free text search string. Minimum of 2 characters required.

statusSeed
required
string

Accepts a comma separated string of Status internal ids. Lookup references in ListStatuses.

assortmentSeed
required
string

Accepts a comma separated string of Assortment internal ids. Lookup references in ListAssortments.

pricelistSeed
string

A comma separated list of PriceList IDs to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.

customerId
string

Current Customer.Id, checks for specific customer bound prices.

companyId
string

Current Company ID, checks for specific company bound prices.

size
string

Number of items to display.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

currencyId
string

Specifies in which currency to display prices. Uses Storm internal ids. If none is supplied, value is resolved from Application.

salesAreaId
string

Specifies the SalesArea to use. Uses Storm internal ids. If none is supplied, primary SalesArea on Application will be used.

Responses
200

Success

500

Internal Server Error

get/ProductService.svc/rest/SearchProductsLite2
Response samples
[
  • {
    }
]