This endpoint is used for retrieving a list of products. Specifically.
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
CLIENT_ID |
String | Yes | Partner identifier provided by EpinTower |
SIGNATURE |
String | Yes | You need to calculate it as mentioned in security section. - Data to sign in order : CLIENT ID, SECRET KEY |
CATEGORY_ID |
String | No | Category filter, should input a category id obtained via categories/list |
Response Parameters
Parameter | Type | Description |
---|---|---|
RESPONSE_CODE |
Integer | Returned value of “0” implies transaction is successfully completed. If the code is not "0", it means an error. See error codes section. |
RESPONSE_MESSAGE |
String | Response message for requested transaction |
SIGNATURE |
String | You need to calculate it as mentioned in security section. - Data to sign in order : CLIENT ID, SECRET KEY |
DATA |
JSON | "DATA":[ |
CATEGORY_ID |
Integer | ID of selected category |