Skip to content

Instantly share code, notes, and snippets.

@ianfitzpatrick
Last active May 17, 2024 22:03
Show Gist options
  • Save ianfitzpatrick/e5c52e9a7c80a03c6906d085f10c4f1b to your computer and use it in GitHub Desktop.
Save ianfitzpatrick/e5c52e9a7c80a03c6906d085f10c4f1b to your computer and use it in GitHub Desktop.
Impact Radius Product Search Nordstroms Issues

Nordstrom URLs that return no product data

https://www.nordstrom.com/s/florsheim-midtown-zip-boot-men/4426406

request:

curl  -X GET \
  "https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='4426406'" \
  --header 'Accept: application/json' \
  --header 'IR-Version: 13' \
  --header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response:

{
    "@page": "0",
    "@numpages": "0",
    "@pagesize": "100",
    "@total": "0",
    "@start": "0",
    "@end": "0",
    "@uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='4426406'",
    "@firstpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&Query=CatalogItemId%3D%274426406%27",
    "@previouspageuri": "",
    "@nextpageuri": "",
    "@lastpageuri": "",
    "Items": []
}

https://www.nordstrom.com/s/all-about-eyes-eye-cream-with-vitamin-c/2808959

request:

curl  -X GET \
  "https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='2808959'" \
  --header 'Accept: application/json' \
  --header 'IR-Version: 13' \
  --header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response:

{
    "@page": "0",
    "@numpages": "0",
    "@pagesize": "100",
    "@total": "0",
    "@start": "0",
    "@end": "0",
    "@uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='2808959'",
    "@firstpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&Query=CatalogItemId%3D%272808959%27",
    "@previouspageuri": "",
    "@nextpageuri": "",
    "@lastpageuri": "",
    "Items": []
}

https://www.nordstrom.com/s/nambe-portables-wood-cutting-board/7054812

request:

  curl  -X GET \
  "https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='7054812'" \
  --header 'Accept: application/json' \
  --header 'IR-Version: 13' \
  --header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response:

{
    "@page": "0",
    "@numpages": "0",
    "@pagesize": "100",
    "@total": "0",
    "@start": "0",
    "@end": "0",
    "@uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='7054812'",
    "@firstpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&Query=CatalogItemId%3D%277054812%27",
    "@previouspageuri": "",
    "@nextpageuri": "",
    "@lastpageuri": "",
    "Items": []
}

Best Buy & Target URLs that DO Return Product Data

Note these use the exact same syntax as the Nordstrom requests.

https://www.bestbuy.com/site/bissell-crosswave-pet-pro-all-in-one-multi-surface-cleaner-grapevine-purple-and-sparkle-silver/6185414.p?skuId=6185414

request:

curl  -X GET \
"https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='6185414'" \
--header 'Accept: application/json' \
--header 'IR-Version: 13' \
--header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response:

{
    "@page": "0",
    "@numpages": "0",
    "@pagesize": "100",
    "@total": "0",
    "@start": "0",
    "@end": "0",
    "@uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='6185414'",
    "@firstpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&Query=CatalogItemId%3D%276185414%27",
    "@previouspageuri": "",
    "@nextpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&AfterId=OTQwNjU4NA==&Query=CatalogItemId%3D%276185414%27",
    "@lastpageuri": "",
    "Items": [
        {
            "Id": "product_4831_6185414",
            "CatalogId": "4831",
            "CampaignId": "10014",
            "CampaignName": "Best Buy U.S",
            "CatalogItemId": "6185414",
            "Name": "BISSELL - CrossWave Pet Pro All-in-One Multi-Surface Cleaner - Grapevine Purple and Sparkle Silver",
            "Description": "",
            "MultiPack": "",
            "Bullets": [],
            "Labels": [
                "Wet/Dry & Shop Vacuums"
            ],
            "Manufacturer": "BISSELL",
            "Url": "https://bestbuy.7tiv.net/c/1813001/633495/10014?prodsku=6185414&u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6185414%2Fpdp&intsrc=APIG_4831",
            "MobileUrl": "",
            "ImageUrl": "https://pisces.bbystatic.com/prescaled/500/500/image2/BestBuy_US/images/products/6185/6185414_sd.jpg",
            "ProductBid": "",
            "AdditionalImageUrls": [],
            "Promotions": [],
            "CurrentPrice": "229.99",
            "OriginalPrice": "329.59",
            "DiscountPercentage": "30",
            "Currency": "USD",
            "StockAvailability": "",
            "EstimatedShipDate": "",
            "LaunchDate": "",
            "ExpirationDate": "",
            "Gtin": "11120243345",
            "GtinType": "",
            "Asin": "",
            "Mpn": "2306",
            "ShippingRate": "0.00",
            "ShippingWeight": "17.5",
            "ShippingWeightUnit": "",
            "ShippingLength": "",
            "ShippingWidth": "",
            "ShippingHeight": "",
            "ShippingLengthUnit": "",
            "ShippingLabel": "",
            "Category": "Wet/Dry & Shop Vacuums",
            "SubCategory": "",
            "AdvertiserFormatCategories": "",
            "OriginalFormatCategory": "",
            "OriginalFormatCategoryId": "",
            "ParentName": "",
            "ParentSku": "",
            "IsParent": false,
            "ItemGroupId": "",
            "Colors": [
                "Grapevine Purple and Sparkle Silver"
            ],
            "Material": "",
            "Pattern": "",
            "Size": "",
            "SizeUnit": "",
            "Weight": "",
            "WeightUnit": "",
            "Condition": "New",
            "AgeGroup": "",
            "AgeRangeMin": "0",
            "AgeRangeMax": "0",
            "AgeRangeUnit": "",
            "Gender": "",
            "Adult": "",
            "Text1": "Available",
            "Text2": "FLOOR CARE",
            "Text3": "FLOORWASHERS",
            "Numeric1": "",
            "Numeric2": "43.00",
            "Numeric3": "843.00",
            "Money1": "",
            "Money2": "",
            "Money3": "",
            "Uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/4831/Items/product_4831_6185414"
        }
    ]
}

