Click or drag to resize

IAtomiaBillingApiGetShopDetailsById Method

Gets only shop details 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 GetShopDetailsById(
	Guid shopId
)

Parameters

shopId
Type: SystemGuid
The shop identifier.

Return Value

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