Click or drag to resize

IeCommerceServiceItemsGetByPublishedOfferId Method

Get related items in a published offer

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
List<LoyItem> ItemsGetByPublishedOfferId(
	string pubOfferId,
	int numberOfItems
)

Parameters

pubOfferId
Type: SystemString
Published offer id
numberOfItems
Type: SystemInt32
Number of items to return

Return Value

Type: ListLoyItem
See Also