Chilkat Online Tools

C# / Selling Partner API for Catalog Items / search Catalog Items

Back to Collection Items

// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

Chilkat.Http http = new Chilkat.Http();
bool success;

Chilkat.JsonObject queryParams = new Chilkat.JsonObject();
queryParams.UpdateString("identifiers","et in amet,laborum pariatur tempor quis adipisicing");
queryParams.UpdateString("identifiersType","ASIN");
queryParams.UpdateString("marketplaceIds","ullamco");
queryParams.UpdateString("includedData","summaries");
queryParams.UpdateString("locale","en_US");
queryParams.UpdateString("sellerId","ullamco occaecat commodo culpa");
queryParams.UpdateString("keywords","et in amet,laborum pariatur tempor quis adipisicing");
queryParams.UpdateString("brandNames","eiusmod minim,commodo anim labore in");
queryParams.UpdateString("classificationIds","ad culpa,occaecat Lorem qui");
queryParams.UpdateInt("pageSize",9);
queryParams.UpdateString("pageToken","sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234");
queryParams.UpdateString("keywordsLocale","en_US");

http.SetRequestHeader("Accept","application/json");

Chilkat.HttpResponse resp = http.QuickRequestParams("GET","https://sellingpartnerapi-na.amazon.com/catalog/2022-04-01/items",queryParams);
if (http.LastMethodSuccess == false) {
    Debug.WriteLine(http.LastErrorText);
    return;
}

Chilkat.StringBuilder sbResponseBody = new Chilkat.StringBuilder();
resp.GetBodySb(sbResponseBody);

Chilkat.JsonObject jResp = new Chilkat.JsonObject();
jResp.LoadSb(sbResponseBody);
jResp.EmitCompact = false;

Debug.WriteLine("Response Body:");
Debug.WriteLine(jResp.Emit());

int respStatusCode = resp.StatusCode;
Debug.WriteLine("Response Status Code = " + Convert.ToString(respStatusCode));
if (respStatusCode >= 400) {
    Debug.WriteLine("Response Header:");
    Debug.WriteLine(resp.Header);
    Debug.WriteLine("Failed.");

    return;
}

Curl Command

curl -G -d "identifiers=et%20in%20amet,laborum%20pariatur%20tempor%20quis%20adipisicing"
	-d "identifiersType=ASIN"
	-d "marketplaceIds=ullamco"
	-d "includedData=summaries"
	-d "locale=en_US"
	-d "sellerId=ullamco%20occaecat%20commodo%20culpa"
	-d "keywords=et%20in%20amet,laborum%20pariatur%20tempor%20quis%20adipisicing"
	-d "brandNames=eiusmod%20minim,commodo%20anim%20labore%20in"
	-d "classificationIds=ad%20culpa,occaecat%20Lorem%20qui"
	-d "pageSize=9"
	-d "pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234"
	-d "keywordsLocale=en_US"
	-H "Accept: application/json"
https://sellingpartnerapi-na.amazon.com/catalog/2022-04-01/items

Postman Collection Item JSON

