IShopHelperFindShopItem Method |
Returns the shop item for given article number.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax ShopItem FindShopItem(
Guid shopId,
string articleNumber
)
Function FindShopItem (
shopId As Guid,
articleNumber As String
) As ShopItem
ShopItem^ FindShopItem(
Guid shopId,
String^ articleNumber
)
abstract FindShopItem :
shopId : Guid *
articleNumber : string -> ShopItem
Parameters
- shopId
- Type: SystemGuid
The shop identifier. - articleNumber
- Type: SystemString
The article number.
Return Value
Type:
ShopItemExisting shop item or
null if it doesn't exist.
See Also