https://www.bestbuy.com/site/apple-airpods-pro-2nd-generation-with-magsafe-case-usbc-white/6447382.p?skuId=6447382

request:

curl  -X GET \
"https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='6447382'" \
--header 'Accept: application/json' \
--header 'IR-Version: 13' \
--header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response:

{
    "@page": "0",
    "@numpages": "0",
    "@pagesize": "100",
    "@total": "0",
    "@start": "0",
    "@end": "0",
    "@uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='6447382'",
    "@firstpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&Query=CatalogItemId%3D%276447382%27",
    "@previouspageuri": "",
    "@nextpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&AfterId=MTE3OTI4NzE=&Query=CatalogItemId%3D%276447382%27",
    "@lastpageuri": "",
    "Items": [
        {
            "Id": "product_4831_6447382",
            "CatalogId": "4831",
            "CampaignId": "10014",
            "CampaignName": "Best Buy U.S",
            "CatalogItemId": "6447382",
            "Name": "Apple - AirPods Pro (2nd generation) with MagSafe Case (USB‑C) - White",
            "Description": "",
            "MultiPack": "0",
            "Bullets": [],
            "Labels": [
                "All Headphones"
            ],
            "Manufacturer": "Apple",
            "Url": "https://bestbuy.7tiv.net/c/1813001/633495/10014?prodsku=6447382&u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F6447382%2Fpdp&intsrc=APIG_4831",
            "MobileUrl": "",
            "ImageUrl": "https://pisces.bbystatic.com/prescaled/500/500/image2/BestBuy_US/images/products/6447/6447382_sd.jpg",
            "ProductBid": "",
            "AdditionalImageUrls": [],
            "Promotions": [],
            "CurrentPrice": "179.99",
            "OriginalPrice": "249.99",
            "DiscountPercentage": "28",
            "Currency": "USD",
            "StockAvailability": "",
            "EstimatedShipDate": "",
            "LaunchDate": "",
            "ExpirationDate": "",
            "Gtin": "195949704529",
            "GtinType": "",
            "Asin": "",
            "Mpn": "MTJV3LL/A/MTJV3AM/A",
            "ShippingRate": "0.00",
            "ShippingWeight": "0.5",
            "ShippingWeightUnit": "",
            "ShippingLength": "",
            "ShippingWidth": "",
            "ShippingHeight": "",
            "ShippingLengthUnit": "",
            "ShippingLabel": "",
            "Category": "All Headphones",
            "SubCategory": "",
            "AdvertiserFormatCategories": "",
            "OriginalFormatCategory": "",
            "OriginalFormatCategoryId": "",
            "ParentName": "",
            "ParentSku": "",
            "IsParent": false,
            "ItemGroupId": "",
            "Colors": [
                "White"
            ],
            "Material": "",
            "Pattern": "",
            "Size": "",
            "SizeUnit": "",
            "Weight": "",
            "WeightUnit": "",
            "Condition": "New",
            "AgeGroup": "",
            "AgeRangeMin": "0",
            "AgeRangeMax": "0",
            "AgeRangeUnit": "",
            "Gender": "",
            "Adult": "",
            "Text1": "Available",
            "Text2": "APPLE HEADPHONES",
            "Text3": "APPLE TRUE WIRELESS",
            "Numeric1": "",
            "Numeric2": "746.00",
            "Numeric3": "8421.00",
            "Money1": "",
            "Money2": "",
            "Money3": "",
            "Uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/4831/Items/product_4831_6447382"
        }
    ]
}

https://www.target.com/p/apple-ipad-10-9-inch-wi-fi-2022-10th-generation/-/A-87877683?preselect=85966332#lnk=sametab

request:

curl  -X GET \
"https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='85966332'" \
--header 'Accept: application/json' \
--header 'IR-Version: 13' \
--header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response:

