Click or drag to resize

IShopHelperGetShopProducts Method

Gets the shop products.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<Item> GetShopProducts(
	Guid resellerId,
	string shopName
)

Parameters

resellerId
Type: SystemGuid
The reseller identifier.
shopName
Type: SystemString
Name of the shop.

Return Value

Type: IListItem
List of products.
See Also