{
  "name": "search Catalog Items",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/catalog/2022-04-01/items?identifiers=et in amet,laborum pariatur tempor quis adipisicing&identifiersType=ASIN&marketplaceIds=ullamco&includedData=summaries&locale=en_US&sellerId=ullamco occaecat commodo culpa&keywords=et in amet,laborum pariatur tempor quis adipisicing&brandNames=eiusmod minim,commodo anim labore in&classificationIds=ad culpa,occaecat Lorem qui&pageSize=9&pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234&keywordsLocale=en_US",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "catalog",
        "2022-04-01",
        "items"
      ],
      "query": [
        {
          "key": "identifiers",
          "value": "et in amet,laborum pariatur tempor quis adipisicing",
          "description": "A comma-delimited list of product identifiers to search the Amazon catalog for. **Note:** Cannot be used with `keywords`."
        },
        {
          "key": "identifiersType",
          "value": "ASIN",
          "description": "Type of product identifiers to search the Amazon catalog for. **Note:** Required when `identifiers` are provided."
        },
        {
          "key": "marketplaceIds",
          "value": "ullamco",
          "description": "(Required) A comma-delimited list of Amazon marketplace identifiers for the request."
        },
        {
          "key": "includedData",
          "value": "summaries",
          "description": "A comma-delimited list of data sets to include in the response. Default: `summaries`."
        },
        {
          "key": "locale",
          "value": "en_US",
          "description": "Locale for retrieving localized summaries. Defaults to the primary locale of the marketplace."
        },
        {
          "key": "sellerId",
          "value": "ullamco occaecat commodo culpa",
          "description": "A selling partner identifier, such as a seller account or vendor code. **Note:** Required when `identifiersType` is `SKU`."
        },
        {
          "key": "keywords",
          "value": "et in amet,laborum pariatur tempor quis adipisicing",
          "description": "A comma-delimited list of words to search the Amazon catalog for. **Note:** Cannot be used with `identifiers`."
        },
        {
          "key": "brandNames",
          "value": "eiusmod minim,commodo anim labore in",
          "description": "A comma-delimited list of brand names to limit the search for `keywords`-based queries. **Note:** Cannot be used with `identifiers`."
        },
        {
          "key": "classificationIds",
          "value": "ad culpa,occaecat Lorem qui",
          "description": "A comma-delimited list of classification identifiers to limit the search for `keywords`-based queries. **Note:** Cannot be used with `identifiers`."
        },
        {
          "key": "pageSize",
          "value": "9",
          "description": "Number of results to be returned per page."
        },
        {
          "key": "pageToken",
          "value": "sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234",
          "description": "A token to fetch a certain page when there are multiple pages worth of results."
        },
        {
          "key": "keywordsLocale",
          "value": "en_US",
          "description": "The language of the keywords provided for `keywords`-based queries. Defaults to the primary locale of the marketplace. **Note:** Cannot be used with `identifiers`."
        }
      ]
    },
    "description": "Search for and return a list of Amazon catalog items and associated information either by identifier or by keywords.\n\n**Usage Plans:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 5 | 5 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may observe higher rate and burst values than those shown here. For more information, refer to the [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api)."
  },
  "response": [
    {
      "name": "Success.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/catalog/2022-04-01/items?identifiers=et in amet,laborum pariatur tempor quis adipisicing&identifiersType=ASIN&marketplaceIds=ullamco&includedData=summaries&locale=en_US&sellerId=ullamco occaecat commodo culpa&keywords=et in amet,laborum pariatur tempor quis adipisicing&brandNames=velit minim occaecat,fugiat ven&classificationIds=cillum incididunt,ipsum qui aliquip amet&pageSize=9&pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234&keywordsLocale=en_US",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "catalog",
            "2022-04-01",
            "items"
          ],
          "query": [
            {
              "key": "identifiers",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "identifiersType",
              "value": "ASIN"
            },
            {
              "key": "marketplaceIds",
              "value": "ullamco"
            },
            {
              "key": "includedData",
              "value": "summaries"
            },
            {
              "key": "locale",
              "value": "en_US"
            },
            {
              "key": "sellerId",
              "value": "ullamco occaecat commodo culpa"
            },
            {
              "key": "keywords",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "brandNames",
              "value": "velit minim occaecat,fugiat ven"
            },
            {
              "key": "classificationIds",
              "value": "cillum incididunt,ipsum qui aliquip amet"
            },
            {
              "key": "pageSize",
              "value": "9"
            },
            {
              "key": "pageToken",
              "value": "sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234"
            },
            {
              "key": "keywordsLocale",
              "value": "en_US"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "ullamco occaecat commodo culpa",
          "description": "Your rate limit (requests per second) for this operation."
        },
        {
          "key": "x-amzn-RequestId",
          "value": "ullamco occaecat commodo culpa",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"numberOfResults\": 1,\n  \"pagination\": {\n    \"nextPage\": \"xsdflkj324lkjsdlkj3423klkjsdfkljlk2j34klj2l3k4jlksdjl234\",\n    \"previousPage\": \"ilkjsdflkj234lkjds234234lkjl234lksjdflkj234234lkjsfsdflkj333d\"\n  },\n  \"refinements\": {\n    \"brands\": [\n      {\n        \"numberOfResults\": 1,\n        \"brandName\": \"SAMSUNG\"\n      }\n    ],\n    \"classifications\": [\n      {\n        \"numberOfResults\": 1,\n        \"displayName\": \"Electronics\",\n        \"classificationId\": \"493964\"\n      }\n    ]\n  },\n  \"items\": [\n    {\n      \"asin\": \"B07N4M94X4\",\n      \"attributes\": {\n        \"total_hdmi_ports\": [\n          {\n            \"value\": 4,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"resolution\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"4K\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"item_weight\": [\n          {\n            \"unit\": \"pounds\",\n            \"value\": 107.6,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"product_subcategory\": [\n          {\n            \"value\": \"50400120\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"bullet_point\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"SMART TV WITH UNIVERSAL GUIDE: Simple on-screen Guide is an easy way to find streaming content and live TV shows\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"100% COLOR VOLUME WITH QUANTUM DOTS: Powered by Quantum dots, Samsung’s 4K QLED TV offers over a billion shades of brilliant color and 100% color volume for exceptional depth of detail that will draw you in to the picture for the best 4K TV experience\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"QUANTUM PROCESSOR 4K: Intelligently powered processor instantly upscales content to 4K for sharp detail and refined color\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"QUANTUM HDR 4X: 4K depth of detail with high dynamic range powered by HDR10+ delivers the lightest to darkest colors, scene by scene, for amazing picture realism\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"AMBIENT MODE: Customizes and complements your living space by turning a blank screen of this big screen TV into enticing visuals including décor, info, photos and artwork\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"SMART TV FEATURES: OneRemote to control all compatible devices, Bixby voice command, on-screen universal guide, SmartThings to control compatible home appliances and devices, smart speaker expandability with Alexa and Google Assistant compatibility, and more\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"item_dimensions\": [\n          {\n            \"width\": {\n              \"unit\": \"inches\",\n              \"value\": 72.4\n            },\n            \"length\": {\n              \"unit\": \"inches\",\n              \"value\": 2.4\n            },\n            \"height\": {\n              \"unit\": \"inches\",\n              \"value\": 41.4\n            },\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"brand\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"SAMSUNG\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"generic_keyword\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"oled 65 inch smart tv qled 75 inch tv 85 inch 4k tv smart tv 4k tv 65 inch qled 82 inch tv 8k tv oled 65 smart tv qled 65 inch 80 inch tv 4k 4k tv shield tv 2018\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"q9fn qled 2018 oled 4k 4k oled toshiba antenna dvd player outdoor tv kitchen tv fire tv firetv hdtv hd tv android shield tv gaming deals tv ears dvr speakers digital tv antenna tv android tv frame mount\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"4k hdr tv 70 tv shield tv 90 inch tv gaming tv 75 tv 65 inch 4k tv tv 65 inch smart tv 4k 65 inch 4k tv 65 inch 4k tv 4k tv uhd tv uhd tv 4k\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"smart tv 4k tv tv tv oled tv 65 inch smart tv 4k tv 65 inch smart tv shield tv 2018 tv 4k oled tv 65 4k tv 4k smart tv 4k hdr tv shield tv gaming tv 65 inch 4k tv tv 65 inch smart tv 4k 65 inch 4k tv 65 inch 4k tv 4k tv uhd tv uhd tv 4k\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"control_method\": [\n          {\n            \"value\": \"voice\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"item_package_dimensions\": [\n          {\n            \"length\": {\n              \"unit\": \"centimeters\",\n              \"value\": 26.67\n            },\n            \"width\": {\n              \"unit\": \"centimeters\",\n              \"value\": 121.92\n            },\n            \"height\": {\n              \"unit\": \"centimeters\",\n              \"value\": 203.2\n            },\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"image_aspect_ratio\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"16:9\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"part_number\": [\n          {\n            \"value\": \"QN82Q60RAFXZA\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"includes_remote\": [\n          {\n            \"value\": true,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"style\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"TV only\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"item_type_name\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"TV\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"battery\": [\n          {\n            \"cell_composition\": [\n              {\n                \"value\": \"alkaline\"\n              }\n            ],\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"image_contrast_ratio\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"QLED 4K\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"manufacturer\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Samsung\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"number_of_boxes\": [\n          {\n            \"value\": 1,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"total_usb_ports\": [\n          {\n            \"value\": 2,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"model_number\": [\n          {\n            \"value\": \"QN82Q60RAFXZA\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"supplier_declared_dg_hz_regulation\": [\n          {\n            \"value\": \"not_applicable\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"num_batteries\": [\n          {\n            \"quantity\": 2,\n            \"type\": \"aaa\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"california_proposition_65\": [\n          {\n            \"compliance_type\": \"on_product_combined_cancer_reproductive\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"compliance_type\": \"chemical\",\n            \"chemical_names\": [\n              \"di_2_ethylhexyl_phthalate_dehp\"\n            ],\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"display\": [\n          {\n            \"resolution_maximum\": [\n              {\n                \"unit\": \"pixels\",\n                \"language_tag\": \"en_US\",\n                \"value\": \"3840 x 2160\"\n              }\n            ],\n            \"size\": [\n              {\n                \"unit\": \"inches\",\n                \"value\": 82\n              }\n            ],\n            \"type\": [\n              {\n                \"language_tag\": \"en_US\",\n                \"value\": \"QLED\"\n              }\n            ],\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"item_name\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Samsung QN82Q60RAFXZA Flat 82-Inch QLED 4K Q60 Series (2019) Ultra HD Smart TV with HDR and Alexa Compatibility\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"list_price\": [\n          {\n            \"currency\": \"USD\",\n            \"value\": 3799.99,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"batteries_required\": [\n          {\n            \"value\": false,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"includes_rechargable_battery\": [\n          {\n            \"value\": false,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"product_site_launch_date\": [\n          {\n            \"value\": \"2019-03-11T08:00:01.000Z\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"product_category\": [\n          {\n            \"value\": \"50400100\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"batteries_included\": [\n          {\n            \"value\": false,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"connectivity_technology\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Bluetooth\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"USB\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Wireless\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"HDMI\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"included_components\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"QLED Standard Smart Remote\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Power Cable\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Stand\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Samsung Smart Control\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"specification_met\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"parental_control_technology\": [\n          {\n            \"value\": \"V-Chip\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"power_consumption\": [\n          {\n            \"unit\": \"watts\",\n            \"value\": 120,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"cpsia_cautionary_statement\": [\n          {\n            \"value\": \"no_warning_applicable\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"item_type_keyword\": [\n          {\n            \"value\": \"qled-televisions\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"number_of_items\": [\n          {\n            \"value\": 1,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"warranty_description\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"1 year manufacturer\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"max_resolution\": [\n          {\n            \"unit\": \"pixels\",\n            \"value\": 8.3,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"color\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Black\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"screen_surface_description\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Flat\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"item_package_weight\": [\n          {\n            \"unit\": \"kilograms\",\n            \"value\": 62.142,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"speaker_type\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"2CH\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"supported_internet_services\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Amazon Instant Video\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"YouTube\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Netflix\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Hulu\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Browser\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"tuner_technology\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Analog Tuner\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"controller_type\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"SmartThings\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Voice Control\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"special_feature\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"100% Color Volume with Quantum Dot; Quantum Processor 4K; Ambient Mode; Quantum HDR 4X; Real Game Enhancer\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"wireless_communication_technology\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Wi-Fi::Wi-Fi Direct::Bluetooth\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"model_year\": [\n          {\n            \"value\": 2019,\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"power_source_type\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Corded Electric\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"street_date\": [\n          {\n            \"value\": \"2019-03-21T00:00:01Z\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"mounting_type\": [\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Table Mount\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          },\n          {\n            \"language_tag\": \"en_US\",\n            \"value\": \"Wall Mount\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ],\n        \"refresh_rate\": [\n          {\n            \"unit\": \"hertz\",\n            \"language_tag\": \"en_US\",\n            \"value\": \"120\",\n            \"marketplace_id\": \"ATVPDKIKX0DER\"\n          }\n        ]\n      },\n      \"dimensions\": [\n        {\n          \"marketplaceId\": \"ATVPDKIKX0DER\",\n          \"item\": {\n            \"height\": {\n              \"unit\": \"inches\",\n              \"value\": 41.4\n            },\n            \"length\": {\n              \"unit\": \"inches\",\n              \"value\": 2.4\n            },\n            \"weight\": {\n              \"unit\": \"pounds\",\n              \"value\": 107.6\n            },\n            \"width\": {\n              \"unit\": \"inches\",\n              \"value\": 72.4\n            }\n          },\n          \"package\": {\n            \"height\": {\n              \"unit\": \"inches\",\n              \"value\": 10.49999998929\n            },\n            \"length\": {\n              \"unit\": \"inches\",\n              \"value\": 79.9999999184\n            },\n            \"weight\": {\n              \"unit\": \"kilograms\",\n              \"value\": 62.142\n            },\n            \"width\": {\n              \"unit\": \"inches\",\n              \"value\": 47.99999995104\n            }\n          }\n        }\n      ],\n      \"identifiers\": [\n        {\n          \"marketplaceId\": \"ATVPDKIKX0DER\",\n          \"identifiers\": [\n            {\n              \"identifier\": \"0887276302195\",\n              \"identifierType\": \"EAN\"\n            },\n            {\n              \"identifier\": \"00887276302195\",\n              \"identifierType\": \"GTIN\"\n            },\n            {\n              \"identifier\": \"887276302195\",\n              \"identifierType\": \"UPC\"\n            }\n          ]\n        }\n      ],\n      \"images\": [\n        {\n          \"marketplaceId\": \"ATVPDKIKX0DER\",\n          \"images\": [\n            {\n              \"variant\": \"MAIN\",\n              \"link\": \"https://m.media-amazon.com/images/I/91uohwV+k3L.jpg\",\n              \"height\": 1707,\n              \"width\": 2560\n            },\n            {\n              \"variant\": \"MAIN\",\n              \"link\": \"https://m.media-amazon.com/images/I/51DZzp3w3vL.jpg\",\n              \"height\": 333,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT01\",\n              \"link\": \"https://m.media-amazon.com/images/I/81w2rTVShlL.jpg\",\n              \"height\": 2560,\n              \"width\": 2560\n            },\n            {\n              \"variant\": \"PT01\",\n              \"link\": \"https://m.media-amazon.com/images/I/41Px9eq9tkL.jpg\",\n              \"height\": 500,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT02\",\n              \"link\": \"https://m.media-amazon.com/images/I/51NTNhdhPyL.jpg\",\n              \"height\": 375,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT03\",\n              \"link\": \"https://m.media-amazon.com/images/I/51o4zpL+A3L.jpg\",\n              \"height\": 375,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT04\",\n              \"link\": \"https://m.media-amazon.com/images/I/71ux2k9GAZL.jpg\",\n              \"height\": 1000,\n              \"width\": 1000\n            },\n            {\n              \"variant\": \"PT04\",\n              \"link\": \"https://m.media-amazon.com/images/I/61UUX63yw1L.jpg\",\n              \"height\": 500,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT05\",\n              \"link\": \"https://m.media-amazon.com/images/I/61LwHkljX-L.jpg\",\n              \"height\": 1000,\n              \"width\": 1000\n            },\n            {\n              \"variant\": \"PT05\",\n              \"link\": \"https://m.media-amazon.com/images/I/51wJTQty3PL.jpg\",\n              \"height\": 500,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT06\",\n              \"link\": \"https://m.media-amazon.com/images/I/61uvoB4VvoL.jpg\",\n              \"height\": 1000,\n              \"width\": 1000\n            },\n            {\n              \"variant\": \"PT06\",\n              \"link\": \"https://m.media-amazon.com/images/I/51ZexIO628L.jpg\",\n              \"height\": 500,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT07\",\n              \"link\": \"https://m.media-amazon.com/images/I/7121MGd2ncL.jpg\",\n              \"height\": 1000,\n              \"width\": 1000\n            },\n            {\n              \"variant\": \"PT07\",\n              \"link\": \"https://m.media-amazon.com/images/I/61QK+JBMrGL.jpg\",\n              \"height\": 500,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT08\",\n              \"link\": \"https://m.media-amazon.com/images/I/61ECcGlG4IL.jpg\",\n              \"height\": 1080,\n              \"width\": 1920\n            },\n            {\n              \"variant\": \"PT08\",\n              \"link\": \"https://m.media-amazon.com/images/I/31TxwfqvB5L.jpg\",\n              \"height\": 281,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT09\",\n              \"link\": \"https://m.media-amazon.com/images/I/41B5vgmp4IL.jpg\",\n              \"height\": 375,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT10\",\n              \"link\": \"https://m.media-amazon.com/images/I/51S5IY3AV0L.jpg\",\n              \"height\": 375,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT11\",\n              \"link\": \"https://m.media-amazon.com/images/I/41-6bmPtUlL.jpg\",\n              \"height\": 375,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT12\",\n              \"link\": \"https://m.media-amazon.com/images/I/41s9Q6gWJ7L.jpg\",\n              \"height\": 448,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT13\",\n              \"link\": \"https://m.media-amazon.com/images/I/519nG0mRzuL.jpg\",\n              \"height\": 314,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT14\",\n              \"link\": \"https://m.media-amazon.com/images/I/71sHhrGMc7L.jpg\",\n              \"height\": 1097,\n              \"width\": 1500\n            },\n            {\n              \"variant\": \"PT14\",\n              \"link\": \"https://m.media-amazon.com/images/I/41CH6gKtU5L.jpg\",\n              \"height\": 366,\n              \"width\": 500\n            },\n            {\n              \"variant\": \"PT15\",\n              \"link\": \"https://m.media-amazon.com/images/I/21-s7QYrTxL.jpg\",\n              \"height\": 500,\n              \"width\": 175\n            },\n            {\n              \"variant\": \"EEGL\",\n              \"link\": \"https://m.media-amazon.com/images/I/61i3dsKD09L.jpg\",\n              \"height\": 1375,\n              \"width\": 370\n            },\n            {\n              \"variant\": \"EEGL\",\n              \"link\": \"https://m.media-amazon.com/images/I/41E7ku-qdGL.jpg\",\n              \"height\": 500,\n              \"width\": 135\n            },\n            {\n              \"variant\": \"EGUS\",\n              \"link\": \"https://m.media-amazon.com/images/I/61i3dsKD09L.jpg\",\n              \"height\": 1375,\n              \"width\": 370\n            },\n            {\n              \"variant\": \"EGUS\",\n              \"link\": \"https://m.media-amazon.com/images/I/41E7ku-qdGL.jpg\",\n              \"height\": 500,\n              \"width\": 135\n            }\n          ]\n        }\n      ],\n      \"productTypes\": [\n        {\n          \"marketplaceId\": \"ATVPDKIKX0DER\",\n          \"productType\": \"TELEVISION\"\n        }\n      ],\n      \"salesRanks\": [\n        {\n          \"marketplaceId\": \"ATVPDKIKX0DER\",\n          \"classificationRanks\": [\n            {\n              \"classificationId\": \"21489946011\",\n              \"title\": \"QLED TVs\",\n              \"link\": \"http://www.amazon.com/gp/bestsellers/electronics/21489946011\",\n              \"rank\": 113\n            }\n          ],\n          \"displayGroupRanks\": [\n            {\n              \"websiteDisplayGroup\": \"ce_display_on_website\",\n              \"title\": \"Electronics\",\n              \"link\": \"http://www.amazon.com/gp/bestsellers/electronics\",\n              \"rank\": 72855\n            }\n          ]\n        }\n      ],\n      \"summaries\": [\n        {\n          \"marketplaceId\": \"ATVPDKIKX0DER\",\n          \"brand\": \"SAMSUNG\",\n          \"browseClassification\": {\n            \"displayName\": \"QLED TVs\",\n            \"classificationId\": \"21489946011\"\n          },\n          \"color\": \"Black\",\n          \"itemClassification\": \"BASE_PRODUCT\",\n          \"itemName\": \"Samsung QN82Q60RAFXZA Flat 82-Inch QLED 4K Q60 Series (2019) Ultra HD Smart TV with HDR and Alexa Compatibility\",\n          \"manufacturer\": \"Samsung\",\n          \"modelNumber\": \"QN82Q60RAFXZA\",\n          \"packageQuantity\": 1,\n          \"partNumber\": \"QN82Q60RAFXZA\",\n          \"size\": \"82-Inch\",\n          \"style\": \"TV only\",\n          \"websiteDisplayGroup\": \"ce_display_on_website\"\n        }\n      ],\n      \"relationships\": [\n        {\n          \"marketplaceId\": \"ATVPDKIKX0DER\",\n          \"relationships\": [\n            {\n              \"type\": \"VARIATION\",\n              \"parentAsins\": [\n                \"B08J7TQ9FL\"\n              ],\n              \"variationTheme\": {\n                \"attributes\": [\n                  \"color\",\n                  \"size\"\n                ],\n                \"theme\": \"SIZE_NAME/COLOR_NAME\"\n              }\n            }\n          ]\n        }\n      ],\n      \"vendorDetails\": [\n        {\n          \"marketplaceId\": \"ATVPDKIKX0DER\",\n          \"brandCode\": \"SAMF9\",\n          \"manufacturerCode\": \"SAMF9\",\n          \"manufacturerCodeParent\": \"SAMF9\",\n          \"productCategory\": {\n            \"displayName\": \"Televisions\",\n            \"value\": \"50400100\"\n          },\n          \"productGroup\": \"Home Entertainment\",\n          \"productSubcategory\": {\n            \"displayName\": \"Plasma TVs\",\n            \"value\": \"50400120\"\n          },\n          \"replenishmentCategory\": \"OBSOLETE\"\n        }\n      ]\n    }\n  ]\n}"
    },
    {
      "name": "Request has missing or invalid parameters and cannot be parsed.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/catalog/2022-04-01/items?identifiers=et in amet,laborum pariatur tempor quis adipisicing&identifiersType=ASIN&marketplaceIds=ullamco&includedData=summaries&locale=en_US&sellerId=ullamco occaecat commodo culpa&keywords=et in amet,laborum pariatur tempor quis adipisicing&brandNames=velit minim occaecat,fugiat ven&classificationIds=cillum incididunt,ipsum qui aliquip amet&pageSize=9&pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234&keywordsLocale=en_US",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "catalog",
            "2022-04-01",
            "items"
          ],
          "query": [
            {
              "key": "identifiers",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "identifiersType",
              "value": "ASIN"
            },
            {
              "key": "marketplaceIds",
              "value": "ullamco"
            },
            {
              "key": "includedData",
              "value": "summaries"
            },
            {
              "key": "locale",
              "value": "en_US"
            },
            {
              "key": "sellerId",
              "value": "ullamco occaecat commodo culpa"
            },
            {
              "key": "keywords",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "brandNames",
              "value": "velit minim occaecat,fugiat ven"
            },
            {
              "key": "classificationIds",
              "value": "cillum incididunt,ipsum qui aliquip amet"
            },
            {
              "key": "pageSize",
              "value": "9"
            },
            {
              "key": "pageToken",
              "value": "sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234"
            },
            {
              "key": "keywordsLocale",
              "value": "en_US"
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "ullamco occaecat commodo culpa",
          "description": "Your rate limit (requests per second) for this operation."
        },
        {
          "key": "x-amzn-RequestId",
          "value": "ullamco occaecat commodo culpa",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    {\n      \"code\": \"cupidatat\",\n      \"message\": \"cupida\",\n      \"details\": \"nostrud aliqua sed voluptate\"\n    },\n    {\n      \"code\": \"esse ex aliqua sit\",\n      \"message\": \"fugiat id adipisicing tempor\",\n      \"details\": \"tempor Duis laborum enim commodo\"\n    }\n  ]\n}"
    },
    {
      "name": "Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/catalog/2022-04-01/items?identifiers=et in amet,laborum pariatur tempor quis adipisicing&identifiersType=ASIN&marketplaceIds=ullamco&includedData=summaries&locale=en_US&sellerId=ullamco occaecat commodo culpa&keywords=et in amet,laborum pariatur tempor quis adipisicing&brandNames=velit minim occaecat,fugiat ven&classificationIds=cillum incididunt,ipsum qui aliquip amet&pageSize=9&pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234&keywordsLocale=en_US",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "catalog",
            "2022-04-01",
            "items"
          ],
          "query": [
            {
              "key": "identifiers",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "identifiersType",
              "value": "ASIN"
            },
            {
              "key": "marketplaceIds",
              "value": "ullamco"
            },
            {
              "key": "includedData",
              "value": "summaries"
            },
            {
              "key": "locale",
              "value": "en_US"
            },
            {
              "key": "sellerId",
              "value": "ullamco occaecat commodo culpa"
            },
            {
              "key": "keywords",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "brandNames",
              "value": "velit minim occaecat,fugiat ven"
            },
            {
              "key": "classificationIds",
              "value": "cillum incididunt,ipsum qui aliquip amet"
            },
            {
              "key": "pageSize",
              "value": "9"
            },
            {
              "key": "pageToken",
              "value": "sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234"
            },
            {
              "key": "keywordsLocale",
              "value": "en_US"
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RequestId",
          "value": "ullamco occaecat commodo culpa",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    {\n      \"code\": \"est\",\n      \"message\": \"quis\",\n      \"details\": \"volupta\"\n    },\n    {\n      \"code\": \"commodo culpa Duis cillum\",\n      \"message\": \"in tempor\",\n      \"details\": \"ex dolore dolor commodo\"\n    }\n  ]\n}"
    },
    {
      "name": "The resource specified does not exist.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/catalog/2022-04-01/items?identifiers=et in amet,laborum pariatur tempor quis adipisicing&identifiersType=ASIN&marketplaceIds=ullamco&includedData=summaries&locale=en_US&sellerId=ullamco occaecat commodo culpa&keywords=et in amet,laborum pariatur tempor quis adipisicing&brandNames=velit minim occaecat,fugiat ven&classificationIds=cillum incididunt,ipsum qui aliquip amet&pageSize=9&pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234&keywordsLocale=en_US",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "catalog",
            "2022-04-01",
            "items"
          ],
          "query": [
            {
              "key": "identifiers",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "identifiersType",
              "value": "ASIN"
            },
            {
              "key": "marketplaceIds",
              "value": "ullamco"
            },
            {
              "key": "includedData",
              "value": "summaries"
            },
            {
              "key": "locale",
              "value": "en_US"
            },
            {
              "key": "sellerId",
              "value": "ullamco occaecat commodo culpa"
            },
            {
              "key": "keywords",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "brandNames",
              "value": "velit minim occaecat,fugiat ven"
            },
            {
              "key": "classificationIds",
              "value": "cillum incididunt,ipsum qui aliquip amet"
            },
            {
              "key": "pageSize",
              "value": "9"
            },
            {
              "key": "pageToken",
              "value": "sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234"
            },
            {
              "key": "keywordsLocale",
              "value": "en_US"
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RateLimit-Limit",
          "value": "ullamco occaecat commodo culpa",
          "description": "Your rate limit (requests per second) for this operation."
        },
        {
          "key": "x-amzn-RequestId",
          "value": "ullamco occaecat commodo culpa",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    {\n      \"code\": \"est\",\n      \"message\": \"quis\",\n      \"details\": \"volupta\"\n    },\n    {\n      \"code\": \"commodo culpa Duis cillum\",\n      \"message\": \"in tempor\",\n      \"details\": \"ex dolore dolor commodo\"\n    }\n  ]\n}"
    },
    {
      "name": "The request size exceeded the maximum accepted size.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/catalog/2022-04-01/items?identifiers=et in amet,laborum pariatur tempor quis adipisicing&identifiersType=ASIN&marketplaceIds=ullamco&includedData=summaries&locale=en_US&sellerId=ullamco occaecat commodo culpa&keywords=et in amet,laborum pariatur tempor quis adipisicing&brandNames=velit minim occaecat,fugiat ven&classificationIds=cillum incididunt,ipsum qui aliquip amet&pageSize=9&pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234&keywordsLocale=en_US",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "catalog",
            "2022-04-01",
            "items"
          ],
          "query": [
            {
              "key": "identifiers",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "identifiersType",
              "value": "ASIN"
            },
            {
              "key": "marketplaceIds",
              "value": "ullamco"
            },
            {
              "key": "includedData",
              "value": "summaries"
            },
            {
              "key": "locale",
              "value": "en_US"
            },
            {
              "key": "sellerId",
              "value": "ullamco occaecat commodo culpa"
            },
            {
              "key": "keywords",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "brandNames",
              "value": "velit minim occaecat,fugiat ven"
            },
            {
              "key": "classificationIds",
              "value": "cillum incididunt,ipsum qui aliquip amet"
            },
            {
              "key": "pageSize",
              "value": "9"
            },
            {
              "key": "pageToken",
              "value": "sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234"
            },
            {
              "key": "keywordsLocale",
              "value": "en_US"
            }
          ]
        }
      },
      "status": "Request Entity Too Large",
      "code": 413,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RequestId",
          "value": "ullamco occaecat commodo culpa",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    {\n      \"code\": \"est\",\n      \"message\": \"quis\",\n      \"details\": \"volupta\"\n    },\n    {\n      \"code\": \"commodo culpa Duis cillum\",\n      \"message\": \"in tempor\",\n      \"details\": \"ex dolore dolor commodo\"\n    }\n  ]\n}"
    },
    {
      "name": "The request payload is in an unsupported format.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/catalog/2022-04-01/items?identifiers=et in amet,laborum pariatur tempor quis adipisicing&identifiersType=ASIN&marketplaceIds=ullamco&includedData=summaries&locale=en_US&sellerId=ullamco occaecat commodo culpa&keywords=et in amet,laborum pariatur tempor quis adipisicing&brandNames=velit minim occaecat,fugiat ven&classificationIds=cillum incididunt,ipsum qui aliquip amet&pageSize=9&pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234&keywordsLocale=en_US",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "catalog",
            "2022-04-01",
            "items"
          ],
          "query": [
            {
              "key": "identifiers",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "identifiersType",
              "value": "ASIN"
            },
            {
              "key": "marketplaceIds",
              "value": "ullamco"
            },
            {
              "key": "includedData",
              "value": "summaries"
            },
            {
              "key": "locale",
              "value": "en_US"
            },
            {
              "key": "sellerId",
              "value": "ullamco occaecat commodo culpa"
            },
            {
              "key": "keywords",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "brandNames",
              "value": "velit minim occaecat,fugiat ven"
            },
            {
              "key": "classificationIds",
              "value": "cillum incididunt,ipsum qui aliquip amet"
            },
            {
              "key": "pageSize",
              "value": "9"
            },
            {
              "key": "pageToken",
              "value": "sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234"
            },
            {
              "key": "keywordsLocale",
              "value": "en_US"
            }
          ]
        }
      },
      "status": "Unsupported Media Type",
      "code": 415,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RequestId",
          "value": "ullamco occaecat commodo culpa",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    {\n      \"code\": \"est\",\n      \"message\": \"quis\",\n      \"details\": \"volupta\"\n    },\n    {\n      \"code\": \"commodo culpa Duis cillum\",\n      \"message\": \"in tempor\",\n      \"details\": \"ex dolore dolor commodo\"\n    }\n  ]\n}"
    },
    {
      "name": "The frequency of requests was greater than allowed.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/catalog/2022-04-01/items?identifiers=et in amet,laborum pariatur tempor quis adipisicing&identifiersType=ASIN&marketplaceIds=ullamco&includedData=summaries&locale=en_US&sellerId=ullamco occaecat commodo culpa&keywords=et in amet,laborum pariatur tempor quis adipisicing&brandNames=velit minim occaecat,fugiat ven&classificationIds=cillum incididunt,ipsum qui aliquip amet&pageSize=9&pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234&keywordsLocale=en_US",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "catalog",
            "2022-04-01",
            "items"
          ],
          "query": [
            {
              "key": "identifiers",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "identifiersType",
              "value": "ASIN"
            },
            {
              "key": "marketplaceIds",
              "value": "ullamco"
            },
            {
              "key": "includedData",
              "value": "summaries"
            },
            {
              "key": "locale",
              "value": "en_US"
            },
            {
              "key": "sellerId",
              "value": "ullamco occaecat commodo culpa"
            },
            {
              "key": "keywords",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "brandNames",
              "value": "velit minim occaecat,fugiat ven"
            },
            {
              "key": "classificationIds",
              "value": "cillum incididunt,ipsum qui aliquip amet"
            },
            {
              "key": "pageSize",
              "value": "9"
            },
            {
              "key": "pageToken",
              "value": "sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234"
            },
            {
              "key": "keywordsLocale",
              "value": "en_US"
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RequestId",
          "value": "ullamco occaecat commodo culpa",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    {\n      \"code\": \"est\",\n      \"message\": \"quis\",\n      \"details\": \"volupta\"\n    },\n    {\n      \"code\": \"commodo culpa Duis cillum\",\n      \"message\": \"in tempor\",\n      \"details\": \"ex dolore dolor commodo\"\n    }\n  ]\n}"
    },
    {
      "name": "An unexpected condition occurred that prevented the server from fulfilling the request.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/catalog/2022-04-01/items?identifiers=et in amet,laborum pariatur tempor quis adipisicing&identifiersType=ASIN&marketplaceIds=ullamco&includedData=summaries&locale=en_US&sellerId=ullamco occaecat commodo culpa&keywords=et in amet,laborum pariatur tempor quis adipisicing&brandNames=velit minim occaecat,fugiat ven&classificationIds=cillum incididunt,ipsum qui aliquip amet&pageSize=9&pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234&keywordsLocale=en_US",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "catalog",
            "2022-04-01",
            "items"
          ],
          "query": [
            {
              "key": "identifiers",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "identifiersType",
              "value": "ASIN"
            },
            {
              "key": "marketplaceIds",
              "value": "ullamco"
            },
            {
              "key": "includedData",
              "value": "summaries"
            },
            {
              "key": "locale",
              "value": "en_US"
            },
            {
              "key": "sellerId",
              "value": "ullamco occaecat commodo culpa"
            },
            {
              "key": "keywords",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "brandNames",
              "value": "velit minim occaecat,fugiat ven"
            },
            {
              "key": "classificationIds",
              "value": "cillum incididunt,ipsum qui aliquip amet"
            },
            {
              "key": "pageSize",
              "value": "9"
            },
            {
              "key": "pageToken",
              "value": "sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234"
            },
            {
              "key": "keywordsLocale",
              "value": "en_US"
            }
          ]
        }
      },
      "status": "Internal Server Error",
      "code": 500,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RequestId",
          "value": "ullamco occaecat commodo culpa",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    {\n      \"code\": \"est\",\n      \"message\": \"quis\",\n      \"details\": \"volupta\"\n    },\n    {\n      \"code\": \"commodo culpa Duis cillum\",\n      \"message\": \"in tempor\",\n      \"details\": \"ex dolore dolor commodo\"\n    }\n  ]\n}"
    },
    {
      "name": "Temporary overloading or maintenance of the server.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/catalog/2022-04-01/items?identifiers=et in amet,laborum pariatur tempor quis adipisicing&identifiersType=ASIN&marketplaceIds=ullamco&includedData=summaries&locale=en_US&sellerId=ullamco occaecat commodo culpa&keywords=et in amet,laborum pariatur tempor quis adipisicing&brandNames=velit minim occaecat,fugiat ven&classificationIds=cillum incididunt,ipsum qui aliquip amet&pageSize=9&pageToken=sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234&keywordsLocale=en_US",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "catalog",
            "2022-04-01",
            "items"
          ],
          "query": [
            {
              "key": "identifiers",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "identifiersType",
              "value": "ASIN"
            },
            {
              "key": "marketplaceIds",
              "value": "ullamco"
            },
            {
              "key": "includedData",
              "value": "summaries"
            },
            {
              "key": "locale",
              "value": "en_US"
            },
            {
              "key": "sellerId",
              "value": "ullamco occaecat commodo culpa"
            },
            {
              "key": "keywords",
              "value": "et in amet,laborum pariatur tempor quis adipisicing"
            },
            {
              "key": "brandNames",
              "value": "velit minim occaecat,fugiat ven"
            },
            {
              "key": "classificationIds",
              "value": "cillum incididunt,ipsum qui aliquip amet"
            },
            {
              "key": "pageSize",
              "value": "9"
            },
            {
              "key": "pageToken",
              "value": "sdlkj234lkj234lksjdflkjwdflkjsfdlkj234234234234"
            },
            {
              "key": "keywordsLocale",
              "value": "en_US"
            }
          ]
        }
      },
      "status": "Service Unavailable",
      "code": 503,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "x-amzn-RequestId",
          "value": "ullamco occaecat commodo culpa",
          "description": "Unique request reference identifier."
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    {\n      \"code\": \"est\",\n      \"message\": \"quis\",\n      \"details\": \"volupta\"\n    },\n    {\n      \"code\": \"commodo culpa Duis cillum\",\n      \"message\": \"in tempor\",\n      \"details\": \"ex dolore dolor commodo\"\n    }\n  ]\n}"
    }
  ]
}