A valid request URL is required to generate request examples{
"startIndex": 123,
"pageSize": 123,
"pageCount": 123,
"totalCount": 123,
"items": [
{
"isActive": true,
"isOrphan": true,
"variationExists": true,
"variationkey": "<string>",
"variationProductCode": "<string>",
"deltaPrice": {
"currencyCode": "<string>",
"value": 123,
"msrp": 123,
"creditValue": 123
},
"localizedDeltaPrice": [
{
"currencyCode": "<string>",
"value": 123,
"msrp": 123,
"creditValue": 123
}
],
"fixedPrice": {
"currencyCode": "<string>",
"listPrice": 123,
"salePrice": 123,
"msrp": 123,
"creditValue": 123
},
"localizedFixedPrice": [
{
"currencyCode": "<string>",
"listPrice": 123,
"salePrice": 123,
"msrp": 123,
"creditValue": 123
}
],
"deltaWeight": 123,
"fixedWeight": 123,
"options": [
{
"attributeFQN": "<string>",
"value": "<unknown>",
"content": {
"localeCode": "<string>",
"stringValue": "<string>"
}
}
],
"properties": [
{
"attributeFQN": "<string>",
"values": [
{
"value": "<unknown>",
"content": {
"localeCode": "<string>",
"stringValue": "<string>"
},
"localizedContent": [
{
"localeCode": "<string>",
"stringValue": "<string>"
}
],
"attributeVocabularyValueDetail": {
"valueSequence": 123,
"value": "<unknown>",
"mappedGenericValues": [
"<unknown>"
],
"productName": "<string>",
"content": {
"localeCode": "<string>",
"stringValue": "<string>"
},
"localizedContent": [
{
"localeCode": "<string>",
"stringValue": "<string>"
}
],
"displayOrder": 123
}
}
]
}
],
"upc": "<string>",
"fulfillmentTypesSupported": [
"<string>"
],
"supplierInfo": {
"mfgPartNumber": "<string>",
"distPartNumber": "<string>",
"cost": {
"isoCurrencyCode": "<string>",
"cost": 123
}
}
}
]
}Retrieves a paged list of product variations for a specific product according to any specified filter criteria and sort options. This current version of the Products API includes localizedContent to support multi-locale catalogs, which was not present in the previous API model. If you were a client prior to May 2024 and have upgraded your implementation to support this feature, you can still access product data that has not yet been rewritten to the new model by providing an x-api-version header set to “1”.
A valid request URL is required to generate request examples{
"startIndex": 123,
"pageSize": 123,
"pageCount": 123,
"totalCount": 123,
"items": [
{
"isActive": true,
"isOrphan": true,
"variationExists": true,
"variationkey": "<string>",
"variationProductCode": "<string>",
"deltaPrice": {
"currencyCode": "<string>",
"value": 123,
"msrp": 123,
"creditValue": 123
},
"localizedDeltaPrice": [
{
"currencyCode": "<string>",
"value": 123,
"msrp": 123,
"creditValue": 123
}
],
"fixedPrice": {
"currencyCode": "<string>",
"listPrice": 123,
"salePrice": 123,
"msrp": 123,
"creditValue": 123
},
"localizedFixedPrice": [
{
"currencyCode": "<string>",
"listPrice": 123,
"salePrice": 123,
"msrp": 123,
"creditValue": 123
}
],
"deltaWeight": 123,
"fixedWeight": 123,
"options": [
{
"attributeFQN": "<string>",
"value": "<unknown>",
"content": {
"localeCode": "<string>",
"stringValue": "<string>"
}
}
],
"properties": [
{
"attributeFQN": "<string>",
"values": [
{
"value": "<unknown>",
"content": {
"localeCode": "<string>",
"stringValue": "<string>"
},
"localizedContent": [
{
"localeCode": "<string>",
"stringValue": "<string>"
}
],
"attributeVocabularyValueDetail": {
"valueSequence": 123,
"value": "<unknown>",
"mappedGenericValues": [
"<unknown>"
],
"productName": "<string>",
"content": {
"localeCode": "<string>",
"stringValue": "<string>"
},
"localizedContent": [
{
"localeCode": "<string>",
"stringValue": "<string>"
}
],
"displayOrder": 123
}
}
]
}
],
"upc": "<string>",
"fulfillmentTypesSupported": [
"<string>"
],
"supplierInfo": {
"mfgPartNumber": "<string>",
"distPartNumber": "<string>",
"cost": {
"isoCurrencyCode": "<string>",
"cost": 123
}
}
}
]
}JWT Authorization header using the Bearer scheme.
Merchant-supplied code associated with the product, for example, a SKU. Required.
Used to page results from a query. Indicates the zero-based offset in the complete result set where the returned entities begin. For example, with a PageSize of 25, to get the 51st through the 75th items, startIndex=3. The default value is 0. Optional.
Used to page results from a query. Indicates the maximum number of entities to return from a query. The default value is 20 and the maximum value is 200. Optional.
The element to sort the results by and the order in which the results appear. Either ascending (a-z) or descending (z-a) order. Optional.
A set of filter expressions representing the search parameters for a query: eq=equals, ne=not equals, gt=greater than, lt = less than or equals, gt = greater than or equals, lt = less than or equals, sw = starts with, or cont = contains. Optional.
limits which fields are returned in the response body