Updated on Fri, 2012-03-23
Retrieve a list of values represented by the given dimension.
Parameters
dimensionrequired |
Provides a list of values for the given dimension. Valid options include:
-
category: Return a list of categories.
-
color: Return a list of colors.
-
size: Return a list of sizes.
-
material: Return a list of materials.
-
shape: Return a list of shapes.
-
supplier: Return a list of supplier.
-
supplier_country: Return a list of countries.
-
supplier_state: Return a list of states/provinces.
-
theme: Return a list of themes.
-
tradename: Return a list of tradenames.
Example Values: category
|
termrequired |
The value used for narrowing the dimension list. |
callbackoptional |
Only available for JSON format. If supplied, the response will use the JSONP format with a callback of the given name.
|