Click or drag to resize

IUCJsonItemsGetByPublishedOfferId Method

Get related items in a published offer

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
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
Remarks
LS Nav WS1 : LOAD_PUBLISHED_OFFER_ITEMS
See Also