Skip to main content
Version: 5.7.0

SysGetProductList

Returns the list of products (summary details only) for the specified category (optional).

ServiceOperation
productManagementSYS_GET_PRODUCT_LIST

Method Parameters

ParameterDescription
categoryOptional. The product item category to filter on. Leave blank or null to retrieve all products.

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"data": {
"products": [
{
"itemId": "barBundle1Imp12peer",
"defaultReferencePrice": -1,
"iTunesSubscriptionType": "Free",
"data": {
"customAttr": "value"
},
"imageUrl": "",
"description": "Bundle of 10 Bars.",
"title": "Bars (10)",
"category": "bars",
"type": "Subscription"
}
]
},
"status": 200
}