{
    "@page": "0",
    "@numpages": "0",
    "@pagesize": "100",
    "@total": "0",
    "@start": "0",
    "@end": "0",
    "@uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='85966332'",
    "@firstpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&Query=CatalogItemId%3D%2785966332%27",
    "@previouspageuri": "",
    "@nextpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&AfterId=MTIwNDk0NDE=&Query=CatalogItemId%3D%2785966332%27",
    "@lastpageuri": "",
    "Items": [
        {
            "Id": "product_1444_85966332",
            "CatalogId": "1444",
            "CampaignId": "2092",
            "CampaignName": "Target",
            "CatalogItemId": "85966332",
            "Name": "Apple iPad 10.9-inch Wi-Fi 64GB - (2022, 10th generation) - Blue",
            "Description": "Colorfully reimagined and more versatile than ever. With an all-screen design,10.9-inch Liquid Retina display,¹ and four gorgeous colors. iPad delivers a powerful way to create, stay connected, and get things done. What's in the Box • 10.9-inch iPad • USB-C Charge Cable • USB-C Power Adapter Legal Accessories sold separately and subject to availability. Compatibility varies by generation. Apps are available on the App Store. Title availability is subject to change. Third-party software sold separately. ¹The display has rounded corners. When measured diagonally as a rectangle, the iPad 10.9-inch screen is 10.9 inches. Actual viewable area is less. ²Battery life varies by use and configuration. See apple.com/batteries for more information. ³USB-C to Apple Pencil Adapter required to work with iPad (10th generation). Subject to availability. Technical specifications Go to apple.com/ipad-10.9/specs for a complete set.",
            "MultiPack": "",
            "Bullets": [],
            "Labels": [
                "57-10",
                "",
                "Digital Audio",
                "Priority TCIN"
            ],
            "Manufacturer": "Apple",
            "Url": "https://goto.target.com/c/1813001/201333/2092?prodsku=85966332&u=https%3A%2F%2Fwww.target.com%2Fp%2Fapple-ipad-10-9-inch-wi-fi-64gb-2022-10th-generation-blue%2F-%2FA-85966332&intsrc=APIG_1444",
            "MobileUrl": "",
            "ImageUrl": "https://target.scene7.com/is/image/Target/GUEST_cfabde93-a252-47d6-99f8-b38d27c09411?wid=1000&hei=1000",
            "ProductBid": "",
            "AdditionalImageUrls": [],
            "Promotions": [],
            "CurrentPrice": "349.99",
            "OriginalPrice": "449.99",
            "DiscountPercentage": "22",
            "Currency": "USD",
            "StockAvailability": "InStock",
            "EstimatedShipDate": "",
            "LaunchDate": "",
            "ExpirationDate": "",
            "Gtin": "194253387718",
            "GtinType": "UPC",
            "Asin": "",
            "Mpn": "85966332",
            "ShippingRate": "0.00",
            "ShippingWeight": "2.0",
            "ShippingWeightUnit": "lb",
            "ShippingLength": "10.37",
            "ShippingWidth": "7.53",
            "ShippingHeight": "1.97",
            "ShippingLengthUnit": "in",
            "ShippingLabel": "",
            "Category": "Electronics > Computers > Tablet Computers",
            "SubCategory": "",
            "AdvertiserFormatCategories": [
                "ELECTRONICS > COMPUTER > Portable Computers"
            ],
            "OriginalFormatCategory": "Electronics > Computers > Tablet Computers",
            "OriginalFormatCategoryId": "",
            "ParentName": "Apple iPad 10.9-inch Wi-Fi 256GB - (2022, 10th generation) - Pink",
            "ParentSku": "85966310",
            "IsParent": false,
            "ItemGroupId": "87877683",
            "Colors": [],
            "Material": "",
            "Pattern": "",
            "Size": "",
            "SizeUnit": "",
            "Weight": "",
            "WeightUnit": "",
            "Condition": "New",
            "AgeGroup": "",
            "AgeRangeMin": "0",
            "AgeRangeMax": "0",
            "AgeRangeUnit": "",
            "Gender": "",
            "Adult": "",
            "Text1": "Commissionable",
            "Text2": "",
            "Text3": "",
            "Numeric1": "",
            "Numeric2": "",
            "Numeric3": "",
            "Money1": "",
            "Money2": "",
            "Money3": "",
            "Uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/1444/Items/product_1444_85966332"
        }
    ]
}

https://www.target.com/p/alpine-swiss-katie-womens-wide-foot-strap-flip-flops-thong-sandals/-/A-87855068?preselect=87855077

request:

curl  -X GET \
"https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='89254691'" \
--header 'Accept: application/json' \
--header 'IR-Version: 13' \
--header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response:

