Click or drag to resize

ItemHelperGetItemsByArticleNumber Method

Gets the items by article numbers for specified language.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static IList<Item> GetItemsByArticleNumber(
	IList<string> articleNumbers,
	Guid languageId
)

Parameters

articleNumbers
Type: System.Collections.GenericIListString
The item article numbers.
languageId
Type: SystemGuid
The language id.

Return Value

Type: IListItem
List of items.
See Also