recombee_api_client.api_requests.list_item_cart_additions module¶
-
class
recombee_api_client.api_requests.list_item_cart_additions.
ListItemCartAdditions
(item_id: str)¶ Bases:
recombee_api_client.api_requests.request.Request
List all the ever-made cart addition of a given item. Required parameters:
- Parameters
item_id – ID of the item of which the cart addition are to be listed.
-
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).