public interface ApiParameters extends Query
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApiParameters.ApplyFiltersTo
Allowed Values-
storeId (apply filters to only stores in storeId), alsoSoldAt (apply filters to only stores in alsoSoldAt),
storeIdOrAlsoSoldAt (apply filters to stores present in both storeId and alsoSoldAt),
any (apply filters across all offers)
|
static class |
ApiParameters.Availability
Used to specify in-stock or out-of-stock items.
|
static class |
ApiParameters.PriceChange
Used to depict products whose prices have been increased or decreased.
|
static class |
ApiParameters.SelectOffersFrom
Allowed Values-
storeId (select offers matching filters from storeId), alsoSoldAt (select offers matching filters
from alsoSoldAt), storeIdAndAlsoSoldAt (select offers matching filters from stores in both storeId
and alsoSoldAt), all (select all offers irrespective of matching or storeId or alsoSoldAt data)
|
static class |
ApiParameters.SortBy
Specifies the sorting strategy of the results
|
getParametersCopyright © 2017. All rights reserved.