put https://api.accelevents.com/rest/host/event//auction/itemCategory/
This API will update the auction item category of the specified category ID.
The user needs to pass category ID and event URL in the path parameters and pass item category details like category name and category color.
This endpoint can be accessed by users with event admin access or greater. Users will need to pass an authentication token to authorize the user.
Here are the possible error messages, which will return if any condition has failed or requires missing data for processing.
Error Code | Error Description |
---|---|
200 | OK |
4060803 | Item category does not exist. |
4060804 | Item category already exists. |
4060816 | Uncategorized items will automatically be placed in an uncategorized category. You do not need to add a category called uncategorized. |