• Register

Modifying MAKECHOICE GWP

Description

The following document outlines a sample of how to add "MAKECHOICE" GWP's (Gift with Purchase) to a shopping bag.  There are a variety of GWP's that have a MAKECHOICE attribute associated with them.  It could be that you need to pick a color, a size, of a specific upc specific item.  In the following example we are going to add a item to our bag that has a MAKECHOICE GWP.  It will require you to choose a specific gift (upc specific).

 

1. Add a item to bag that has MAKECHOICE GWP's:

Request URL:

POST

 https://api.macys.com/order/v1/bags

Header:

X-Macys-Webservice-Client-Id: xmj9js4jkdpe1983fmwu98gh
Accept: application/json
Content-type: application/json

Request Body(Payload)

 

{
    "item": {
        "quantity": "1",
        "upcId": "31705412"
    }
}

Response

001{
002    "bag": {
003        "bagId": 431149999,
004        "bagGUID": "6b2ebfdd-28cd-42c8-9873-6b7855cb06d5",
005        "storeLocationNumber": 0,
006        "owner": {
007            "userId": 9518084697,
008            "userGuid": "c4820831-2654-4fd6-8bc7-b9d95f799265",
009            "bccUser": false,
010            "userRegistryId": 0
011        },
012        "shippingSummary": {
013            "discount": 9.95,
014            "method": "G",
015            "standardCharges": 0,
016            "standardChargesBeforeDicsount": 9.95,
017            "surcharges": 0,
018            "total": 0
019        },
020        "bagSummary": {
021            "estimatedTax": 5.22,
022            "itemCount": 4,
023            "grandTotal": 92.22,
024            "merchandiseTotal": 87,
025            "totalPersonalizationFee": 0,
026            "totalSaved": 6,
027            "yaqAmount": 0
028        },
029        "promotions": [
030            {
031                "desc": "Free Shipping with any $50 Beauty purchase! ",
032                "originalPrice": 9.95,
033                "promotionId": 19848072,
034                "scope": "ORDER",
035                "target": "SHIPPING",
036                "type": "Free Shipping",
037                "amountDiscounted": 9.95,
038                "adjustedCost": 0,
039                "operationDesc": "Free Shipping with any $50 Beauty purchase! ",
040                "expirationDate": "2020-01-01 23.59.59.000",
041                "itemSequenceNumber": 0,
042                "requiredBCCCard": false,
043                "loyaltyAddSavings": false,
044                "loyaltyIncreaseSavings": false,
045                "propCardAddSavings": false,
046                "propCardIncreaseSavings": false
047            }
048        ],
049        "items": [
050            {
051                "autoAddChoice": "ADD",
052                "discount": 0,
053                "giftCardAmount": 0,
054                "giftId": 0,
055                "personalizationFlag": false,
056                "gwpItemFlag": false,
057                "isItemFromWishList": false,
058                "pwpItemFlag": false,
059                "specialItemFlag": false,
060                "itemTotal": 87,
061                "mergeRequiredFlag": false,
062                "originalPrice": 87,
063                "personalizationFee": 0,
064                "pickupRegistryApplicable": true,
065                "pickUpFromStore": false,
066                "promotionId": 0,
067                "wishListId": 0,
068                "quantity": 1,
069                "retailPrice": 87,
070                "sequenceNumber": 1,
071                "siteAvailablilityFlag": true,
072                "surcharges": 0,
073                "productId": 207399,
074                "upcId": 31705412,
075                "upcNumber": "3380811086101",
076                "uycTotalDiscountedPrice": 0,
077                "uycDiscountedPercentage": 0,
078                "uycPercentDiscount": 0
079            },
080            {
081                "autoAddChoice": "MAKECHOICE",
082                "discount": 2,
083                "giftCardAmount": 0,
084                "personalizationFlag": false,
085                "gwpItemFlag": true,
086                "isItemFromWishList": false,
087                "pwpItemFlag": false,
088                "specialItemFlag": false,
089                "itemTotal": 0,
090                "mergeRequiredFlag": false,
091                "originalPrice": 2,
092                "personalizationFee": 0,
093                "pickupRegistryApplicable": true,
094                "promotionId": 19845962,
095                "wishListId": 0,
096                "promotions": [
097                    {
098                        "desc": "Free Clarins products with your $70 Clarins purchase",
099                        "originalPrice": 2,
100                        "promotionId": 19845962,
101                        "scope": "ORDER",
102                        "target": "SUBTOTAL",
103                        "type": "Threshold GWP",
104                        "amountDiscounted": 2,
105                        "adjustedCost": 0,
106                        "operationDesc": "Free Clarins products with your $70 Clarins purchase",
107                        "expirationDate": "2015-03-01 23.59.59.000",
108                        "itemSequenceNumber": 2,
109                        "requiredBCCCard": false,
110                        "loyaltyAddSavings": false,
111                        "loyaltyIncreaseSavings": false,
112                        "propCardAddSavings": false,
113                        "propCardIncreaseSavings": false
114                    }
115                ],
116                "quantity": 1,
117                "retailPrice": 2,
118                "sequenceNumber": 2,
119                "siteAvailablilityFlag": true,
120                "surcharges": 0,
121                "productId": 1887893,
122                "upcId": 17726432,
123                "upcNumber": "3380810051629",
124                "uycTotalDiscountedPrice": 0,
125                "uycDiscountedPercentage": 0,
126                "uycPercentDiscount": 0
127            },
128            {
129                "autoAddChoice": "MAKECHOICE",
130                "discount": 2,
131                "giftCardAmount": 0,
132                "personalizationFlag": false,
133                "gwpItemFlag": true,
134                "isItemFromWishList": false,
135                "pwpItemFlag": false,
136                "specialItemFlag": false,
137                "itemTotal": 0,
138                "mergeRequiredFlag": false,
139                "originalPrice": 2,
140                "personalizationFee": 0,
141                "pickupRegistryApplicable": true,
142                "promotionId": 19845963,
143                "wishListId": 0,
144                "promotions": [
145                    {
146                        "desc": "Free Clarins products with your $70 Clarins purchase",
147                        "originalPrice": 2,
148                        "promotionId": 19845963,
149                        "scope": "ORDER",
150                        "target": "SUBTOTAL",
151                        "type": "Threshold GWP",
152                        "amountDiscounted": 2,
153                        "adjustedCost": 0,
154                        "operationDesc": "Free Clarins products with your $70 Clarins purchase",
155                        "expirationDate": "2015-03-01 23.59.59.000",
156                        "itemSequenceNumber": 3,
157                        "requiredBCCCard": false,
158                        "loyaltyAddSavings": false,
159                        "loyaltyIncreaseSavings": false,
160                        "propCardAddSavings": false,
161                        "propCardIncreaseSavings": false
162                    }
163                ],
164                "quantity": 1,
165                "retailPrice": 2,
166                "sequenceNumber": 3,
167                "siteAvailablilityFlag": true,
168                "surcharges": 0,
169                "productId": 1981890,
170                "upcId": 33900207,
171                "upcNumber": "492018101044",
172                "uycTotalDiscountedPrice": 0,
173                "uycDiscountedPercentage": 0,
174                "uycPercentDiscount": 0
175            },
176            {
177                "autoAddChoice": "ADD",
178                "discount": 2,
179                "giftCardAmount": 0,
180                "personalizationFlag": false,
181                "gwpItemFlag": true,
182                "isItemFromWishList": false,
183                "pwpItemFlag": false,
184                "specialItemFlag": false,
185                "itemTotal": 0,
186                "mergeRequiredFlag": false,
187                "originalPrice": 2,
188                "personalizationFee": 0,
189                "pickupRegistryApplicable": true,
190                "promotionId": 19847321,
191                "wishListId": 0,
192                "promotions": [
193                    {
194                        "desc": "Free Cosmetics Bag with $75 online Beauty purchase",
195                        "originalPrice": 2,
196                        "promotionId": 19847321,
197                        "scope": "ORDER",
198                        "target": "SUBTOTAL",
199                        "type": "Bundled GWP",
200                        "amountDiscounted": 2,
201                        "adjustedCost": 0,
202                        "operationDesc": "Free Cosmetics Bag with $75 online Beauty purchase",
203                        "expirationDate": "2015-03-01 23.59.59.000",
204                        "itemSequenceNumber": 4,
205                        "requiredBCCCard": false,
206                        "loyaltyAddSavings": false,
207                        "loyaltyIncreaseSavings": false,
208                        "propCardAddSavings": false,
209                        "propCardIncreaseSavings": false
210                    }
211                ],
212                "quantity": 1,
213                "retailPrice": 2,
214                "sequenceNumber": 4,
215                "siteAvailablilityFlag": true,
216                "surcharges": 0,
217                "productId": 1859357,
218                "upcId": 33925687,
219                "upcNumber": "853532005865",
220                "uycTotalDiscountedPrice": 0,
221                "uycDiscountedPercentage": 0,
222                "uycPercentDiscount": 0
223            }
224        ],
225        "promotionOffers": [],
226        "uycApplicable": false
227    }
228}

