Product Detail (Using UPC) V3

Description

The Product service can retrieve information on detailed description of a particular product by using UPC's (only 100 or less UPC's can be requested at a time).

back to top

HTTP Method and Request URL

GET

 https://api.macys.com/v3/catalog/product?upc=[upcId]

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

Query Parameters

Parameter

Description

Mandatory

Sample Value

upc

Unique ID for each SKU member (Stock Keeping Unit). This is the UPC code which you would physically see in the product. Multiple upcNumbers cannot be used in one call.

Yes 79767421298

show

Every show parameter specified would enable users 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, attribe, 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

Distinct features of V3 Products API

Search a product by UPC

Our API supports searching for a product by its UPC number. If the UPC is found, the product’s details are returned directly (unlike the other search options where a list of productIDs is returned). The API is restricted to support only one UPC while searching.

Examples:

- Details of product that contains UPC 542515653232

https://api.macys.com/v3/catalog/product?upc=542515653232

https://api.macys.com/v3/catalog/product?upc=542515653232&upc=733003537869

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?upc=50946872827&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": true,
            "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 Express,Premium,Standard", "You can return this item to any Macy’s store"],
            "poboxrestriction": false,
            "shippingmethodcode": ["O", "2", "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=90&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=90&layer=comp&op_sharpen=0&resMode=bicub&op_usm=0.7,1.0,0.5,0&fmt=jpeg",
            "sequenceNumber": 0
        }],
        "price": {
            "sale": {
                "value": 349.99,
                "label": "Sale"
            },
            "regular": {
                "value": 499.99,
                "label": "Reg."
            },
            "shippingfee": 0.0,
            "pricetype": "Promo Sale Price",
            "pricetypeid": 3,
            "salestart": "2013-05-06T00:00:01-04:00",
            "saleend": "2013-05-08T23:59:59-04:00"
        },
        "availability": {
            "availableonline": true,
            "onlineinventory": 2459,
            "maxorderqty": 964,
            "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": "19817040_1",
                "seqnum": 3
            }, {
                "value": "19817041_1",
                "seqnum": 4
            }, {
                "value": "19817042_1",
                "seqnum": 5
            }, {
                "value": "19817043_1",
                "seqnum": 6
            }, {
                "value": "19817044_1",
                "seqnum": 7
            }, {
                "value": "19817045_1",
                "seqnum": 8
            }, {
                "value": "19817046_1",
                "seqnum": 9
            }, {
                "value": "19817047_1",
                "seqnum": 10
            }, {
                "value": "19817048_1",
                "seqnum": 11
            }, {
                "value": "19817049_1",
                "seqnum": 12
            }, {
                "value": "19817050_1",
                "seqnum": 13
            }, {
                "value": "19817051_1",
                "seqnum": 14
            }, {
                "value": "19817052_1",
                "seqnum": 15
            }, {
                "value": "19817053_1",
                "seqnum": 16
            }, {
                "value": "19817054_1",
                "seqnum": 17
            }, {
                "value": "19817055_1",
                "seqnum": 18
            }, {
                "value": "19817056_1",
                "seqnum": 19
            }, {
                "value": "19817162_1",
                "seqnum": 20
            }, {
                "value": "19817165_1",
                "seqnum": 21
            }, {
                "value": "19817718_1",
                "seqnum": 22
            }, {
                "value": "19817719_1",
                "seqnum": 23
            }, {
                "value": "19817720_1",
                "seqnum": 24
            }, {
                "value": "19817884_1",
                "seqnum": 25
            }, {
                "value": "19817892_1",
                "seqnum": 26
            }, {
                "value": "19817893_1",
                "seqnum": 27
            }, {
                "value": "19818112_1",
                "seqnum": 28
            }, {
                "value": "19818196_1",
                "seqnum": 29
            }, {
                "value": "19818197_1",
                "seqnum": 30
            }, {
                "value": "19818198_1",
                "seqnum": 31
            }, {
                "value": "19818199_1",
                "seqnum": 32
            }, {
                "value": "19818216_1",
                "seqnum": 33
            }, {
                "value": "19818217_1",
                "seqnum": 34
            }, {
                "value": "19818218_1",
                "seqnum": 35
            }, {
                "value": "19818219_1",
                "seqnum": 36
            }, {
                "value": "19818220_1",
                "seqnum": 37
            }, {
                "value": "19818221_1",
                "seqnum": 38
            }, {
                "value": "19818239_1",
                "seqnum": 39
            }, {
                "value": "19818243_1",
                "seqnum": 40
            }, {
                "value": "19818296_1",
                "seqnum": 41
            }, {
                "value": "19818297_1",
                "seqnum": 42
            }, {
                "value": "19818298_1",
                "seqnum": 43
            }, {
                "value": "19818877_1",
                "seqnum": 44
            }, {
                "value": "19818878_1",
                "seqnum": 45
            }, {
                "value": "19818879_1",
                "seqnum": 46
            }, {
                "value": "19818880_1",
                "seqnum": 47
            }, {
                "value": "19818881_1",
                "seqnum": 48
            }, {
                "value": "19818882_1",
                "seqnum": 49
            }, {
                "value": "19819058_1",
                "seqnum": 50
            }, {
                "value": "19819248_1",
                "seqnum": 51
            }, {
                "value": "19819462_1",
                "seqnum": 52
            }, {
                "value": "19819499_1",
                "seqnum": 53
            }, {
                "value": "19819544_1",
                "seqnum": 54
            }, {
                "value": "19819572_1",
                "seqnum": 55
            }, {
                "value": "19819573_1",
                "seqnum": 56
            }, {
                "value": "19819574_1",
                "seqnum": 57
            }, {
                "value": "19819720_1",
                "seqnum": 58
            }, {
                "value": "19819906_1",
                "seqnum": 59
            }, {
                "value": "19819907_1",
                "seqnum": 60
            }, {
                "value": "19819961_1",
                "seqnum": 61
            }, {
                "value": "19819968_1",
                "seqnum": 62
            }, {
                "value": "19819976_1",
                "seqnum": 63
            }, {
                "value": "19819977_1",
                "seqnum": 64
            }, {
                "value": "19819978_1",
                "seqnum": 65
            }, {
                "value": "19819979_1",
                "seqnum": 66
            }, {
                "value": "19819980_1",
                "seqnum": 67
            }, {
                "value": "19819981_1",
                "seqnum": 68
            }, {
                "value": "19819982_1",
                "seqnum": 69
            }, {
                "value": "19819983_1",
                "seqnum": 70
            }, {
                "value": "19819984_1",
                "seqnum": 71
            }, {
                "value": "19819985_1",
                "seqnum": 72
            }, {
                "value": "19819986_1",
                "seqnum": 73
            }, {
                "value": "19819987_1",
                "seqnum": 74
            }, {
                "value": "19820007_1",
                "seqnum": 75
            }, {
                "value": "19820075_1",
                "seqnum": 76
            }, {
                "value": "19820076_1",
                "seqnum": 77
            }, {
                "value": "19820077_1",
                "seqnum": 78
            }, {
                "value": "19820078_1",
                "seqnum": 79
            }, {
                "value": "19820079_1",
                "seqnum": 80
            }, {
                "value": "19820857_1",
                "seqnum": 81
            }, {
                "value": "19820861_1",
                "seqnum": 82
            }, {
                "value": "19820865_1",
                "seqnum": 83
            }, {
                "value": "19820866_1",
                "seqnum": 84
            }, {
                "value": "19821040_1",
                "seqnum": 85
            }, {
                "value": "19821154_0",
                "seqnum": 86
            }, {
                "value": "19821157_0",
                "seqnum": 87
            }, {
                "value": "19821212_1",
                "seqnum": 88
            }, {
                "value": "19821213_1",
                "seqnum": 89
            }, {
                "value": "19821214_1",
                "seqnum": 90
            }, {
                "value": "19821215_1",
                "seqnum": 91
            }, {
                "value": "19821216_1",
                "seqnum": 92
            }, {
                "value": "19821217_1",
                "seqnum": 93
            }, {
                "value": "19821218_1",
                "seqnum": 94
            }, {
                "value": "19821219_1",
                "seqnum": 95
            }, {
                "value": "19821220_1",
                "seqnum": 96
            }, {
                "value": "19821221_1",
                "seqnum": 97
            }, {
                "value": "19821222_1",
                "seqnum": 98
            }, {
                "value": "19821223_1",
                "seqnum": 99
            }, {
                "value": "19821336_1",
                "seqnum": 100
            }, {
                "value": "19821337_1",
                "seqnum": 101
            }, {
                "value": "19821344_1",
                "seqnum": 102
            }, {
                "value": "19821483_0",
                "seqnum": 103
            }, {
                "value": "19821484_0",
                "seqnum": 104
            }, {
                "value": "19821487_0",
                "seqnum": 105
            }, {
                "value": "19821511_0",
                "seqnum": 106
            }, {
                "value": "19821566_1",
                "seqnum": 107
            }, {
                "value": "19821567_1",
                "seqnum": 108
            }, {
                "value": "19821570_1",
                "seqnum": 109
            }, {
                "value": "19821571_1",
                "seqnum": 110
            }, {
                "value": "19821572_1",
                "seqnum": 111
            }, {
                "value": "19821573_1",
                "seqnum": 112
            }, {
                "value": "19821574_1",
                "seqnum": 113
            }, {
                "value": "19821575_1",
                "seqnum": 114
            }, {
                "value": "19821576_1",
                "seqnum": 115
            }, {
                "value": "19821577_1",
                "seqnum": 116
            }, {
                "value": "19821578_1",
                "seqnum": 117
            }, {
                "value": "19821579_1",
                "seqnum": 118
            }, {
                "value": "19821580_1",
                "seqnum": 119
            }, {
                "value": "19821581_1",
                "seqnum": 120
            }, {
                "value": "19821603_1",
                "seqnum": 121
            }, {
                "value": "19821621_1",
                "seqnum": 122
            }, {
                "value": "19821622_1",
                "seqnum": 123
            }, {
                "value": "19821625_1",
                "seqnum": 124
            }, {
                "value": "19821626_1",
                "seqnum": 125
            }, {
                "value": "19821695_1",
                "seqnum": 126
            }, {
                "value": "19821867_1",
                "seqnum": 127
            }, {
                "value": "402902_1",
                "seqnum": 128
            }, {
                "value": "404927_1",
                "seqnum": 129
            }, {
                "value": "416870_1",
                "seqnum": 130
            }, {
                "value": "421061_1",
                "seqnum": 131
            }, {
                "value": "427347_1",
                "seqnum": 132
            }, {
                "value": "427379_1",
                "seqnum": 133
            }, {
                "value": "427381_1",
                "seqnum": 134
            }, {
                "value": "430614_1",
                "seqnum": 135
            }, {
                "value": "430617_1",
                "seqnum": 136
            }, {
                "value": "430622_1",
                "seqnum": 137
            }, {
                "value": "430624_1",
                "seqnum": 138
            }, {
                "value": "430626_1",
                "seqnum": 139
            }, {
                "value": "430628_1",
                "seqnum": 140
            }, {
                "value": "431477_1",
                "seqnum": 141
            }, {
                "value": "431786_1",
                "seqnum": 142
            }, {
                "value": "431788_1",
                "seqnum": 143
            }, {
                "value": "431792_1",
                "seqnum": 144
            }, {
                "value": "431800_1",
                "seqnum": 145
            }, {
                "value": "431804_1",
                "seqnum": 146
            }, {
                "value": "431808_1",
                "seqnum": 147
            }, {
                "value": "431812_1",
                "seqnum": 148
            }, {
                "value": "433234_1",
                "seqnum": 149
            }, {
                "value": "433236_1",
                "seqnum": 150
            }, {
                "value": "433238_1",
                "seqnum": 151
            }, {
                "value": "433240_1",
                "seqnum": 152
            }, {
                "value": "7503_1",
                "seqnum": 153
            }, {
                "value": "8149_1",
                "seqnum": 154
            }, {
                "value": "9772_1",
                "seqnum": 155
            }]
        }, {
            "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."
            }]
        }],
        "rebate": [{
            "rebateurl": "http://www1.macys.com/catalog/promotion/rebate.ognc?RebateID=568406"
        }],
        "upc": [{
            "upcnumber": 50946872827,
            "skuid": 185213,
            "availableonline": true,
            "onlineinventory": 157,
            "ordermethod": "POOL",
            "maxorderqty": 36,
            "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": 46,
            "ordermethod": "POOL",
            "maxorderqty": 54,
            "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": 182,
            "ordermethod": "POOL",
            "maxorderqty": 31,
            "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": 178,
            "ordermethod": "POOL",
            "maxorderqty": 104,
            "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": 111,
            "ordermethod": "POOL",
            "maxorderqty": 19,
            "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": 60,
            "ordermethod": "POOL",
            "maxorderqty": 34,
            "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": 179,
            "ordermethod": "POOL",
            "maxorderqty": 18,
            "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": 141,
            "ordermethod": "POOL",
            "maxorderqty": 15,
            "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": 117,
            "ordermethod": "POOL",
            "maxorderqty": 104,
            "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": 30,
            "ordermethod": "POOL",
            "maxorderqty": 3,
            "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": 147,
            "ordermethod": "POOL",
            "maxorderqty": 83,
            "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": 103,
            "ordermethod": "POOL",
            "maxorderqty": 31,
            "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": 81,
            "ordermethod": "POOL",
            "maxorderqty": 11,
            "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": 81,
            "ordermethod": "POOL",
            "maxorderqty": 34,
            "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": 169,
            "ordermethod": "POOL",
            "maxorderqty": 9,
            "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": 82,
            "ordermethod": "POOL",
            "maxorderqty": 41,
            "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": 43,
            "ordermethod": "POOL",
            "maxorderqty": 83,
            "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": 66,
            "ordermethod": "POOL",
            "maxorderqty": 61,
            "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": 89,
            "ordermethod": "POOL",
            "maxorderqty": 37,
            "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": 20,
            "ordermethod": "POOL",
            "maxorderqty": 24,
            "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": 87,
            "ordermethod": "POOL",
            "maxorderqty": 23,
            "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": 180,
            "ordermethod": "POOL",
            "maxorderqty": 68,
            "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": 81,
            "ordermethod": "POOL",
            "maxorderqty": 37,
            "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": 29,
            "ordermethod": "POOL",
            "maxorderqty": 4,
            "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."
        }],
        "review_summary": {
            "source": "Macy's",
            "rateOnlyReviewCount": 38,
            "overallrating": 4.8912,
            "overallratingrange": 5,
            "count1star": 22,
            "count2star": 7,
            "count3star": 7,
            "count4star": 51,
            "count5star": 913,
            "totalreviewcount": 910,
            "totalrecommended": 889,
            "percentrecommended": 97.69231
        },
        "review_details": [{
            "reviewDate": "Thu May 02 15:12:21 EDT 2013",
            "description": "the best mixer on this planet great for every kitchen project",
            "reviewRating": 5,
            "reviewTitle": "great",
            "reviewer": "dad57",
            "ratingrange": 5,
            "recommended": false,
            "topContributor": false
        }, {
            "reviewDate": "Tue Apr 30 15:47:08 EDT 2013",
            "description": "The KitchenAid mixer was the PERFECT gift! I am enjoying making bread and baked goods as well as whipping egg whites and making baby food. The color is gorgeous and I'm so glad that I took a chance on the green Bayleaf color. This is a lifetime investment in the ease of preparing food for my family.",
            "reviewRating": 5,
            "reviewTitle": "Simply Beautiful!",
            "reviewer": "katyanski",
            "ratingrange": 5,
            "recommended": true,
            "ageRange": "30-39",
            "gender": "Male",
            "shoppinganswer": "Occasionally",
            "location": "La Crosse, WI",
            "topContributor": false
        }, {
            "reviewDate": "Thu Apr 25 12:19:37 EDT 2013",
            "description": "This is a nice, heavy duty mixer. I bought the metallic chrome and it looks nice with my stainless steel appliances. The need to purchase was to have a grater that shreds so I bought the attachments. The blades are very hard to change out. I wish the blades were smaller in size so that the matter would \"shoot out\" in lieu of \"flying\" out.\nI definitely will keep it and look forward to exploring new avenues with the new attachments. The reason for my rating was for the attachments and not the mixer.",
            "reviewRating": 4,
            "reviewTitle": "Needing a replacement",
            "reviewer": "Memaw2",
            "ratingrange": 5,
            "recommended": true,
            "ageRange": "Over 60",
            "gender": "Female",
            "shoppinganswer": "Frequently",
            "location": "Thompson Sta., TN",
            "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?upc=50946872827&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