Extension to the standard interface.
If the ”ID's” columns are used then the corresponding columns for name or value would be ignored.
Columns that can be used as filters:
Organization_ID
Product_ID
TaxCategory_ID
UOM_ID
ProductCategory_ID
ProductSubcategory_ID
ProductFamily_ID
AttributeSet_ID
RDS_ID_Inventory
Actions can be done:
list
create
update
delete
URL: https://api.socratecloud.com/webapi/rest/product/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}
Method: GET
URL: https://api.socratecloud.com/webapi/rest/product/full/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}
Method: GET
URL: https://api.socratecloud.com/webapi/rest/product/create/{version}?accessToken={access_token}
Method: POST
Return: product value for success or error message (start with "ERROR: ")
URL: https://api.socratecloud.com/webapi/rest/product/update/{version}?accessToken={access_token}&Value={product_value}
Method: POST
Return: product value for success or error message (start with "ERROR: ")
URL: https://api.socratecloud.com/webapi/rest/product/delete/{version}?&accessToken={access_token}&Value={product_value}
Method: POST
Return: 'Deleted' for success or error message (start with "ERROR: ")