2. Retrieve Bag again to see item has been added:

Request URL:

GET

https://api.macys.com/order/v1/bags?userGuid=c4820831-2654-4fd6-8bc7-b9d95f799265

Header:

X-Macys-Webservice-Client-Id: xmj9js4jkdpe1983fmwu98gh
Accept: application/json

Response

{
    "bag": {
        "bagId": 431149999,
        "bagGUID": "6b2ebfdd-28cd-42c8-9873-6b7855cb06d5",
        "storeLocationNumber": 0,
        "owner": {
            "userId": 9518084697,
            "bccUser": false,
            "userRegistryId": 0
        },
        "shippingSummary": {
            "discount": 9.95,
            "method": "G",
            "standardCharges": 0,
            "standardChargesBeforeDicsount": 9.95,
            "surcharges": 0,
            "total": 0
        },
        "bagSummary": {
            "estimatedTax": 5.22,
            "itemCount": 4,
            "grandTotal": 92.22,
            "merchandiseTotal": 87,
            "totalPersonalizationFee": 0,
            "totalSaved": 6,
            "yaqAmount": 0
        },
        "promotions": [
            {
                "desc": "Free Shipping with any $50 Beauty purchase! ",
                "originalPrice": 9.95,
                "promotionId": 19848072,
                "scope": "ORDER",
                "target": "SHIPPING",
                "type": "Free Shipping",
                "amountDiscounted": 9.95,
                "adjustedCost": 0,
                "operationDesc": "Free Shipping with any $50 Beauty purchase! ",
                "expirationDate": "2020-01-01 23.59.59.000",
                "itemSequenceNumber": 0,
                "requiredBCCCard": false,
                "loyaltyAddSavings": false,
                "loyaltyIncreaseSavings": false,
                "propCardAddSavings": false,
                "propCardIncreaseSavings": false
            }
        ],
        "items": [
            {
                "autoAddChoice": "ADD",
                "discount": 0,
                "giftCardAmount": 0,
                "giftId": 0,
                "personalizationFlag": false,
                "gwpItemFlag": false,
                "isItemFromWishList": false,
                "pwpItemFlag": false,
                "specialItemFlag": false,
                "itemTotal": 87,
                "mergeRequiredFlag": false,
                "originalPrice": 87,
                "personalizationFee": 0,
                "pickupRegistryApplicable": true,
                "pickUpFromStore": false,
                "promotionId": 0,
                "wishListId": 0,
                "quantity": 1,
                "retailPrice": 87,
                "sequenceNumber": 1,
                "siteAvailablilityFlag": true,
                "surcharges": 0,
                "productId": 207399,
                "upcId": 31705412,
                "upcNumber": "3380811086101",
                "uycTotalDiscountedPrice": 0,
                "uycDiscountedPercentage": 0,
                "uycPercentDiscount": 0
            },
            {
                "autoAddChoice": "MAKECHOICE",
                "discount": 2,
                "giftCardAmount": 0,
                "giftId": 0,
                "personalizationFlag": false,
                "gwpItemFlag": true,
                "isItemFromWishList": false,
                "pwpItemFlag": false,
                "specialItemFlag": false,
                "itemTotal": 0,
                "mergeRequiredFlag": false,
                "originalPrice": 2,
                "personalizationFee": 0,
                "pickupRegistryApplicable": true,
                "pickUpFromStore": false,
                "promotionId": 19845962,
                "wishListId": 0,
                "promotions": [
                    {
                        "desc": "Free Clarins products with your $70 Clarins purchase",
                        "originalPrice": 2,
                        "promotionId": 19845962,
                        "scope": "ORDER",
                        "target": "SUBTOTAL",
                        "type": "Threshold GWP",
                        "amountDiscounted": 2,
                        "adjustedCost": 0,
                        "operationDesc": "Free Clarins products with your $70 Clarins purchase",
                        "expirationDate": "2015-03-01 23.59.59.000",
                        "itemSequenceNumber": 2,
                        "requiredBCCCard": false,
                        "loyaltyAddSavings": false,
                        "loyaltyIncreaseSavings": false,
                        "propCardAddSavings": false,
                        "propCardIncreaseSavings": false
                    }
                ],
                "quantity": 1,
                "retailPrice": 2,
                "sequenceNumber": 2,
                "siteAvailablilityFlag": true,
                "surcharges": 0,
                "productId": 1887893,
                "upcId": 17726432,
                "upcNumber": "3380810051629",
                "uycTotalDiscountedPrice": 0,
                "uycDiscountedPercentage": 0,
                "uycPercentDiscount": 0
            },
            {
                "autoAddChoice": "MAKECHOICE",
                "discount": 2,
                "giftCardAmount": 0,
                "giftId": 0,
                "personalizationFlag": false,
                "gwpItemFlag": true,
                "isItemFromWishList": false,
                "pwpItemFlag": false,
                "specialItemFlag": false,
                "itemTotal": 0,
                "mergeRequiredFlag": false,
                "originalPrice": 2,
                "personalizationFee": 0,
                "pickupRegistryApplicable": true,
                "pickUpFromStore": false,
                "promotionId": 19845963,
                "wishListId": 0,
                "promotions": [
                    {
                        "desc": "Free Clarins products with your $70 Clarins purchase",
                        "originalPrice": 2,
                        "promotionId": 19845963,
                        "scope": "ORDER",
                        "target": "SUBTOTAL",
                        "type": "Threshold GWP",
                        "amountDiscounted": 2,
                        "adjustedCost": 0,
                        "operationDesc": "Free Clarins products with your $70 Clarins purchase",
                        "expirationDate": "2015-03-01 23.59.59.000",
                        "itemSequenceNumber": 3,
                        "requiredBCCCard": false,
                        "loyaltyAddSavings": false,
                        "loyaltyIncreaseSavings": false,
                        "propCardAddSavings": false,
                        "propCardIncreaseSavings": false
                    }
                ],
                "quantity": 1,
                "retailPrice": 2,
                "sequenceNumber": 3,
                "siteAvailablilityFlag": true,
                "surcharges": 0,
                "productId": 1981890,
                "upcId": 33900207,
                "upcNumber": "492018101044",
                "uycTotalDiscountedPrice": 0,
                "uycDiscountedPercentage": 0,
                "uycPercentDiscount": 0
            },
            {
                "autoAddChoice": "ADD",
                "discount": 2,
                "giftCardAmount": 0,
                "giftId": 0,
                "personalizationFlag": false,
                "gwpItemFlag": true,
                "isItemFromWishList": false,
                "pwpItemFlag": false,
                "specialItemFlag": false,
                "itemTotal": 0,
                "mergeRequiredFlag": false,
                "originalPrice": 2,
                "personalizationFee": 0,
                "pickupRegistryApplicable": true,
                "pickUpFromStore": false,
                "promotionId": 19847321,
                "wishListId": 0,
                "promotions": [
                    {
                        "desc": "Free Cosmetics Bag with $75 online Beauty purchase",
                        "originalPrice": 2,
                        "promotionId": 19847321,
                        "scope": "ORDER",
                        "target": "SUBTOTAL",
                        "type": "Bundled GWP",
                        "amountDiscounted": 2,
                        "adjustedCost": 0,
                        "operationDesc": "Free Cosmetics Bag with $75 online Beauty purchase",
                        "expirationDate": "2015-03-01 23.59.59.000",
                        "itemSequenceNumber": 4,
                        "requiredBCCCard": false,
                        "loyaltyAddSavings": false,
                        "loyaltyIncreaseSavings": false,
                        "propCardAddSavings": false,
                        "propCardIncreaseSavings": false
                    }
                ],
                "quantity": 1,
                "retailPrice": 2,
                "sequenceNumber": 4,
                "siteAvailablilityFlag": true,
                "surcharges": 0,
                "productId": 1859357,
                "upcId": 33925687,
                "upcNumber": "853532005865",
                "uycTotalDiscountedPrice": 0,
                "uycDiscountedPercentage": 0,
                "uycPercentDiscount": 0
            }
        ],
        "promotionOffers": [],
        "uycApplicable": false
    }
}

