Click or drag to resize

IShopHelperGetActiveShopByNameForReseller Method

Gets the active shop by name for reseller.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Shop GetActiveShopByNameForReseller(
	string shopName,
	Guid resellerId
)

Parameters

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

Return Value

Type: Shop
Requested shop or null if not found.
See Also