recombee_api_client.api_requests.add_item module¶
-
class
recombee_api_client.api_requests.add_item.
AddItem
(item_id: str)¶ Bases:
recombee_api_client.api_requests.request.Request
Adds new item of given itemId to the items catalog.
All the item properties for the newly created items are set null.
Required parameters:
- Parameters
item_id – ID of the item to be created.
-
get_body_parameters
() → dict¶ Values of body parameters as a dictionary (name of parameter: value of the parameter).
-
get_query_parameters
() → dict¶ Values of query parameters as a dictionary (name of parameter: value of the parameter).