Class: ListItemCartAdditions

ListItemCartAdditions(itemId)

List all the ever-made cart addition of a given item.

Constructor

new ListItemCartAdditions(itemId)

Construct the request
Parameters:
Name Type Description
itemId string ID of the item of which the cart addition are to be listed.
Source:

Methods

bodyParameters() → {Object}

Get body parameters
Source:
Returns:
The values of body parameters (name of parameter: value of the parameter)
Type
Object

queryParameters() → {Object}

Get query parameters
Source:
Returns:
The values of query parameters (name of parameter: value of the parameter)
Type
Object