Click or drag to resize

IUCJsonReturnPolicyGet Method

Gets Return Policy

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
List<ReturnPolicy> ReturnPolicyGet(
	string storeId,
	string storeGroupCode,
	string itemCategory,
	string productGroup,
	string itemId,
	string variantCode,
	string variantDim1
)

Parameters

storeId
Type: SystemString
storeGroupCode
Type: SystemString
itemCategory
Type: SystemString
productGroup
Type: SystemString
itemId
Type: SystemString
variantCode
Type: SystemString
variantDim1
Type: SystemString

Return Value

Type: ListReturnPolicy
See Also