Click or drag to resize

IUCJson.ReturnPolicyGet Method

Gets Return Policy

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

Parameters

storeId
Type: System.String
storeGroupCode
Type: System.String
itemCategory
Type: System.String
productGroup
Type: System.String
itemId
Type: System.String
variantCode
Type: System.String
variantDim1
Type: System.String

Return Value

Type: List<ReturnPolicy>
Remarks
LS Central WS2 : GetReturnPolicy
See Also