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
)
Function GetShopProducts (
resellerId As Guid,
shopName As String
) As IList(Of Item)
IList<Item^>^ GetShopProducts(
Guid resellerId,
String^ shopName
)
abstract GetShopProducts :
resellerId : Guid *
shopName : string -> IList<Item>
Parameters
- resellerId
- Type: SystemGuid
The reseller identifier. - shopName
- Type: SystemString
Name of the shop.
Return Value
Type:
IListItemList of products.
See Also