3. Get details about MAKECHOICE GWP:

If the "AutoAddChoice" of the item is set to "MAKECHOICE" you must make a product detail call using the product ID of the MAKECHOICE item.  From the response you must select a UPC ID (SKUID). 

NOTE: The "skuid" is also known as the "upcid".

See below:

Request URL:

GET

http://api.macys.com/v3/catalog/product/1887893

Header:

X-Macys-Webservice-Client-Id: xmj9js4jkdpe1983fmwu98gh
Accept: application/json
Content-type: application/json

Response

{
    "product": [
        {
            "id": 1887893,
            "summary": {
                "name": "Choose two FREE Deluxe Samples with $70 Clarins purchase",
                "description": "Choose two FREE Deluxe Samples with $70 Clarins purchase. Choose any two:",
                "pdpflag": "SIMPLE",
                "taxwarecode": 0,
                "producttype": "MAKEUP",
                "brand": "Clarins",
                "onsale": false,
                "producturl": "http://www1.macys.com/shop/product/choose-two-free-deluxe-samples-with-70-clarins-purchase?ID=1887893",
                "instoreeligible": true,
                "iscollection": false,
                "incollection": false,
                "onclearance": false,
                "newarrival": false,
                "shippingreturntext": [
                    "This item may only be shipped using Express,Premium,Standard"
                ],
                "poboxrestriction": false,
                "shippingmethodcode": [
                    "O",
                    "2",
                    "G"
                ],
                "registrable": "Wedding"
            },
            "image": [
                {
                    "imagetype": "PRIMARY_IMAGE",
                    "imageurl": "http://slimages.macys.com/is/image/MCY/products/1/optimized/2621571_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",
                    "imagename": "1/optimized/2621571_fpx",
                    "colorized": true,
                    "hasMoreColors": false,
                    "numberColors": 1,
                    "isPrimaryImage": true
                }
            ],
            "price": {
                "regular": {
                    "value": 2
                },
                "shippingfee": 0,
                "pricetype": "Ticket",
                "pricetypeid": 0
            },
            "availability": {
                "availableonline": true,
                "onlineinventory": 7032,
                "onorderqty": 300,
                "maxorderqty": 6,
                "instoreeligible": true
            },
            "category": [
                {
                    "id": 58476,
                    "name": "Gifts with Purchase",
                    "type": "homecategory"
                },
                {
                    "id": 669,
                    "name": "Beauty",
                    "type": "rootcategory"
                }
            ],
            "attribute": [
                {
                    "name": "AGE_CATEGORY",
                    "values": [
                        {
                            "value": "Adult"
                        }
                    ]
                },
                {
                    "name": "BEAUTY_GIFTING",
                    "values": [
                        {
                            "value": "Gifts with Purchase"
                        }
                    ]
                },
                {
                    "name": "BRAND",
                    "values": [
                        {
                            "value": "Clarins"
                        }
                    ]
                },
                {
                    "name": "BULLET_TEXT",
                    "values": [
                        {
                            "value": "Toning Lotion with Camomile Normal or Dry Skin, 3.4 oz",
                            "seqnum": 1
                        },
                        {
                            "value": "Super Restorative Night, 1.06 oz",
                            "seqnum": 2
                        },
                        {
                            "value": "One-Step Cleanser, 3.4 oz",
                            "seqnum": 3
                        },
                        {
                            "value": "Extra-Firming Night Cream All Skin Types, 1.06 oz",
                            "seqnum": 4
                        },
                        {
                            "value": "Gentle Foaming Cleanser with Cottonseed",
                            "seqnum": 5
                        },
                        {
                            "value": "Multi-Active Night Cream All Skin Types, 1 oz",
                            "seqnum": 6
                        },
                        {
                            "value": "Gentle Eye Make-Up Remover, 1.7 oz",
                            "seqnum": 7
                        },
                        {
                            "value": "HydraQuench Cream-Mask",
                            "seqnum": 8
                        },
                        {
                            "value": "Your gift will be added automatically at checkout. Minimum purchase amount does not include the purchase of gift card(s), tax, shipping or gift wrap charges. One gift per customer. Available while supplies last. Online only.",
                            "seqnum": 9
                        }
                    ]
                },
                {
                    "name": "BUSINESS_CATEGORY",
                    "values": [
                        {
                            "value": "Beauty"
                        }
                    ]
                },
                {
                    "name": "EXCLUDE_ADSENSE",
                    "values": [
                        {
                            "value": "Y"
                        }
                    ]
                },
                {
                    "name": "FORCED_NEW_END_DATE",
                    "values": [
                        {
                            "value": "07/15/2015 12:07:00 AM"
                        }
                    ]
                },
                {
                    "name": "FORCED_NEW_START_DATE",
                    "values": [
                        {
                            "value": "01/16/2015 05:01:24 PM"
                        }
                    ]
                },
                {
                    "name": "GLOBAL_PROMOTION",
                    "values": [
                        {
                            "value": "Y"
                        }
                    ]
                },
                {
                    "name": "INTL_SUPPRESS_PRODUCT",
                    "values": [
                        {
                            "value": "Y"
                        }
                    ]
                },
                {
                    "name": "NON_SELLABLE",
                    "values": [
                        {
                            "value": "Y"
                        }
                    ]
                },
                {
                    "name": "OLAPIC_ENABLED",
                    "values": [
                        {
                            "value": "Y"
                        }
                    ]
                },
                {
                    "name": "PDF_EMAIL_DESCRIPTION",
                    "values": [
                        {
                            "value": "Choose two FREE Deluxe Samples with $70 Clarins purchase"
                        }
                    ]
                },
                {
                    "name": "PRODUCT_DATA_SOURCE",
                    "values": [
                        {
                            "value": "2"
                        }
                    ]
                },
                {
                    "name": "PRODUCT_DEPARTMENT",
                    "values": [
                        {
                            "value": "Makeup"
                        }
                    ]
                },
                {
                    "name": "PRODUCT_LONG_DESCRIPTION",
                    "values": [
                        {
                            "value": "Choose two FREE Deluxe Samples with $70 Clarins purchase. Choose any two:"
                        }
                    ]
                },
                {
                    "name": "PRODUCT_PORTRAIT_IMAGE",
                    "values": [
                        {
                            "value": "2621571.fpx"
                        }
                    ]
                },
                {
                    "name": "PROMOTION_ID",
                    "values": [
                        {
                            "value": "19832816",
                            "seqnum": 1
                        },
                        {
                            "value": "19839242",
                            "seqnum": 2
                        },
                        {
                            "value": "19840845",
                            "seqnum": 3
                        },
                        {
                            "value": "19842925",
                            "seqnum": 4
                        },
                        {
                            "value": "19845962",
                            "seqnum": 5
                        },
                        {
                            "value": "19845963",
                            "seqnum": 6
                        },
                        {
                            "value": "19848070",
                            "seqnum": 7
                        },
                        {
                            "value": "19848072",
                            "seqnum": 8
                        }
                    ]
                },
                {
                    "name": "REGISTRABLE",
                    "values": [
                        {
                            "value": "Wedding"
                        }
                    ]
                },
                {
                    "name": "SPECIAL_OFFERS",
                    "values": [
                        {
                            "value": "Free Shipping",
                            "seqnum": 1
                        },
                        {
                            "value": "Percent Off Order",
                            "seqnum": 2
                        },
                        {
                            "value": "PWP",
                            "seqnum": 3
                        },
                        {
                            "value": "Threshold GWP",
                            "seqnum": 4
                        }
                    ]
                },
                {
                    "name": "WARRANTY",
                    "values": [
                        {
                            "value": "N"
                        }
                    ]
                }
            ],
            "upc": [
                {
                    "upcnumber": 3380810051629,
                    "skuid": 17726432,
                    "availableonline": true,
                    "onlineinventory": 1019,
                    "ordermethod": "POOL",
                    "maxorderqty": 0,
                    "colorway_id": 1,
                    "image": [
                        {
                            "imagetype": "COLORWAY",
                            "id": 1,
                            "colornormal": "None",
                            "color": "None"
                        }
                    ],
                    "attribute": [
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Toning Lotion with Camomile / Normal-to-Dry Skin "
                                }
                            ]
                        },
                        {
                            "name": "COLOR",
                            "values": [
                                {
                                    "value": "None"
                                }
                            ]
                        },
                        {
                            "name": "DISCOUNTABLE",
                            "values": [
                                {
                                    "value": "Y"
                                }
                            ]
                        },
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Toning Lotion with Camomile / Normal-to-Dry Skin "
                                }
                            ]
                        }
                    ],
                    "upcavailabilitymessage": "In Stock: Usually ships within 2 business days.",
                    "surchargeFee": 0,
                    "backorderable": false
                },
                {
                    "upcnumber": 3380811182612,
                    "skuid": 32502716,
                    "availableonline": true,
                    "onlineinventory": 1082,
                    "ordermethod": "POOL",
                    "maxorderqty": 0,
                    "colorway_id": 1,
                    "image": [
                        {
                            "imagetype": "COLORWAY",
                            "id": 1,
                            "colornormal": "None",
                            "color": "None"
                        }
                    ],
                    "attribute": [
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Gentle Eye Make-Up Remover"
                                }
                            ]
                        },
                        {
                            "name": "COLOR",
                            "values": [
                                {
                                    "value": "None"
                                }
                            ]
                        },
                        {
                            "name": "DISCOUNTABLE",
                            "values": [
                                {
                                    "value": "Y"
                                }
                            ]
                        },
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Gentle Eye Make-Up Remover"
                                }
                            ]
                        }
                    ],
                    "upcavailabilitymessage": "In Stock: Usually ships within 2 business days.",
                    "surchargeFee": 0,
                    "backorderable": false
                },
                {
                    "upcnumber": 3380811097602,
                    "skuid": 33900201,
                    "availableonline": true,
                    "onlineinventory": 563,
                    "ordermethod": "POOL",
                    "maxorderqty": 0,
                    "colorway_id": 1,
                    "image": [
                        {
                            "imagetype": "COLORWAY",
                            "id": 1,
                            "colornormal": "None",
                            "color": "None"
                        }
                    ],
                    "attribute": [
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Super Restorative Night "
                                }
                            ]
                        },
                        {
                            "name": "COLOR",
                            "values": [
                                {
                                    "value": "None"
                                }
                            ]
                        },
                        {
                            "name": "DISCOUNTABLE",
                            "values": [
                                {
                                    "value": "Y"
                                }
                            ]
                        },
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Super Restorative Night "
                                }
                            ]
                        }
                    ],
                    "upcavailabilitymessage": "In Stock: Usually ships within 2 business days.",
                    "surchargeFee": 0,
                    "backorderable": false
                },
                {
                    "upcnumber": 3380810055627,
                    "skuid": 33900202,
                    "availableonline": true,
                    "onlineinventory": 1180,
                    "ordermethod": "POOL",
                    "maxorderqty": 0,
                    "colorway_id": 1,
                    "image": [
                        {
                            "imagetype": "COLORWAY",
                            "id": 1,
                            "colornormal": "None",
                            "color": "None"
                        }
                    ],
                    "attribute": [
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "One-Step Cleanser  (3.4 fl oz)"
                                }
                            ]
                        },
                        {
                            "name": "COLOR",
                            "values": [
                                {
                                    "value": "None"
                                }
                            ]
                        },
                        {
                            "name": "DISCOUNTABLE",
                            "values": [
                                {
                                    "value": "Y"
                                }
                            ]
                        },
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "One-Step Cleanser  (3.4 fl oz)"
                                }
                            ]
                        }
                    ],
                    "upcavailabilitymessage": "In Stock: Usually ships within 2 business days.",
                    "surchargeFee": 0,
                    "backorderable": false
                },
                {
                    "upcnumber": 3380811066615,
                    "skuid": 33900203,
                    "availableonline": true,
                    "onlineinventory": 983,
                    "ordermethod": "POOL",
                    "maxorderqty": 0,
                    "colorway_id": 1,
                    "image": [
                        {
                            "imagetype": "COLORWAY",
                            "id": 1,
                            "colornormal": "None",
                            "color": "None"
                        }
                    ],
                    "attribute": [
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Extra-Firming Night Cream All Skin Types"
                                }
                            ]
                        },
                        {
                            "name": "COLOR",
                            "values": [
                                {
                                    "value": "None"
                                }
                            ]
                        },
                        {
                            "name": "DISCOUNTABLE",
                            "values": [
                                {
                                    "value": "Y"
                                }
                            ]
                        },
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Extra-Firming Night Cream All Skin Types"
                                }
                            ]
                        }
                    ],
                    "upcavailabilitymessage": "In Stock: Usually ships within 2 business days.",
                    "surchargeFee": 0,
                    "backorderable": false
                },
                {
                    "upcnumber": 3380811240619,
                    "skuid": 33900204,
                    "availableonline": true,
                    "onlineinventory": 885,
                    "ordermethod": "POOL",
                    "maxorderqty": 0,
                    "colorway_id": 1,
                    "image": [
                        {
                            "imagetype": "COLORWAY",
                            "id": 1,
                            "colornormal": "None",
                            "color": "None"
                        }
                    ],
                    "attribute": [
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Gentle Foaming Cleanser with Cottonseed"
                                }
                            ]
                        },
                        {
                            "name": "COLOR",
                            "values": [
                                {
                                    "value": "None"
                                }
                            ]
                        },
                        {
                            "name": "DISCOUNTABLE",
                            "values": [
                                {
                                    "value": "Y"
                                }
                            ]
                        },
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Gentle Foaming Cleanser with Cottonseed"
                                }
                            ]
                        }
                    ],
                    "upcavailabilitymessage": "In Stock: Usually ships within 2 business days.",
                    "surchargeFee": 0,
                    "backorderable": false
                },
                {
                    "upcnumber": 3380811105604,
                    "skuid": 33900205,
                    "availableonline": true,
                    "onlineinventory": 728,
                    "ordermethod": "POOL",
                    "maxorderqty": 0,
                    "colorway_id": 1,
                    "image": [
                        {
                            "imagetype": "COLORWAY",
                            "id": 1,
                            "colornormal": "None",
                            "color": "None"
                        }
                    ],
                    "attribute": [
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Multi-Active Night Cream All Skin Types"
                                }
                            ]
                        },
                        {
                            "name": "COLOR",
                            "values": [
                                {
                                    "value": "None"
                                }
                            ]
                        },
                        {
                            "name": "DISCOUNTABLE",
                            "values": [
                                {
                                    "value": "Y"
                                }
                            ]
                        },
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "Multi-Active Night Cream All Skin Types"
                                }
                            ]
                        }
                    ],
                    "upcavailabilitymessage": "In Stock: Usually ships within 2 business days.",
                    "surchargeFee": 0,
                    "backorderable": false
                },
                {
                    "upcnumber": 3380811136615,
                    "skuid": 33900206,
                    "availableonline": true,
                    "onlineinventory": 592,
                    "ordermethod": "POOL",
                    "maxorderqty": 300,
                    "colorway_id": 1,
                    "image": [
                        {
                            "imagetype": "COLORWAY",
                            "id": 1,
                            "colornormal": "None",
                            "color": "None"
                        }
                    ],
                    "attribute": [
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "HydraQuench Cream-Mask"
                                }
                            ]
                        },
                        {
                            "name": "COLOR",
                            "values": [
                                {
                                    "value": "None"
                                }
                            ]
                        },
                        {
                            "name": "DISCOUNTABLE",
                            "values": [
                                {
                                    "value": "Y"
                                }
                            ]
                        },
                        {
                            "name": "TYPE",
                            "values": [
                                {
                                    "value": "HydraQuench Cream-Mask"
                                }
                            ]
                        }
                    ],
                    "upcavailabilitymessage": "In Stock: Usually ships within 2 business days.",
                    "surchargeFee": 0,
                    "backorderable": false
                }
            ],
            "colorMap": [
                {
                    "imagetype": "COLORWAY",
                    "id": 1,
                    "colornormal": "None",
                    "color": "None"
                }
            ]
        }
    ]
}