{
    "@page": "0",
    "@numpages": "0",
    "@pagesize": "100",
    "@total": "0",
    "@start": "0",
    "@end": "0",
    "@uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='89254691'",
    "@firstpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&Query=CatalogItemId%3D%2789254691%27",
    "@previouspageuri": "",
    "@nextpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&AfterId=MTI1Mzk3NTk=&Query=CatalogItemId%3D%2789254691%27",
    "@lastpageuri": "",
    "Items": [
        {
            "Id": "product_1444_89254691",
            "CatalogId": "1444",
            "CampaignId": "2092",
            "CampaignName": "Target",
            "CatalogItemId": "89254691",
            "Name": "Women's Dora Footbed Sandals - Universal Thread™ Cognac 8",
            "Description": "Whether getting ready for work or just hanging with friends, these Dora Footbed Sandals from Universal Thread™ make a great pick for any occasion. These sandals feature a cushioned insole and footbed construction to keep you walking in absolute comfort. They have double top straps and a pull-on style for ease of wear, and the simple design is easy to pair with anything from jeans and a tee to a casual dress. Universal Thread™: Found exclusively at Target.",
            "MultiPack": "",
            "Bullets": [],
            "Labels": [
                "96-7",
                "",
                "Target.Com National Brand"
            ],
            "Manufacturer": "Universal Thread",
            "Url": "https://goto.target.com/c/1813001/201333/2092?prodsku=89254691&u=https%3A%2F%2Fwww.target.com%2Fp%2Fwomen-39-s-dora-footbed-sandals-universal-thread-8482-cognac-8%2F-%2FA-89254691&intsrc=APIG_1444",
            "MobileUrl": "",
            "ImageUrl": "https://target.scene7.com/is/image/Target/GUEST_a8ed5ad8-aff5-493d-9aa0-f798693afab0?wid=1000&hei=1000",
            "ProductBid": "",
            "AdditionalImageUrls": [],
            "Promotions": [],
            "CurrentPrice": "15.99",
            "OriginalPrice": "19.99",
            "DiscountPercentage": "20",
            "Currency": "USD",
            "StockAvailability": "InStock",
            "EstimatedShipDate": "",
            "LaunchDate": "",
            "ExpirationDate": "",
            "Gtin": "197543576403",
            "GtinType": "UPC",
            "Asin": "",
            "Mpn": "89254691",
            "ShippingRate": "5.99",
            "ShippingWeight": "1.0",
            "ShippingWeightUnit": "lb",
            "ShippingLength": "11.4",
            "ShippingWidth": "6.6",
            "ShippingHeight": "2.6",
            "ShippingLengthUnit": "in",
            "ShippingLabel": "",
            "Category": "Apparel & Accessories > Shoes",
            "SubCategory": "",
            "AdvertiserFormatCategories": [
                "APPAREL > accessories and shoes > Shoes"
            ],
            "OriginalFormatCategory": "Apparel & Accessories > Shoes",
            "OriginalFormatCategoryId": "",
            "ParentName": "Women's Dora Wide Width Footbed Sandals - Universal Thread™ Cognac 7.5W",
            "ParentSku": "89254703",
            "IsParent": false,
            "ItemGroupId": "89311084",
            "Colors": [],
            "Material": "",
            "Pattern": "Solid",
            "Size": "s",
            "SizeUnit": "",
            "Weight": "",
            "WeightUnit": "",
            "Condition": "New",
            "AgeGroup": "Adult",
            "AgeRangeMin": "0",
            "AgeRangeMax": "0",
            "AgeRangeUnit": "",
            "Gender": "Female",
            "Adult": "",
            "Text1": "Commissionable",
            "Text2": "",
            "Text3": "",
            "Numeric1": "",
            "Numeric2": "",
            "Numeric3": "",
            "Money1": "",
            "Money2": "",
            "Money3": "",
            "Uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/1444/Items/product_1444_89254691"
        },
        {
            "Id": "product_530_89254691",
            "CatalogId": "530",
            "CampaignId": "2092",
            "CampaignName": "Target",
            "CatalogItemId": "89254691",
            "Name": "Women's Dora Footbed Sandals - Universal Thread™ Cognac 8",
            "Description": "Whether getting ready for work or just hanging with friends, these Dora Footbed Sandals from Universal Thread™ make a great pick for any occasion. These sandals feature a cushioned insole and footbed construction to keep you walking in absolute comfort. They have double top straps and a pull-on style for ease of wear, and the simple design is easy to pair with anything from jeans and a tee to a casual dress. Universal Thread™: Found exclusively at Target.",
            "MultiPack": "",
            "Bullets": [],
            "Labels": [
                "96-7",
                "",
                "Target.Com National Brand",
                "",
                "Sale"
            ],
            "Manufacturer": "Universal Thread",
            "Url": "https://goto.target.com/c/1813001/78775/2092?prodsku=89254691&u=https%3A%2F%2Fwww.target.com%2Fp%2Fwomen-39-s-dora-footbed-sandals-universal-thread-8482-cognac-8%2F-%2FA-89254691&intsrc=APIG_530",
            "MobileUrl": "",
            "ImageUrl": "https://target.scene7.com/is/image/Target/GUEST_a8ed5ad8-aff5-493d-9aa0-f798693afab0?wid=1000&hei=1000",
            "ProductBid": "",
            "AdditionalImageUrls": [],
            "Promotions": [],
            "CurrentPrice": "15.99",
            "OriginalPrice": "19.99",
            "DiscountPercentage": "20",
            "Currency": "USD",
            "StockAvailability": "InStock",
            "EstimatedShipDate": "",
            "LaunchDate": "",
            "ExpirationDate": "",
            "Gtin": "197543576403",
            "GtinType": "UPC",
            "Asin": "",
            "Mpn": "89254691",
            "ShippingRate": "5.99",
            "ShippingWeight": "1.0",
            "ShippingWeightUnit": "lb",
            "ShippingLength": "11.4",
            "ShippingWidth": "6.6",
            "ShippingHeight": "2.6",
            "ShippingLengthUnit": "in",
            "ShippingLabel": "",
            "Category": "Apparel & Accessories > Shoes",
            "SubCategory": "",
            "AdvertiserFormatCategories": [
                "APPAREL | accessories and shoes | Shoes"
            ],
            "OriginalFormatCategory": "Apparel & Accessories > Shoes",
            "OriginalFormatCategoryId": "",
            "ParentName": "Women's Dora Wide Width Footbed Sandals - Universal Thread™ Cognac 7.5W",
            "ParentSku": "89254703",
            "IsParent": false,
            "ItemGroupId": "89311084",
            "Colors": [],
            "Material": "",
            "Pattern": "Solid",
            "Size": "s",
            "SizeUnit": "",
            "Weight": "",
            "WeightUnit": "",
            "Condition": "New",
            "AgeGroup": "Adult",
            "AgeRangeMin": "0",
            "AgeRangeMax": "0",
            "AgeRangeUnit": "",
            "Gender": "Female",
            "Adult": "",
            "Text1": "Commissionable",
            "Text2": "",
            "Text3": "",
            "Numeric1": "",
            "Numeric2": "",
            "Numeric3": "",
            "Money1": "",
            "Money2": "",
            "Money3": "",
            "Uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/530/Items/product_530_89254691"
        }
    ]
}

