Remove Product Groups

You can manually delete product groups as needed *This may affect the product data in the group. Please use caution

API Endpoint

URL {base url}/api/Product/RemoveProductGroup
Method POST
Authorization Bearer Token
Content-Type text/plain

Request Headers

Parameter Type Required Description
APIKEY string true System key code

Request text/plain Example


"{product group code}"
    

Response Parameters

Parameter Type Description
Id integer Error status (0 = no error)
Success boolean Status of the request
Message string Response message
RequestId string Reference ID for the request
Size integer Number of records remove
Data object Normally the return value is null always

Response JSON Example


{
    "Id": 0,
    "Success": true,
    "Message": "SUCCESS",
    "RequestId": "09C96088-0CF0-4E78-9369-EC407BD07EC5",
    "Size": 1,
    "Data": null
}