4. Update the Shopping Bag with the UPC ID you have chosen:

NOTE: The "skuid" is also known as the "upcid".

In this example below we are going to select from two FREE Deluxe samples from upcid: 17726432.

Request URL:

PATCH

http://api.macys.com/v3/shoppingbag/6b2ebfdd-28cd-42c8-9873-6b7855cb06d5/items?gwpIndicator=true

Header:

X-Macys-Webservice-Client-Id: xmj9js4jkdpe1983fmwu98gh
Accept: application/json
Content-type: application/json

Request Body

{
    "item": {
        "promotionId": 19845962,
        "quantity": "1",
        "sequenceNumber": 2,
        "upcId": "17726432"
    }
}

Response

001{
002    "bag": {
003        "bagId": 431149999,
004        "bagGUID": "6b2ebfdd-28cd-42c8-9873-6b7855cb06d5",
005        "storeLocationNumber": 0,
006        "owner": {
007            "userId": 9518084697,
008            "bccUser": false,
009            "userRegistryId": 0
010        },
011        "shippingSummary": {
012            "discount": 9.95,
013            "method": "G",
014            "standardCharges": 0,
015            "standardChargesBeforeDicsount": 9.95,
016            "surcharges": 0,
017            "total": 0
018        },
019        "bagSummary": {
020            "estimatedTax": 5.22,
021            "itemCount": 4,
022            "grandTotal": 92.22,
023            "merchandiseTotal": 87,
024            "totalPersonalizationFee": 0,
025            "totalSaved": 6,
026            "yaqAmount": 0
027        },
028        "promotions": [
029            {
030                "desc": "Free Shipping with any $50 Beauty purchase! ",
031                "originalPrice": 9.95,
032                "promotionId": 19848072,
033                "scope": "ORDER",
034                "target": "SHIPPING",
035                "type": "Free Shipping",
036                "amountDiscounted": 9.95,
037                "adjustedCost": 0,
038                "operationDesc": "Free Shipping with any $50 Beauty purchase! ",
039                "expirationDate": "2020-01-01 23.59.59.000",
040                "itemSequenceNumber": 0,
041                "requiredBCCCard": false,
042                "loyaltyAddSavings": false,
043                "loyaltyIncreaseSavings": false,
044                "propCardAddSavings": false,
045                "propCardIncreaseSavings": false
046            }
047        ],
048        "items": [
049            {
050                "autoAddChoice": "ADD",
051                "discount": 0,
052                "giftCardAmount": 0,
053                "giftId": 0,
054                "personalizationFlag": false,
055                "gwpItemFlag": false,
056                "isItemFromWishList": false,
057                "pwpItemFlag": false,
058                "specialItemFlag": false,
059                "itemTotal": 87,
060                "mergeRequiredFlag": false,
061                "originalPrice": 87,
062                "personalizationFee": 0,
063                "pickupRegistryApplicable": true,
064                "pickUpFromStore": false,
065                "promotionId": 0,
066                "wishListId": 0,
067                "quantity": 1,
068                "retailPrice": 87,
069                "sequenceNumber": 1,
070                "siteAvailablilityFlag": true,
071                "surcharges": 0,
072                "productId": 207399,
073                "upcId": 31705412,
074                "upcNumber": "3380811086101",
075                "uycTotalDiscountedPrice": 0,
076                "uycDiscountedPercentage": 0,
077                "uycPercentDiscount": 0
078            },
079            {
080                "autoAddChoice": "ADD",
081                "discount": 2,
082                "giftCardAmount": 0,
083                "giftId": 0,
084                "personalizationFlag": false,
085                "gwpItemFlag": true,
086                "isItemFromWishList": false,
087                "pwpItemFlag": false,
088                "specialItemFlag": false,
089                "itemTotal": 0,
090                "mergeRequiredFlag": false,
091                "originalPrice": 2,
092                "personalizationFee": 0,
093                "pickupRegistryApplicable": true,
094                "pickUpFromStore": false,
095                "promotionId": 19845962,
096                "wishListId": 0,
097                "promotions": [
098                    {
099                        "desc": "Free Clarins products with your $70 Clarins purchase",
100                        "originalPrice": 2,
101                        "promotionId": 19845962,
102                        "scope": "ORDER",
103                        "target": "SUBTOTAL",
104                        "type": "Threshold GWP",
105                        "amountDiscounted": 2,
106                        "adjustedCost": 0,
107                        "operationDesc": "Free Clarins products with your $70 Clarins purchase",
108                        "expirationDate": "2015-03-01 23.59.59.000",
109                        "itemSequenceNumber": 2,
110                        "requiredBCCCard": false,
111                        "loyaltyAddSavings": false,
112                        "loyaltyIncreaseSavings": false,
113                        "propCardAddSavings": false,
114                        "propCardIncreaseSavings": false
115                    }
116                ],
117                "quantity": 1,
118                "retailPrice": 2,
119                "sequenceNumber": 2,
120                "siteAvailablilityFlag": true,
121                "surcharges": 0,
122                "productId": 1887893,
123                "upcId": 17726432,
124                "upcNumber": "3380810051629",
125                "uycTotalDiscountedPrice": 0,
126                "uycDiscountedPercentage": 0,
127                "uycPercentDiscount": 0
128            },
129            {
130                "autoAddChoice": "MAKECHOICE",
131                "discount": 2,
132                "giftCardAmount": 0,
133                "giftId": 0,
134                "personalizationFlag": false,
135                "gwpItemFlag": true,
136                "isItemFromWishList": false,
137                "pwpItemFlag": false,
138                "specialItemFlag": false,
139                "itemTotal": 0,
140                "mergeRequiredFlag": false,
141                "originalPrice": 2,
142                "personalizationFee": 0,
143                "pickupRegistryApplicable": true,
144                "pickUpFromStore": false,
145                "promotionId": 19845963,
146                "wishListId": 0,
147                "promotions": [
148                    {
149                        "desc": "Free Clarins products with your $70 Clarins purchase",
150                        "originalPrice": 2,
151                        "promotionId": 19845963,
152                        "scope": "ORDER",
153                        "target": "SUBTOTAL",
154                        "type": "Threshold GWP",
155                        "amountDiscounted": 2,
156                        "adjustedCost": 0,
157                        "operationDesc": "Free Clarins products with your $70 Clarins purchase",
158                        "expirationDate": "2015-03-01 23.59.59.000",
159                        "itemSequenceNumber": 3,
160                        "requiredBCCCard": false,
161                        "loyaltyAddSavings": false,
162                        "loyaltyIncreaseSavings": false,
163                        "propCardAddSavings": false,
164                        "propCardIncreaseSavings": false
165                    }
166                ],
167                "quantity": 1,
168                "retailPrice": 2,
169                "sequenceNumber": 3,
170                "siteAvailablilityFlag": true,
171                "surcharges": 0,
172                "productId": 1981890,
173                "upcId": 33900207,
174                "upcNumber": "492018101044",
175                "uycTotalDiscountedPrice": 0,
176                "uycDiscountedPercentage": 0,
177                "uycPercentDiscount": 0
178            },
179            {
180                "autoAddChoice": "ADD",
181                "discount": 2,
182                "giftCardAmount": 0,
183                "giftId": 0,
184                "personalizationFlag": false,
185                "gwpItemFlag": true,
186                "isItemFromWishList": false,
187                "pwpItemFlag": false,
188                "specialItemFlag": false,
189                "itemTotal": 0,
190                "mergeRequiredFlag": false,
191                "originalPrice": 2,
192                "personalizationFee": 0,
193                "pickupRegistryApplicable": true,
194                "pickUpFromStore": false,
195                "promotionId": 19847321,
196                "wishListId": 0,
197                "promotions": [
198                    {
199                        "desc": "Free Cosmetics Bag with $75 online Beauty purchase",
200                        "originalPrice": 2,
201                        "promotionId": 19847321,
202                        "scope": "ORDER",
203                        "target": "SUBTOTAL",
204                        "type": "Bundled GWP",
205                        "amountDiscounted": 2,
206                        "adjustedCost": 0,
207                        "operationDesc": "Free Cosmetics Bag with $75 online Beauty purchase",
208                        "expirationDate": "2015-03-01 23.59.59.000",
209                        "itemSequenceNumber": 4,
210                        "requiredBCCCard": false,
211                        "loyaltyAddSavings": false,
212                        "loyaltyIncreaseSavings": false,
213                        "propCardAddSavings": false,
214                        "propCardIncreaseSavings": false
215                    }
216                ],
217                "quantity": 1,
218                "retailPrice": 2,
219                "sequenceNumber": 4,
220                "siteAvailablilityFlag": true,
221                "surcharges": 0,
222                "productId": 1859357,
223                "upcId": 33925687,
224                "upcNumber": "853532005865",
225                "uycTotalDiscountedPrice": 0,
226                "uycDiscountedPercentage": 0,
227                "uycPercentDiscount": 0
228            }
229        ],
230        "promotionOffers": [],
231        "uycApplicable": false
232    }
233}

 

