Readonly dbReadonly httpReadonly methodReadonly moduleReadonly optionsAdds a modifier category to an item.
The item to add the modifier category to.
The category to add.
A Promise that resolves to the updated IItem object.
attach a ungrouped modifier to a modifier group (category) if you want to detach a modifier from a group, pass an empty string as the category_uid
the item to attach the modifier to it's modifier category
the uid of the modifier to attach
the uid of the category to attach the modifier to
Retrieves multiple entities with optional pagination and filtering.
[UNUSED PARAMETER, KEPT FOR POSSIBLE FUTURE USE] Filtering parameters.
Query options including pagination.
An object containing the retrieved entities and total count.
Removes a modifier category from an item.
The item to remove the modifier category from.
The category to remove.
A Promise that resolves to the updated IItem object.
Updates a modifier category of an item.
The item to update the modifier category of.
The category to update.
A Promise that resolves to the updated IItem object.
Generated using TypeDoc
Interface for a generic service.