Note: The following request is for Nordstrom URL:

https://www.nordstrom.com/s/ariat-circuit-patriot-cowboy-boot-men/5828900?origin=category-personalizedsort&breadcrumb=Home%2FMen%2FShoes%2FBoots&color=200

Product ID: 5828900

However, this actually seems to return a product from the Best Buy catalog.

request:

curl  -X GET \
  "https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='5828900'" \
  --header 'Accept: application/json' \
  --header 'IR-Version: 13' \
  --header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response:

{
    "@page": "0",
    "@numpages": "0",
    "@pagesize": "100",
    "@total": "0",
    "@start": "0",
    "@end": "0",
    "@uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='5828900'",
    "@firstpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&Query=CatalogItemId%3D%275828900%27",
    "@previouspageuri": "",
    "@nextpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&AfterId=NDQ5OTYyMQ==&Query=CatalogItemId%3D%275828900%27",
    "@lastpageuri": "",
    "Items": [
        {
            "Id": "product_4831_5828900",
            "CatalogId": "4831",
            "CampaignId": "10014",
            "CampaignName": "Best Buy U.S",
            "CatalogItemId": "5828900",
            "Name": "Yamaha - 8-Inch 100-Watt-Max Powered Subwoofer - Black",
            "Description": "",
            "MultiPack": "0",
            "Bullets": [],
            "Labels": [
                "Subwoofer Speakers"
            ],
            "Manufacturer": "Yamaha",
            "Url": "https://bestbuy.7tiv.net/c/1813001/633495/10014?prodsku=5828900&u=https%3A%2F%2Fapi.bestbuy.com%2Fclick%2F-%2F5828900%2Fpdp&intsrc=APIG_4831",
            "MobileUrl": "",
            "ImageUrl": "https://pisces.bbystatic.com/prescaled/500/500/image2/BestBuy_US/images/products/5828/5828900_sd.jpg",
            "ProductBid": "",
            "AdditionalImageUrls": [],
            "Promotions": [],
            "CurrentPrice": "179.99",
            "OriginalPrice": "179.99",
            "DiscountPercentage": "",
            "Currency": "USD",
            "StockAvailability": "",
            "EstimatedShipDate": "",
            "LaunchDate": "",
            "ExpirationDate": "",
            "Gtin": "27108954417",
            "GtinType": "",
            "Asin": "",
            "Mpn": "NS-SW050BL",
            "ShippingRate": "0.00",
            "ShippingWeight": "22.05",
            "ShippingWeightUnit": "",
            "ShippingLength": "",
            "ShippingWidth": "",
            "ShippingHeight": "",
            "ShippingLengthUnit": "",
            "ShippingLabel": "",
            "Category": "Subwoofer Speakers",
            "SubCategory": "",
            "AdvertiserFormatCategories": "",
            "OriginalFormatCategory": "",
            "OriginalFormatCategoryId": "",
            "ParentName": "",
            "ParentSku": "",
            "IsParent": false,
            "ItemGroupId": "",
            "Colors": [
                "Black"
            ],
            "Material": "",
            "Pattern": "",
            "Size": "",
            "SizeUnit": "",
            "Weight": "",
            "WeightUnit": "",
            "Condition": "New",
            "AgeGroup": "",
            "AgeRangeMin": "0",
            "AgeRangeMax": "0",
            "AgeRangeUnit": "",
            "Gender": "",
            "Adult": "",
            "Text1": "Available",
            "Text2": "SPEAKERS",
            "Text3": "SO SPEAKERS",
            "Numeric1": "",
            "Numeric2": "121.00",
            "Numeric3": "793.00",
            "Money1": "",
            "Money2": "",
            "Money3": "",
            "Uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/4831/Items/product_4831_5828900"
        }
    ]
}

Failure to query by ItemGroupId

request

curl  -X GET \
  "https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=ItemGroupId='95809557'" \
  --header 'Accept: application/json' \
  --header 'IR-Version: 13' \
  --header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response

{
  "Status": "ERROR",
  "Message": "Unknown search field name: ItemGroupId"
}

Successful Query by CatalogItemId (but we have no way of getting this id from a URL)

request

curl  -X GET \
  "https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='95809557'" \
  --header 'Accept: application/json' \
  --header 'IR-Version: 13' \
  --header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response

