Products are entities which represents a buyable item managed in a catalog.
Name | Type | Description | Notes |
---|---|---|---|
ScopeId | string | The id of the requested scope | [optional] |
CultureName | string | The culture in which the data will be returned | [optional] |
MaximumItems | int | The maximum number of results to return. Default value : 10 | [optional] |
PropertiesNames | List<string> | the list of properties to return | [optional] |
SortBy | string | The name of the property to be sorted | [optional] |
SortDirection | string | The sorting direction | [optional] |
StartingIndex | int | the starting index in the results to start getting the products (used for paging purpose) | [optional] |