Click or drag to resize

IAtomiaBillingApiGetItemsByArticleNumber Method

Gets the items by their article numbers for specified customer.

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

Parameters

articleNumbers
Type: System.Collections.GenericIListString
The list of item's article numbers.
customerId
Type: SystemGuid
The customer's id.

Return Value

Type: IListItem
List of requested items.
See Also