5. Retrieve Bag to ensure the choice has been updated:

Request URL:

GET

https://api.macys.com/order/v1/bags?userGuid=c4820831-2654-4fd6-8bc7-b9d95f799265

Header:

X-Macys-Webservice-Client-Id: xmj9js4jkdpe1983fmwu98gh
Accept: application/json

Response

{
    "bag": {
        "bagId": 431149999,
        "bagGUID": "6b2ebfdd-28cd-42c8-9873-6b7855cb06d5",
        "storeLocationNumber": 0,
        "owner": {
            "userId": 9518084697,
            "bccUser": false,
            "userRegistryId": 0
        },
        "shippingSummary": {
            "discount": 9.95,
            "method": "G",
            "standardCharges": 0,
            "standardChargesBeforeDicsount": 9.95,
            "surcharges": 0,
            "total": 0
        },
        "bagSummary": {
            "estimatedTax": 5.22,
            "itemCount": 4,
            "grandTotal": 92.22,
            "merchandiseTotal": 87,
            "totalPersonalizationFee": 0,
            "totalSaved": 6,
            "yaqAmount": 0
        },
        "promotions": [
            {
                "desc": "Free Shipping with any $50 Beauty purchase! ",
                "originalPrice": 9.95,
                "promotionId": 19848072,
                "scope": "ORDER",
                "target": "SHIPPING",
                "type": "Free Shipping",
                "amountDiscounted": 9.95,
                "adjustedCost": 0,
                "operationDesc": "Free Shipping with any $50 Beauty purchase! ",
                "expirationDate": "2020-01-01 23.59.59.000",
                "itemSequenceNumber": 0,
                "requiredBCCCard": false,
                "loyaltyAddSavings": false,
                "loyaltyIncreaseSavings": false,
                "propCardAddSavings": false,
                "propCardIncreaseSavings": false
            }
        ],
        "items": [
            {
                "autoAddChoice": "ADD",
                "discount": 0,
                "giftCardAmount": 0,
                "giftId": 0,
                "personalizationFlag": false,
                "gwpItemFlag": false,
                "isItemFromWishList": false,
                "pwpItemFlag": false,
                "specialItemFlag": false,
                "itemTotal": 87,
                "mergeRequiredFlag": false,
                "originalPrice": 87,
                "personalizationFee": 0,
                "pickupRegistryApplicable": true,
                "pickUpFromStore": false,
                "promotionId": 0,
                "wishListId": 0,
                "quantity": 1,
                "retailPrice": 87,
                "sequenceNumber": 1,
                "siteAvailablilityFlag": true,
                "surcharges": 0,
                "productId": 207399,
                "upcId": 31705412,
                "upcNumber": "3380811086101",
                "uycTotalDiscountedPrice": 0,
                "uycDiscountedPercentage": 0,
                "uycPercentDiscount": 0
            },
            {
                "autoAddChoice": "ADD",
                "discount": 2,
                "giftCardAmount": 0,
                "giftId": 0,
                "personalizationFlag": false,
                "gwpItemFlag": true,
                "isItemFromWishList": false,
                "pwpItemFlag": false,
                "specialItemFlag": false,
                "itemTotal": 0,
                "mergeRequiredFlag": false,
                "originalPrice": 2,
                "personalizationFee": 0,
                "pickupRegistryApplicable": true,
                "pickUpFromStore": false,
                "promotionId": 19845962,
                "wishListId": 0,
                "promotions": [
                    {
                        "desc": "Free Clarins products with your $70 Clarins purchase",
                        "originalPrice": 2,
                        "promotionId": 19845962,
                        "scope": "ORDER",
                        "target": "SUBTOTAL",
                        "type": "Threshold GWP",
                        "amountDiscounted": 2,
                        "adjustedCost": 0,
                        "operationDesc": "Free Clarins products with your $70 Clarins purchase",
                        "expirationDate": "2015-03-01 23.59.59.000",
                        "itemSequenceNumber": 2,
                        "requiredBCCCard": false,
                        "loyaltyAddSavings": false,
                        "loyaltyIncreaseSavings": false,
                        "propCardAddSavings": false,
                        "propCardIncreaseSavings": false
                    }
                ],
                "quantity": 1,
                "retailPrice": 2,
                "sequenceNumber": 2,
                "siteAvailablilityFlag": true,
                "surcharges": 0,
                "productId": 1887893,
                "upcId": 17726432,
                "upcNumber": "3380810051629",
                "uycTotalDiscountedPrice": 0,
                "uycDiscountedPercentage": 0,
                "uycPercentDiscount": 0
            },
            {
                "autoAddChoice": "MAKECHOICE",
                "discount": 2,
                "giftCardAmount": 0,
                "giftId": 0,
                "personalizationFlag": false,
                "gwpItemFlag": true,
                "isItemFromWishList": false,
                "pwpItemFlag": false,
                "specialItemFlag": false,
                "itemTotal": 0,
                "mergeRequiredFlag": false,
                "originalPrice": 2,
                "personalizationFee": 0,
                "pickupRegistryApplicable": true,
                "pickUpFromStore": false,
                "promotionId": 19845963,
                "wishListId": 0,
                "promotions": [
                    {
                        "desc": "Free Clarins products with your $70 Clarins purchase",
                        "originalPrice": 2,
                        "promotionId": 19845963,
                        "scope": "ORDER",
                        "target": "SUBTOTAL",
                        "type": "Threshold GWP",
                        "amountDiscounted": 2,
                        "adjustedCost": 0,
                        "operationDesc": "Free Clarins products with your $70 Clarins purchase",
                        "expirationDate": "2015-03-01 23.59.59.000",
                        "itemSequenceNumber": 3,
                        "requiredBCCCard": false,
                        "loyaltyAddSavings": false,
                        "loyaltyIncreaseSavings": false,
                        "propCardAddSavings": false,
                        "propCardIncreaseSavings": false
                    }
                ],
                "quantity": 1,
                "retailPrice": 2,
                "sequenceNumber": 3,
                "siteAvailablilityFlag": true,
                "surcharges": 0,
                "productId": 1981890,
                "upcId": 33900207,
                "upcNumber": "492018101044",
                "uycTotalDiscountedPrice": 0,
                "uycDiscountedPercentage": 0,
                "uycPercentDiscount": 0
            },
            {
                "autoAddChoice": "ADD",
                "discount": 2,
                "giftCardAmount": 0,
                "giftId": 0,
                "personalizationFlag": false,
                "gwpItemFlag": true,
                "isItemFromWishList": false,
                "pwpItemFlag": false,
                "specialItemFlag": false,
                "itemTotal": 0,
                "mergeRequiredFlag": false,
                "originalPrice": 2,
                "personalizationFee": 0,
                "pickupRegistryApplicable": true,
                "pickUpFromStore": false,
                "promotionId": 19847321,
                "wishListId": 0,
                "promotions": [
                    {
                        "desc": "Free Cosmetics Bag with $75 online Beauty purchase",
                        "originalPrice": 2,
                        "promotionId": 19847321,
                        "scope": "ORDER",
                        "target": "SUBTOTAL",
                        "type": "Bundled GWP",
                        "amountDiscounted": 2,
                        "adjustedCost": 0,
                        "operationDesc": "Free Cosmetics Bag with $75 online Beauty purchase",
                        "expirationDate": "2015-03-01 23.59.59.000",
                        "itemSequenceNumber": 4,
                        "requiredBCCCard": false,
                        "loyaltyAddSavings": false,
                        "loyaltyIncreaseSavings": false,
                        "propCardAddSavings": false,
                        "propCardIncreaseSavings": false
                    }
                ],
                "quantity": 1,
                "retailPrice": 2,
                "sequenceNumber": 4,
                "siteAvailablilityFlag": true,
                "surcharges": 0,
                "productId": 1859357,
                "upcId": 33925687,
                "upcNumber": "853532005865",
                "uycTotalDiscountedPrice": 0,
                "uycDiscountedPercentage": 0,
                "uycPercentDiscount": 0
            }
        ],
        "promotionOffers": [],
        "uycApplicable": false
    }
}

 


 

 

 


Docs Navigation

Useful Links