Click or drag to resize

IAtomiaBillingApiFindShopItem Method

Returns the shop item for given article number.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ShopItem FindShopItem(
	Guid shopId,
	string articleNumber
)

Parameters

shopId
Type: SystemGuid
The shop identifier.
articleNumber
Type: SystemString
The article number.

Return Value

Type: ShopItem
Existing shop item or null if it doesn't exist.
See Also