Click or drag to resize

IAtomiaBillingApiSearchShopItems Method

Searches the shop items.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<ShopItem> SearchShopItems(
	int firstRow,
	int pageSize,
	string order,
	string propertyNameToOrder,
	Dictionary<string, SearchRestriction> disjunctions,
	Dictionary<string, SearchRestriction> conjuctions
)

Parameters

firstRow
Type: SystemInt32
The first row.
pageSize
Type: SystemInt32
Size of the page.
order
Type: SystemString
The order type (ascending or descending).
propertyNameToOrder
Type: SystemString
The name to order.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions.
conjuctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjunctions.

Return Value

Type: SearchResultShopItem
Filtered shop items.
See Also