{
"@page": "0",
"@numpages": "0",
"@pagesize": "100",
"@total": "0",
"@start": "0",
"@end": "0",
"@uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?Query=CatalogItemId='95809557'",
"@firstpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&Query=CatalogItemId%3D%2795809557%27",
"@previouspageuri": "",
"@nextpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/ItemSearch?PageSize=100&AfterId=MTQzMzIwMjE=&Query=CatalogItemId%3D%2795809557%27",
"@lastpageuri": "",
"Items": [
  {
    "Id": "product_16554_95809557",
    "CatalogId": "16554",
    "CampaignId": "23920",
    "CampaignName": "Nordstrom",
    "CatalogItemId": "95809557",
    "Name": "Florsheim 'Midtown' Zip Boot in Black Leather at Nordstrom, Size 11",
    "Description": "A smart Ortholite® footbed means exceptional comfort in a stylish boot crafted from fine leather with a moisture-wicking Suedtec lining. Side zip closure Leather upper/synthetic lining/rubber sole Imported Men's Shoes",
    "MultiPack": "",
    "Bullets": [],
    "Labels": [
      "",
      "no"
    ],
    "Manufacturer": "Florsheim",
    "Url": "https://nordstrom.sjv.io/c/1813001/1996331/23920?prodsku=95809557&u=https%3A%2F%2Fwww.nordstrom.com%2Fs%2F4426406%3Fcolor%3DBLACK%2BLEATHER%26size%3D11&intsrc=APIG_16554",
    "MobileUrl": "",
    "ImageUrl": "https://n.nordstrommedia.com/id/sr3/64ac4e82-626d-4eb6-b5d9-a28984ef9c2d.jpeg?trim=color&crop=pad&w=1024&h=1024",
    "ProductBid": "",
    "AdditionalImageUrls": [
      "https://n.nordstrommedia.com/id/sr3/64ac4e82-626d-4eb6-b5d9-a28984ef9c2d.jpeg?width=500",
      " https://n.nordstrommedia.com/id/sr3/f3e458d2-6f43-4bcd-a4a2-7ba33e727961.jpeg?width=500",
      " https://n.nordstrommedia.com/id/sr3/bd8dfbbe-c2ec-41f0-90ac-b91dd84c180d.jpeg?width=500",
      " https://n.nordstrommedia.com/id/sr3/06b46cb4-c81d-4146-9250-063e1a644e13.jpeg?width=500",
      " https://n.nordstrommedia.com/id/sr3/1f58faab-ce27-4627-8348-8bf70fa5e0a4.jpeg?width=500"
    ],
    "Promotions": [],
    "CurrentPrice": "134.95",
    "OriginalPrice": "134.95",
    "DiscountPercentage": "",
    "Currency": "USD",
    "StockAvailability": "",
    "EstimatedShipDate": "",
    "LaunchDate": "",
    "ExpirationDate": "",
    "Gtin": "023938772832",
    "GtinType": "UPC",
    "Asin": "",
    "Mpn": "12140-001",
    "ShippingRate": "",
    "ShippingWeight": "",
    "ShippingWeightUnit": "",
    "ShippingLength": "",
    "ShippingWidth": "",
    "ShippingHeight": "",
    "ShippingLengthUnit": "",
    "ShippingLabel": "",
    "Category": "Apparel & Accessories > Shoes",
    "SubCategory": "",
    "AdvertiserFormatCategories": [
      "Men > Shoes > Boots"
    ],
    "OriginalFormatCategory": "Apparel & Accessories > Shoes",
    "OriginalFormatCategoryId": "",
    "ParentName": "Florsheim 'Midtown' Zip Boot in Black Leather at Nordstrom, Size 7",
    "ParentSku": "95809549",
    "IsParent": false,
    "ItemGroupId": "4426406",
    "Colors": [
      "Black Leather"
    ],
    "Material": "",
    "Pattern": "",
    "Size": "11",
    "SizeUnit": "",
    "Weight": "",
    "WeightUnit": "",
    "Condition": "New",
    "AgeGroup": "Adult",
    "AgeRangeMin": "0",
    "AgeRangeMax": "0",
    "AgeRangeUnit": "",
    "Gender": "Male",
    "Adult": "",
    "Text1": "",
    "Text2": "",
    "Text3": "",
    "Numeric1": "",
    "Numeric2": "",
    "Numeric3": "",
    "Money1": "",
    "Money2": "",
    "Money3": "",
    "Uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/16554/Items/product_16554_95809557"
  }
]
}

Get ALL items for catalog

request

 curl  -X GET \
"https://api.impact.com/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/16554/Items" \
--header 'Accept: application/json' \
--header 'IR-Version: 13' \
--header 'Authorization: Basic SVJONlFnendBMjhCMTgxMzAwMUdSVFl4eGVjRG9kSnFuMTo1aVhVbkxQaWt4TldkV1JXSlgtYkZNR2lzS3VFXzNlQQ=='

response

