Click or drag to resize

IAtomiaBillingApiGetShopById Method

Gets the shop by identifier.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Shop GetShopById(
	Guid shopId
)

Parameters

shopId
Type: SystemGuid
The shop identifier.

Return Value

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