Custom Items
Get a Custom Item
Get a single custom item
get/custom-items/{id}
Path parameters
idstring required
The uberall unique id for the custom item
Response
Successfully retrieved custom item
Example response
{
"response": {
"customItem": {
"category": "Coffee",
"unit": "per kg"
}
}
}