{
  "@page": "0",
  "@numpages": "0",
  "@pagesize": "100",
  "@total": "0",
  "@start": "0",
  "@end": "0",
  "@uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/16554/Items",
  "@firstpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/16554/Items?PageSize=100",
  "@previouspageuri": "",
  "@nextpageuri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/16554/Items?PageSize=100&AfterId=NTAwNDY=",
  "@lastpageuri": "",
  "Items": [
      {
          "Id": "product_16554_A1512977",
          "CatalogId": "16554",
          "CampaignId": "23920",
          "CampaignName": "Nordstrom",
          "CatalogItemId": "A1512977",
          "Name": "MANGO High Waist Ankle Mom Jeans in Dark Blue at Nordstrom, Size 2",
          "Description": "Cleanly styled and retro-chic, these tapered jeans are made from dark-wash denim with a high waist, low stretch and ankle-grazing hems. 27 1/2\" inseam Zip fly with button closure Five-pocket style 99% cotton, 1% elastane Machine wash, line dry Imported",
          "MultiPack": "",
          "Bullets": [],
          "Labels": [
              "",
              "no"
          ],
          "Manufacturer": "MANGO",
          "Url": "https://nordstrom.sjv.io/c/1813001/1996331/23920?prodsku=A1512977&u=https%3A%2F%2Fwww.nordstrom.com%2Fs%2F7826769%3Fcolor%3DDARK%2BBLUE%26size%3D2&intsrc=APIG_16554",
          "MobileUrl": "",
          "ImageUrl": "https://n.nordstrommedia.com/id/sr3/88fc37a9-f873-4fcb-a994-9b02ee366e3c.jpeg?trim=color&crop=pad&w=1024&h=1024",
          "ProductBid": "",
          "AdditionalImageUrls": [
              "https://n.nordstrommedia.com/id/sr3/88fc37a9-f873-4fcb-a994-9b02ee366e3c.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/174279aa-527d-41fb-a338-f2f760becb31.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/e9fd7cd7-9152-4a2e-b8df-a9db5a980584.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/927692e7-55b5-41f9-ae65-a2175c7792f5.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/21a5b448-d3b2-4fa8-b75e-cbfac34f9bf8.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/e3766aa1-799a-4b1d-8e9a-c05df1469d21.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/cff5ce13-b2d8-40c6-9df5-39c77904f2bc.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/ff0fe54c-e4d7-4812-afdb-49e27e64cb52.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/9e4e3677-6a54-4f88-8e4a-d8853202fdb6.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/3367fa20-92d9-49be-a834-f308511217a3.jpeg?width=500"
          ],
          "Promotions": [],
          "CurrentPrice": "69.99",
          "OriginalPrice": "69.99",
          "DiscountPercentage": "",
          "Currency": "USD",
          "StockAvailability": "",
          "EstimatedShipDate": "",
          "LaunchDate": "",
          "ExpirationDate": "",
          "Gtin": "8447034286802",
          "GtinType": "EAN",
          "Asin": "",
          "Mpn": "67050389",
          "ShippingRate": "",
          "ShippingWeight": "",
          "ShippingWeightUnit": "",
          "ShippingLength": "",
          "ShippingWidth": "",
          "ShippingHeight": "",
          "ShippingLengthUnit": "",
          "ShippingLabel": "",
          "Category": "Apparel & Accessories > Clothing > Pants",
          "SubCategory": "",
          "AdvertiserFormatCategories": [
              "Women > Bottoms > Pant > Jeans"
          ],
          "OriginalFormatCategory": "Apparel & Accessories > Clothing > Pants",
          "OriginalFormatCategoryId": "",
          "ParentName": "MANGO High Waist Ankle Mom Jeans in Dark Blue at Nordstrom, Size 1",
          "ParentSku": "A1512964",
          "IsParent": false,
          "ItemGroupId": "7826769",
          "Colors": [
              "Dark Blue"
          ],
          "Material": "99% cotton/1% elastane",
          "Pattern": "",
          "Size": "2",
          "SizeUnit": "",
          "Weight": "",
          "WeightUnit": "",
          "Condition": "New",
          "AgeGroup": "Adult",
          "AgeRangeMin": "0",
          "AgeRangeMax": "0",
          "AgeRangeUnit": "",
          "Gender": "Female",
          "Adult": "",
          "Text1": "",
          "Text2": "",
          "Text3": "",
          "Numeric1": "",
          "Numeric2": "",
          "Numeric3": "",
          "Money1": "",
          "Money2": "",
          "Money3": "",
          "Uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/16554/Items/product_16554_A1512977"
      },
      {
          "Id": "product_16554_A0862139",
          "CatalogId": "16554",
          "CampaignId": "23920",
          "CampaignName": "Nordstrom",
          "CatalogItemId": "A0862139",
          "Name": "Skarlett Blue Seduced Lace Underwire Push-Up Bra in Black/Nylon at Nordstrom, Size 32C",
          "Description": "This push-up bra features padded underwire cups and a plunging neckline with stretchy lace for a comfy fit. Partially lined 87% nylon, 13% elastane wih 86% nylon, 14% elastane Hand wash, line dry Imported",
          "MultiPack": "",
          "Bullets": [],
          "Labels": [
              "",
              "no"
          ],
          "Manufacturer": "Skarlett Blue",
          "Url": "https://nordstrom.sjv.io/c/1813001/1996331/23920?prodsku=A0862139&u=https%3A%2F%2Fwww.nordstrom.com%2Fs%2F7757706%3Fcolor%3DBLACK%252F%2BNYLON%26size%3D32c&intsrc=APIG_16554",
          "MobileUrl": "",
          "ImageUrl": "https://n.nordstrommedia.com/id/sr3/5d50972c-5e99-4275-8713-600b06aab76a.jpeg?w=500",
          "ProductBid": "",
          "AdditionalImageUrls": [
              "https://n.nordstrommedia.com/id/sr3/5d50972c-5e99-4275-8713-600b06aab76a.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/b4c6a2bb-23e0-43fe-9aaa-e5776b95868e.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/ea7cb554-94bb-4fe5-8f8f-e65a2e15c0c9.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/7a9fade2-d78e-43f8-8319-e59c2b33b347.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/fd68b2d5-29f1-4740-b163-38e9bf01fdc4.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/fbd65b14-0c5a-43e7-b023-813879c1258f.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/07a7813b-240f-4450-a3a4-cf682081348b.jpeg?width=500"
          ],
          "Promotions": [],
          "CurrentPrice": "64.00",
          "OriginalPrice": "64.00",
          "DiscountPercentage": "",
          "Currency": "USD",
          "StockAvailability": "",
          "EstimatedShipDate": "",
          "LaunchDate": "",
          "ExpirationDate": "",
          "Gtin": "194788294666",
          "GtinType": "UPC",
          "Asin": "",
          "Mpn": "327230",
          "ShippingRate": "",
          "ShippingWeight": "",
          "ShippingWeightUnit": "",
          "ShippingLength": "",
          "ShippingWidth": "",
          "ShippingHeight": "",
          "ShippingLengthUnit": "",
          "ShippingLabel": "",
          "Category": "Apparel & Accessories > Clothing > Underwear & Socks > Bras",
          "SubCategory": "",
          "AdvertiserFormatCategories": [
              "Women > Underwear/Lingerie > Bra"
          ],
          "OriginalFormatCategory": "Apparel & Accessories > Clothing > Underwear & Socks > Bras",
          "OriginalFormatCategoryId": "",
          "ParentName": "Skarlett Blue Seduced Lace Underwire Push-Up Bra in Black/Nylon at Nordstrom, Size 32A",
          "ParentSku": "A0862137",
          "IsParent": false,
          "ItemGroupId": "7757706",
          "Colors": [
              "Black",
              "Nylon"
          ],
          "Material": "87% nylon/13% elastane",
          "Pattern": "",
          "Size": "32C",
          "SizeUnit": "",
          "Weight": "",
          "WeightUnit": "",
          "Condition": "New",
          "AgeGroup": "Adult",
          "AgeRangeMin": "0",
          "AgeRangeMax": "0",
          "AgeRangeUnit": "",
          "Gender": "Female",
          "Adult": "",
          "Text1": "",
          "Text2": "",
          "Text3": "",
          "Numeric1": "",
          "Numeric2": "",
          "Numeric3": "",
          "Money1": "",
          "Money2": "",
          "Money3": "",
          "Uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/16554/Items/product_16554_A0862139"
      },
      {
          "Id": "product_16554_35214286",
          "CatalogId": "16554",
          "CampaignId": "23920",
          "CampaignName": "Nordstrom",
          "CatalogItemId": "35214286",
          "Name": "Natori Bliss Flex 2-Pack Shorts in Cafe at Nordstrom, Size X-Small",
          "Description": "Designed to move with you throughout your day, these shorts are exceptionally soft with a wide waistband and minimal stitching. Pack of two boyshorts Cotton-lined gusset 62% nylon, 38% spandex Hand wash, dry flat Imported Women's Clothing",
          "MultiPack": "",
          "Bullets": [],
          "Labels": [
              "",
              "no"
          ],
          "Manufacturer": "Natori",
          "Url": "https://nordstrom.sjv.io/c/1813001/1996331/23920?prodsku=35214286&u=https%3A%2F%2Fwww.nordstrom.com%2Fs%2F5907397%3Fcolor%3DCAFE%26size%3Dx-small&intsrc=APIG_16554",
          "MobileUrl": "",
          "ImageUrl": "https://n.nordstrommedia.com/id/sr3/9e7dfde7-6df9-4973-8ec2-7c72397474dd.jpeg?w=500",
          "ProductBid": "",
          "AdditionalImageUrls": [
              "https://n.nordstrommedia.com/id/sr3/9e7dfde7-6df9-4973-8ec2-7c72397474dd.jpeg?width=500",
              " https://n.nordstrommedia.com/id/sr3/ef49e133-9fc0-4ece-af43-517611925a39.jpeg?width=500"
          ],
          "Promotions": [],
          "CurrentPrice": "44.00",
          "OriginalPrice": "44.00",
          "DiscountPercentage": "",
          "Currency": "USD",
          "StockAvailability": "",
          "EstimatedShipDate": "",
          "LaunchDate": "",
          "ExpirationDate": "",
          "Gtin": "194788022122",
          "GtinType": "UPC",
          "Asin": "",
          "Mpn": "785276P2",
          "ShippingRate": "",
          "ShippingWeight": "",
          "ShippingWeightUnit": "",
          "ShippingLength": "",
          "ShippingWidth": "",
          "ShippingHeight": "",
          "ShippingLengthUnit": "",
          "ShippingLabel": "",
          "Category": "Apparel & Accessories > Clothing > Underwear & Socks > Underwear",
          "SubCategory": "",
          "AdvertiserFormatCategories": [
              "Women > Underwear/Lingerie > Panty/Brief"
          ],
          "OriginalFormatCategory": "Apparel & Accessories > Clothing > Underwear & Socks > Underwear",
          "OriginalFormatCategoryId": "",
          "ParentName": "Natori Bliss Flex 2-Pack Shorts in Black at Nordstrom, Size X-Small",
          "ParentSku": "35214282",
          "IsParent": false,
          "ItemGroupId": "5907397",
          "Colors": [
              "Cafe"
          ],
          "Material": "62% nylon",
          "Pattern": "",
          "Size": "X-Small",
          "SizeUnit": "",
          "Weight": "",
          "WeightUnit": "",
          "Condition": "New",
          "AgeGroup": "Adult",
          "AgeRangeMin": "0",
          "AgeRangeMax": "0",
          "AgeRangeUnit": "",
          "Gender": "Female",
          "Adult": "",
          "Text1": "",
          "Text2": "",
          "Text3": "",
          "Numeric1": "",
          "Numeric2": "",
          "Numeric3": "",
          "Money1": "",
          "Money2": "",
          "Money3": "",
          "Uri": "/Mediapartners/IRN6QgzwA28B1813001GRTYxxecDodJqn1/Catalogs/16554/Items/product_16554_35214286"
      },
    ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment