Product Detail (Using Product ID) V3

Description

The Product service can retrieve information on detailed description of a particular product by using Product IDs (only 100 or less product Ids can be requested at a time). The API also provides an option to obtain all the productIDs that form the entire product catalog in one call & obtain the details of each specific product in subsequent API calls. This is accomplished by first making the GetProductIndex call to  get a list a product IDs, and then sending the returned product IDs in a subsequent call to get the product infoamAPI enables users to request a subset of productIDs which has been updated since a certain timestamp in the past.

back to top

HTTP Method and Request URL

GET

https://api.macys.com/v3/catalog/product/[ProductID]

back to top

Path and Query Parameters

HTTP Header Parameters

Parameter

Description

Mandatory

Sample Value

Accept

Specifies the output format. Can be application/json or application/xml.

Yes

application/json

application/xml

x-macys-webservice-client-id

Pass the apikey as a header value which is called x-macys-webservice-client-id. The api key is the 24 character alphanumeric string assigned to your application when you registered it. Click here for a list of your API keys. 

Yes

xmj9js4jkdpe1983fmwu98gh

Path Parameters

Parameter

Description

Mandatory

Sample Value

productID

Unique ID for each product. Multiple productIDs can be sent in one call

optional, but you need at least upcNumber or productId.

560601 or multiple with comma separator

Query Parameters

Parameter

Description

Mandatory

Sample Value

show

Every show parameter specified would enable users to restrict the service response to contain only the desired details about the product. By default we return each attribute except Reviews and Promotion. To return this data you will need to be specified using the "show" query parameter.

No summary, price, attribute, promotion, image, category, availability, rebate, upc, review
imagewidth imagewidth of images returned No 100 (Pixels)
upcimagewidth imagewidth of upc images returned No 100 (Pixels)
swatchimagewidth imagewidth of upc images returned No 100 (Pixels)
numOfReviews number of reviews that will be returned
No 3
callback If sent, the format is JSONP (JSON with Padding) with the callback returned with the JSON response. You can put anything in the callback parameter and whatever you send is returned. No magicofmacysapi

back to top

 

More details on Optional ‘show’ parameter

V3 product API enables users to choose specific details of a product they want returned. A list of all values supported in the ‘show’ parameters are listed below. By default all details of a product are shown (based on the query parameters passed) regardless of whether the users need it or not.

Users are provided an option to control the details returned for a product by using this show parameter & specifying details to return.

Parameter

Description

summary

Shows a summary of a product

price

Shows only price details of a product

attribute

Shows all product level attributes of a product

promotion

Shows all promotions that can be applied on a product

image

Shows all images that are available for a product

category

Shows all categories associated with a product

availability

Shows availability, inventory & instoreavail for a product

rebate

Shows rebates for a product

upc

Shows upcs for a product

review

Shows customer reviews for a product

 

Examples: 
- Displays only image details of product 23
https://api.macys.com/v3/catalog/product/23?show=image

Pricing Rules:

Prices

- regular, sale 
- original, current 
- regular 
- everdayvalue 
- regular, was, sale 
- original, was, current 

So the logic on the application side should be: 

If a upc has a current or sale price, it is the price to use. 
If a upc does not have a current or sale price, use the regular or everyday price

 

back to top

Sample Requests and Responses

Sample Requests

Request URL:

GET

http://api.macys.com/v3/catalog/product/77589?imagewidth=100&imageQuality=90&upcimagewidth=100&swatchimagewidth=100&numOfReviews=3

HTTP Header:

x-macys-webservice-client-id: xmj9js4jkdpe1983fmwu98gh

Accept: application/json

Sample Response

