Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.05 KB

GetProductsPropertiesWithNotificationRequest.md

File metadata and controls

17 lines (13 loc) · 1.05 KB

Yaksa.OrckestraCommerce.Client.Model.GetProductsPropertiesWithNotificationRequest

Products are entities which represents a buyable item managed in a catalog.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]