{
    "product": [{
        "id": 77589,
        "summary": {
            "name": "KitchenAid KSM150PS Stand Mixer, 5 Qt. Artisan",
            "description": "Retro styled and easy to use, the KitchenAid Artisan stand mixer is the perfect kitchen companion. Employing a unique tilting head to facilitate bowl and content removal, this mixer is undeniably handy. 1-year hassle-free replacement warranty. Model KSM150PS.",
            "pdpflag": "SIMPLE",
            "taxwarecode": 91000,
            "producttype": "ELECTRICS",
            "brand": "KitchenAid",
            "onsale": false,
            "producturl": "http://www1.macys.com/shop/product/kitchenaid-ksm150ps-stand-mixer-5-qt-artisan?ID=77589",
            "instoreeligible": true,
            "iscollection": false,
            "incollection": true,
            "collectionmaster": ["214770"],
            "onclearance": false,
            "newarrival": false,
            "customerrating": 4.9,
            "shippingreturntext": ["This item may only be shipped using Standard", "You can return this item to any Macy’s store"],
            "poboxrestriction": false,
            "shippingmethodcode": ["G"],
            "registrable": "Wedding"
        },
        "image": [{
            "imagetype": "PRIMARY_IMAGE",
            "imageurl": "http://slimages.macys.com/is/image/MCY/products/5/optimized/256615_fpx.tif?bgc=255,255,255&wid=100&qlt=100&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
            "colorized": true,
            "sequenceNumber": 0
        }, {
            "imagetype": "ADDITIONAL_IMAGE",
            "imageurl": "http://slimages.macys.com/is/image/MCY/products/9/optimized/1325639_fpx.tif?bgc=255,255,255&wid=100&qlt=100&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
            "sequenceNumber": 0
        }],
        "price": {
            "regular": {
                "value": 499.99
            },
            "shippingfee": 0.0,
            "pricetype": "Ticket",
            "pricetypeid": 0
        },
        "availability": {
            "availableonline": true,
            "onlineinventory": 3775,
            "maxorderqty": 1255,
            "instoreeligible": true
        },
        "category": [{
            "id": 7497,
            "name": "Kitchen",
            "type": "rootcategory"
        }, {
            "id": 7554,
            "name": "Electrics",
            "type": "homecategory"
        }, {
            "id": 22014,
            "name": "Kitchen",
            "type": "sublevelcategory2"
        }],
        "attribute": [{
            "name": "AGE_CATEGORY",
            "values": [{
                "value": "Adult"
            }]
        }, {
            "name": "AMAZON_TAX_CODE",
            "values": [{
                "value": "A_GEN_TAX"
            }]
        }, {
            "name": "AZ_CLOTHING_TYPES",
            "values": [{
                "value": "Accessory"
            }]
        }, {
            "name": "AZ_HOME_TYPES",
            "values": [{
                "value": "stand-mixers"
            }]
        }, {
            "name": "BRAND",
            "values": [{
                "value": "KitchenAid"
            }]
        }, {
            "name": "BULLET_TEXT",
            "values": [{
                "value": "Average capacity: nine cups of flour",
                "seqnum": 1
            }, {
                "value": "Includes flat beater, wire whip, dough hook, pouring shield and polished bowl with handles",
                "seqnum": 2
            }, {
                "value": "Measures 13.9\" x 8.7\" X 14.1\"",
                "seqnum": 3
            }, {
                "value": "Mirror-polished stainless steel mixing bowl features an extra-large 5-qt. capacity and ergonomic handle",
                "seqnum": 4
            }, {
                "value": "Pouring shield reduces mess by channeling ingredients into bowl",
                "seqnum": 5
            }, {
                "value": "Powerful 325-watt motor effectively mixes even the toughest dough and batter",
                "seqnum": 6
            }, {
                "value": "Prepare up to four loaves of bread, nine dozen cookies or seven pounds of mashed potatoes",
                "seqnum": 7
            }]
        }, {
            "name": "BUSINESS_CATEGORY",
            "values": [{
                "value": "Home",
                "seqnum": 1
            }, {
                "value": "Kitchen",
                "seqnum": 2
            }]
        }, {
            "name": "CAPACITY",
            "values": [{
                "value": "5 quarts"
            }]
        }, {
            "name": "CLICKABLE_SWATCH",
            "values": [{
                "value": "Y"
            }]
        }, {
            "name": "CUSTRATINGS",
            "values": [{
                "value": "4.9"
            }]
        }, {
            "name": "DEFAULT_CATEGORY",
            "values": [{
                "value": "19815829_1",
                "seqnum": 1
            }, {
                "value": "19816588_1",
                "seqnum": 2
            }, {
                "value": "19817041_1",
                "seqnum": 3
            }, {
                "value": "19817042_1",
                "seqnum": 4
            }, {
                "value": "19817043_1",
                "seqnum": 5
            }, {
                "value": "19817044_1",
                "seqnum": 6
            }, {
                "value": "19817045_1",
                "seqnum": 7
            }, {
                "value": "19817046_1",
                "seqnum": 8
            }, {
                "value": "19817047_1",
                "seqnum": 9
            }, {
                "value": "19817048_1",
                "seqnum": 10
            }, {
                "value": "19817049_1",
                "seqnum": 11
            }, {
                "value": "19817718_1",
                "seqnum": 12
            }, {
                "value": "19817719_1",
                "seqnum": 13
            }, {
                "value": "19817720_1",
                "seqnum": 14
            }, {
                "value": "19818112_1",
                "seqnum": 15
            }, {
                "value": "19818216_1",
                "seqnum": 16
            }, {
                "value": "19818217_1",
                "seqnum": 17
            }, {
                "value": "19818218_1",
                "seqnum": 18
            }, {
                "value": "19818219_1",
                "seqnum": 19
            }, {
                "value": "19818239_1",
                "seqnum": 20
            }, {
                "value": "19818243_1",
                "seqnum": 21
            }, {
                "value": "19818296_1",
                "seqnum": 22
            }, {
                "value": "19818297_1",
                "seqnum": 23
            }, {
                "value": "9772_1",
                "seqnum": 124
            }]
        }, {
            "name": "DIMENSION",
            "values": [{
                "value": "8.75\" x 14.1\" x 13.9\""
            }]
        }, {
            "name": "ELECTRICS_TYPE",
            "values": [{
                "value": "Mixer & Accessories"
            }]
        }, {
            "name": "EVERGREEN_GIFT_GUIDE",
            "values": [{
                "value": "Anniversary",
                "seqnum": 1
            }, {
                "value": "Anniversary Couple",
                "seqnum": 2
            }, {
                "value": "Her Birthday",
                "seqnum": 3
            }]
        }, {
            "name": "FINISH",
            "values": [{
                "value": "Stainless Steel"
            }]
        }, {
            "name": "FORCED_NEW_END_DATE",
            "values": [{
                "value": "07/06/2010 06:07:55 PM"
            }]
        }, {
            "name": "FORCED_NEW_START_DATE",
            "values": [{
                "value": "06/06/2010 06:06:55 PM"
            }]
        }, {
            "name": "GENDER",
            "values": [{
                "value": "Unisex"
            }]
        }, {
            "name": "GENDER_AGE",
            "values": [{
                "value": "Men",
                "seqnum": 1
            }, {
                "value": "Women",
                "seqnum": 2
            }]
        }, {
            "name": "GIFT",
            "values": [{
                "value": "Y"
            }]
        }, {
            "name": "GIFT_TYPE",
            "values": [{
                "value": "Gifts Under",
                "seqnum": 1
            }, {
                "value": "Kitchen Electrics",
                "seqnum": 2
            }]
        }, {
            "name": "GUIDED_REGISTRY",
            "values": [{
                "value": "Kitchen"
            }]
        }, {
            "name": "INTL_SUPPRESS_PRODUCT",
            "values": [{
                "value": "Y"
            }]
        }, {
            "name": "LIFESTYLE",
            "values": [{
                "value": "Classic"
            }]
        }, {
            "name": "MEMBER_DESCRIPTION",
            "values": [{
                "value": "5-Qt. Stand Mixer"
            }]
        }, {
            "name": "MIXER_TYPE",
            "values": [{
                "value": "Stand Mixer"
            }]
        }, {
            "name": "MODEL_NUMBER",
            "values": [{
                "value": "KSM150PS"
            }]
        }, {
            "name": "MOM_STYLE",
            "values": [{
                "value": "Classic"
            }]
        }, {
            "name": "MORE_COLORS",
            "values": [{
                "value": "Y"
            }]
        }, {
            "name": "PDF_EMAIL_DESCRIPTION",
            "values": [{
                "value": "Artisan® 5-Qt. Stand Mixer"
            }]
        }, {
            "name": "PRODUCT_ADDITIONAL_IMAGES",
            "values": [{
                "value": "1325639.fpx"
            }]
        }, {
            "name": "PRODUCT_DEPARTMENT",
            "values": [{
                "value": "Electrics"
            }]
        }, {
            "name": "PRODUCT_KEYWORD",
            "values": [{
                "value": "Best Value",
                "seqnum": 1
            }, {
                "value": "gifts",
                "seqnum": 2
            }, {
                "value": "gourmet chef",
                "seqnum": 3
            }, {
                "value": "kitchen aid",
                "seqnum": 4
            }, {
                "value": "mothers day",
                "seqnum": 5
            }]
        }, {
            "name": "PRODUCT_LONG_DESCRIPTION",
            "values": [{
                "value": "Retro styled and easy to use, the KitchenAid Artisan stand mixer is the perfect kitchen companion. Employing a unique tilting head to facilitate bowl and content removal, this mixer is undeniably handy. 1-year hassle-free replacement warranty. Model KSM150PS."
            }]
        }, {
            "name": "PRODUCT_NOUN",
            "values": [{
                "value": "stand mixer"
            }]
        }, {
            "name": "PRODUCT_PORTRAIT_IMAGE",
            "values": [{
                "value": "256615.fpx"
            }]
        }, {
            "name": "PRODUCT_VIDEO",
            "values": [{
                "value": "77589v"
            }]
        }, {
            "name": "RECIPE",
            "values": [{
                "value": "KAid 25"
            }]
        }, {
            "name": "REGISTRABLE",
            "values": [{
                "value": "Wedding"
            }]
        }, {
            "name": "SEARCH_RANKING",
            "values": [{
                "value": "11"
            }]
        }, {
            "name": "SHIPPING_BULLET_TEXT",
            "values": [{
                "value": "You can return this item to any Macy’s store"
            }]
        }, {
            "name": "SHOWONLY_GIFT_IDEAS",
            "values": [{
                "value": "Y"
            }]
        }, {
            "name": "SHOWONLY_REGISTRY_RECOMMENDED",
            "values": [{
                "value": "Y"
            }]
        }, {
            "name": "SHOW_MEMBER_IMAGE",
            "values": [{
                "value": "Y"
            }]
        }, {
            "name": "SKAVA",
            "values": [{
                "value": "Evergreen Gift Guide",
                "seqnum": 1
            }, {
                "value": "Guided Registry",
                "seqnum": 2
            }, {
                "value": "Holiday Gift Guide",
                "seqnum": 3
            }, {
                "value": "KitchenAid Sitelet",
                "seqnum": 4
            }, {
                "value": "Mother's Day Gift Guide",
                "seqnum": 5
            }, {
                "value": "Wedding Finder",
                "seqnum": 6
            }]
        }, {
            "name": "SPEEDS",
            "values": [{
                "value": "10 Mixing Speeds"
            }]
        }, {
            "name": "STAND_MIXER_FEATURE",
            "values": [{
                "value": "Tilt-Head"
            }]
        }, {
            "name": "WARRANTY",
            "values": [{
                "value": "Y"
            }]
        }, {
            "name": "WARRANTY_LENGTH",
            "values": [{
                "value": "1 yr"
            }]
        }, {
            "name": "WATTS",
            "values": [{
                "value": "325W"
            }]
        }, {
            "name": "WEIGHT",
            "values": [{
                "value": "25 Lbs."
            }]
        }],
        "upc": [{
            "upcnumber": 50946872827,
            "skuid": 185213,
            "availableonline": true,
            "onlineinventory": 279,
            "ordermethod": "POOL",
            "maxorderqty": 48,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/8/optimized/256615_72688_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/8/optimized/72688_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Black",
                "color": "Black",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/3/optimized/397853_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 4,
                "swapoutsequencenumber": 4,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/8/optimized/72688_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Black"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Black"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "72688.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946872834,
            "skuid": 205243,
            "availableonline": true,
            "onlineinventory": 76,
            "ordermethod": "POOL",
            "maxorderqty": 50,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/7/optimized/256615_93267_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/7/optimized/93267_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Yellow",
                "color": "Majestic Yellow",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/7/optimized/397857_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 26,
                "swapoutsequencenumber": 26,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/7/optimized/93267_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Majestic Yellow"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Yellow"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "93267.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946872841,
            "skuid": 205242,
            "availableonline": true,
            "onlineinventory": 134,
            "ordermethod": "POOL",
            "maxorderqty": 43,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/5/optimized/256615_76995_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/5/optimized/76995_fpx.tif?wid=100&fmt=jpeg",
                "sequenceNumber": 0
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Gray",
                "color": "Grey",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/8/optimized/397858_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 22,
                "swapoutsequencenumber": 22,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/5/optimized/76995_fpx.tif?wid=100&fmt=jpeg",
                    "sequenceNumber": 0
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Grey"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Gray"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "76995.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946872902,
            "skuid": 185212,
            "availableonline": true,
            "onlineinventory": 473,
            "ordermethod": "POOL",
            "maxorderqty": 133,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/9/optimized/256615_72689_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/9/optimized/72689_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Red",
                "color": "Empire Red",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/4/optimized/844854_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg"
                },
                "swatchsequencenumber": 16,
                "swapoutsequencenumber": 16,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/9/optimized/72689_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Empire Red"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Red"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "72689.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946872919,
            "skuid": 185211,
            "availableonline": true,
            "onlineinventory": 196,
            "ordermethod": "POOL",
            "maxorderqty": 25,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/6/optimized/256615_72686_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/6/optimized/72686_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Blue",
                "color": "Cobalt Blue",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/2/optimized/397852_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 11,
                "swapoutsequencenumber": 11,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/6/optimized/72686_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Cobalt Blue"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Blue"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "72686.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946872926,
            "skuid": 276900,
            "availableonline": true,
            "onlineinventory": 73,
            "ordermethod": "POOL",
            "maxorderqty": 27,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/9/optimized/256615_34969_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/9/optimized/34969_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Tan/Beige",
                "color": "Almond",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/1/optimized/397881_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 1,
                "swapoutsequencenumber": 1,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/9/optimized/34969_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Almond"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Tan/Beige"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "34969.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946877020,
            "skuid": 185214,
            "availableonline": true,
            "onlineinventory": 200,
            "ordermethod": "POOL",
            "maxorderqty": 51,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/0/optimized/256615_361880_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/0/optimized/361880_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "White",
                "color": "White on White",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/6/optimized/915656_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg"
                },
                "swatchsequencenumber": 40,
                "swapoutsequencenumber": 40,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/0/optimized/361880_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "White on White"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "White"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "361880.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946889832,
            "skuid": 210396,
            "availableonline": true,
            "onlineinventory": 115,
            "ordermethod": "POOL",
            "maxorderqty": 33,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/9/optimized/256615_79419_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/9/optimized/79419_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Orange",
                "color": "Tangerine",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/6/optimized/397866_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 37,
                "swapoutsequencenumber": 37,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/9/optimized/79419_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Tangerine"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Orange"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "79419.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946889849,
            "skuid": 210395,
            "availableonline": true,
            "onlineinventory": 381,
            "ordermethod": "POOL",
            "maxorderqty": 67,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/8/optimized/256615_79418_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/8/optimized/79418_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Green",
                "color": "Pistachio",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/5/optimized/397865_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 32,
                "swapoutsequencenumber": 32,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/8/optimized/79418_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Pistachio"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Green"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "79418.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946892733,
            "skuid": 237678,
            "availableonline": true,
            "onlineinventory": 20,
            "ordermethod": "POOL",
            "maxorderqty": 8,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/5/optimized/256615_90545_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/5/optimized/90545_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Blue",
                "color": "Crystal Blue",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/5/optimized/1205735_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 1
                },
                "swatchsequencenumber": 15,
                "swapoutsequencenumber": 15,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/5/optimized/90545_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Crystal Blue"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Blue"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "90545.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946908366,
            "skuid": 237175,
            "availableonline": true,
            "onlineinventory": 385,
            "ordermethod": "POOL",
            "maxorderqty": 63,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/0/optimized/256615_86550_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/0/optimized/86550_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Gray",
                "color": "Metallic Chrome",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/7/optimized/397867_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 28,
                "swapoutsequencenumber": 28,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/0/optimized/86550_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Metallic Chrome"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Gray"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "86550.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 50946922904,
            "skuid": 263056,
            "availableonline": true,
            "onlineinventory": 95,
            "ordermethod": "POOL",
            "maxorderqty": 35,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/8/optimized/256615_111938_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/8/optimized/111938_fpx.tif?wid=100&fmt=jpeg",
                "sequenceNumber": 0
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Blue",
                "color": "Ice",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/2/optimized/397872_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 23,
                "swapoutsequencenumber": 23,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/8/optimized/111938_fpx.tif?wid=100&fmt=jpeg",
                    "sequenceNumber": 0
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Ice"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Blue"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "111938.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049005270,
            "skuid": 537176,
            "availableonline": true,
            "onlineinventory": 56,
            "ordermethod": "POOL",
            "maxorderqty": 15,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/9/optimized/256615_191949_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/9/optimized/191949_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Red",
                "color": "Cinnamon",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/5/optimized/397885_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 9,
                "swapoutsequencenumber": 9,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/9/optimized/191949_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Cinnamon"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Red"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "191949.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049009537,
            "skuid": 675220,
            "availableonline": true,
            "onlineinventory": 71,
            "ordermethod": "POOL",
            "maxorderqty": 41,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/1/optimized/256615_85711_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/1/optimized/85711_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "color": "Blue Willow",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/9/optimized/397889_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 5,
                "swapoutsequencenumber": 5,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/1/optimized/85711_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Blue Willow"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "85711.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049009544,
            "skuid": 1080263,
            "availableonline": true,
            "onlineinventory": 147,
            "ordermethod": "POOL",
            "maxorderqty": 14,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/4/optimized/256615_83704_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/4/optimized/83704_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Orange",
                "color": "Persimmon",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/5/optimized/397895_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 31,
                "swapoutsequencenumber": 31,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/4/optimized/83704_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Persimmon"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Orange"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "83704.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049012513,
            "skuid": 675221,
            "availableonline": true,
            "onlineinventory": 210,
            "ordermethod": "POOL",
            "maxorderqty": 49,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/6/optimized/256615_220606_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/6/optimized/220606_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Green",
                "color": "Green Apple",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/0/optimized/397890_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 21,
                "swapoutsequencenumber": 21,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/6/optimized/220606_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Green Apple"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Green"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "220606.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049022345,
            "skuid": 1080261,
            "availableonline": true,
            "onlineinventory": 84,
            "ordermethod": "POOL",
            "maxorderqty": 15,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/1/optimized/256615_72631_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/1/optimized/72631_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Blue",
                "color": "Cornflower",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/3/optimized/397893_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 13,
                "swapoutsequencenumber": 13,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/1/optimized/72631_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Cornflower"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Blue"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "72631.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049056371,
            "skuid": 1080264,
            "availableonline": true,
            "onlineinventory": 97,
            "ordermethod": "POOL",
            "maxorderqty": 50,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/3/optimized/256615_229423_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/3/optimized/229423_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Silver",
                "color": "Metallic Silver",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/6/optimized/397896_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 29,
                "swapoutsequencenumber": 29,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/3/optimized/229423_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Metallic Silver"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Silver"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "229423.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049064703,
            "skuid": 1080260,
            "availableonline": true,
            "onlineinventory": 81,
            "ordermethod": "POOL",
            "maxorderqty": 27,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/9/optimized/256615_189559_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/9/optimized/189559_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Purple",
                "color": "Boysenberry",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/2/optimized/397892_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 6,
                "swapoutsequencenumber": 6,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/9/optimized/189559_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Boysenberry"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Purple"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "189559.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049064710,
            "skuid": 1080259,
            "availableonline": true,
            "onlineinventory": 26,
            "ordermethod": "POOL",
            "maxorderqty": 15,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/0/optimized/256615_78160_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/0/optimized/78160_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Green",
                "color": "Bayleaf",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/1/optimized/397891_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 3,
                "swapoutsequencenumber": 3,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/0/optimized/78160_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Bayleaf"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Green"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "78160.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049141343,
            "skuid": 1420057,
            "availableonline": true,
            "onlineinventory": 75,
            "ordermethod": "POOL",
            "maxorderqty": 19,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/1/optimized/256615_101401_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/1/optimized/101401_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Green",
                "color": "Pear",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/5/optimized/256615_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
                    "sequenceNumber": 0
                },
                "swatchsequencenumber": 30,
                "swapoutsequencenumber": 30,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/1/optimized/101401_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Pear"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Green"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "101401.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049143705,
            "skuid": 1348048,
            "availableonline": true,
            "onlineinventory": 403,
            "ordermethod": "POOL",
            "maxorderqty": 96,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/7/optimized/256615_355077_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/7/optimized/355077_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Blue",
                "color": "Aqua Sky",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/5/optimized/841245_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg"
                },
                "swatchsequencenumber": 2,
                "swapoutsequencenumber": 2,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/7/optimized/355077_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Aqua Sky"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Blue"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "355077.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049215655,
            "skuid": 29419779,
            "availableonline": true,
            "onlineinventory": 80,
            "ordermethod": "POOL",
            "maxorderqty": 26,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/0/optimized/256615_357250_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/0/optimized/357250_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Silver",
                "color": "Contour Silver",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/8/optimized/895768_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg"
                },
                "swatchsequencenumber": 12,
                "swapoutsequencenumber": 12,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/0/optimized/357250_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Contour Silver"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Silver"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "357250.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049246727,
            "skuid": 29758827,
            "availableonline": true,
            "onlineinventory": 18,
            "ordermethod": "POOL",
            "maxorderqty": 5,
            "image": [{
                "imagetype": "TARGET",
                "imageurl": "http://slimages.macys.com/is/image/MCY/products/2/optimized/256615_349062_fpx.tif?wid=800&hei=980&op_sharpen=1"
            }, {
                "imagetype": "SWATCH",
                "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/2/optimized/349062_fpx.tif?wid=100&fmt=jpeg"
            }, {
                "imagetype": "COLORWAY",
                "colornormal": "Brown",
                "color": "Espresso",
                "upcprimaryimage": {
                    "imagetype": "UPC_PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/5/optimized/982825_fpx.tif?bgc=255,255,255&wid=100&qlt=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg"
                },
                "swatchsequencenumber": 17,
                "swapoutsequencenumber": 17,
                "swatchimage": {
                    "imagetype": "SWATCH",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/swatches/2/optimized/349062_fpx.tif?wid=100&fmt=jpeg"
                }
            }],
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Espresso"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Brown"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }, {
                "name": "SWATCH",
                "values": [{
                    "value": "349062.fpx"
                }]
            }],
            "upcavailabilitymessage": "In Stock: Usually ships within 2 business days."
        }, {
            "upcnumber": 883049286709,
            "skuid": 31520822,
            "availableonline": true,
            "onlineinventory": 0,
            "ordermethod": "ORDR",
            "maxorderqty": 150,
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Watermelon"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Pink"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }],
            "upcavailabilitymessage": "On order: usually ships within 35 business days."
        }, {
            "upcnumber": 883049293318,
            "skuid": 31520820,
            "availableonline": true,
            "onlineinventory": 0,
            "ordermethod": "ORDR",
            "maxorderqty": 150,
            "attribute": [{
                "name": "COLOR",
                "values": [{
                    "value": "Canopy Green"
                }]
            }, {
                "name": "COLOR_NORMAL",
                "values": [{
                    "value": "Green"
                }]
            }, {
                "name": "DISCOUNTABLE",
                "values": [{
                    "value": "Y"
                }]
            }],
            "upcavailabilitymessage": "On order: usually ships within 35 business days."
        }],
        "review_summary": {
            "source": "Macy's",
            "rateOnlyReviewCount": 38,
            "overallrating": 4.8916,
            "overallratingrange": 5,
            "count1star": 23,
            "count2star": 7,
            "count3star": 7,
            "count4star": 51,
            "count5star": 916,
            "totalreviewcount": 913,
            "totalrecommended": 892,
            "percentrecommended": 97.69989
        },
        "review_details": [{
            "reviewDate": "Wed May 15 13:28:50 EDT 2013",
            "description": "I couldn't live without my KitchenAid Mix Master which was a wedding gift 35 years ago! So it's only appropriate that I purchased it for my son and also my niece for their wedding showers! (Yes, I've purchases 2 in the last year!) May they mix, whip, blend, knead, stir, grind & fluff for many years to come!!!",
            "reviewRating": 5,
            "reviewTitle": "Best Gift Ever",
            "reviewer": "DedicatedMixer",
            "ratingrange": 5,
            "recommended": true,
            "ageRange": "50-60",
            "gender": "Female",
            "shoppinganswer": "Occasionally",
            "location": "La Verne, CA",
            "topContributor": false
        }, {
            "reviewDate": "Mon May 13 16:46:14 EDT 2013",
            "description": "From the color to its performance, nothing bad can be said about this. I wonder how I have cooked all these years without this product.",
            "reviewRating": 5,
            "reviewTitle": "A must Have!",
            "reviewer": "NGTexas",
            "ratingrange": 5,
            "recommended": true,
            "ageRange": "30-39",
            "gender": "Female",
            "shoppinganswer": "Frequently",
            "location": "Katy, Tx",
            "topContributor": false
        }, {
            "reviewDate": "Tue May 07 00:19:39 EDT 2013",
            "description": "Beautiful and easy to use. I went practical and did white and white but deep down I wish I would have picked a fun bright color.",
            "reviewRating": 5,
            "reviewTitle": "love",
            "reviewer": "LadyVon",
            "ratingrange": 5,
            "recommended": true,
            "ageRange": "30-39",
            "gender": "Female",
            "shoppinganswer": "Frequently",
            "location": "California",
            "topContributor": false
        }]
    }]
 

back to top

cURL Example

curl -X GET -H "X-Macys-Webservice-Client-ID: XXXXXXXXXX" -H "Accept: application/json" "http://api.macys.com/v3/catalog/product/77589?imagewidth=100&imageQuality=90&upcimagewidth=100&swatchimagewidth=100&numOfReviews=3"

Error Codes

Call Specific Error Codes:

NONE

General Error Handling Documentation:

Click Here

back to top

Docs Navigation