HomeDocumentationCode SamplesAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
Documentation
Developer HubAPI StatusSupport

Product Pricing API v0 Model

Swagger model for the Product Pricing API v0.

{
  "swagger": "2.0",
  "info": {
    "description": "The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer information for Amazon Marketplace products.",
    "version": "v0",
    "title": "Selling Partner API for Pricing",
    "contact": {
      "name": "Selling Partner API Developer Support",
      "url": "https://sellercentral.amazon.com/gp/mws/contactus.html"
    },
    "license": {
      "name": "Apache License 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  },
  "host": "sellingpartnerapi-na.amazon.com",
  "schemes": [
    "https"
  ],
  "consumes": [
    "application/json"
  ],
  "produces": [
    "application/json"
  ],
  "paths": {
    "/products/pricing/v0/price": {
      "get": {
        "tags": [
          "productPricing"
        ],
        "description": "Returns pricing information for a seller's offer listings based on seller SKU or ASIN.\n\n**Note:** The parameters associated with this operation may contain special characters that require URL encoding to call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 1 |\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 see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
        "operationId": "getPricing",
        "parameters": [
          {
            "name": "MarketplaceId",
            "in": "query",
            "description": "A marketplace identifier. Specifies the marketplace for which prices are returned.",
            "required": true,
            "type": "string"
          },
          {
            "name": "Asins",
            "in": "query",
            "description": "A list of up to twenty Amazon Standard Identification Number (ASIN) values used to identify items in the given marketplace.",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxItems": 20
          },
          {
            "name": "Skus",
            "in": "query",
            "description": "A list of up to twenty seller SKU values used to identify items in the given marketplace.",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxItems": 20
          },
          {
            "name": "ItemType",
            "in": "query",
            "description": "Indicates whether ASIN values or seller SKU values are used to identify items. If you specify Asin, the information in the response will be dependent on the list of Asins you provide in the Asins parameter. If you specify Sku, the information in the response will be dependent on the list of Skus you provide in the Skus parameter.",
            "required": true,
            "type": "string",
            "enum": [
              "Asin",
              "Sku"
            ],
            "x-docgen-enum-table-extension": [
              {
                "value": "Asin",
                "description": "The Amazon Standard Identification Number (ASIN)."
              },
              {
                "value": "Sku",
                "description": "The seller SKU."
              }
            ]
          },
          {
            "name": "ItemCondition",
            "in": "query",
            "description": "Filters the offer listings based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.",
            "required": false,
            "type": "string",
            "enum": [
              "New",
              "Used",
              "Collectible",
              "Refurbished",
              "Club"
            ],
            "x-docgen-enum-table-extension": [
              {
                "value": "New",
                "description": "New"
              },
              {
                "value": "Used",
                "description": "Used"
              },
              {
                "value": "Collectible",
                "description": "Collectible"
              },
              {
                "value": "Refurbished",
                "description": "Refurbished"
              },
              {
                "value": "Club",
                "description": "Club"
              }
            ]
          },
          {
            "name": "OfferType",
            "in": "query",
            "description": "Indicates whether to request pricing information for the seller's B2C or B2B offers. Default is B2C.",
            "required": false,
            "type": "string",
            "enum": [
              "B2C",
              "B2B"
            ],
            "x-docgen-enum-table-extension": [
              {
                "value": "B2C",
                "description": "B2C"
              },
              {
                "value": "B2B",
                "description": "B2B"
              }
            ]
          }
        ],
        "responses": {
          "200": {
            "description": "Success.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            },
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      },
                      "ItemType": {
                        "value": "Asin"
                      }
                    }
                  },
                  "response": {
                    "payload": [
                      {
                        "status": "Success",
                        "ASIN": "B00V5DG6IQ",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00V5DG6IQ"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "",
                              "SellerId": "",
                              "SellerSKU": ""
                            }
                          },
                          "Offers": [
                            {
                              "BuyingPrice": {
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10.00
                                },
                                "LandedPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10.00
                                },
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0.00
                                }
                              },
                              "RegularPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 10.00
                              },
                              "FulfillmentChannel": "MERCHANT",
                              "ItemCondition": "New",
                              "ItemSubCondition": "New",
                              "SellerSKU": "NABetaASINB00V5DG6IQ"
                            }
                          ]
                        }
                      },
                      {
                        "status": "Success",
                        "ASIN": "B00551Q3CS",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00551Q3CS"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "",
                              "SellerId": "",
                              "SellerSKU": ""
                            }
                          },
                          "Offers": [
                            {
                              "BuyingPrice": {
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10.00
                                },
                                "LandedPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10.00
                                },
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0.00
                                }
                              },
                              "RegularPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 10.00
                              },
                              "FulfillmentChannel": "MERCHANT",
                              "ItemCondition": "New",
                              "ItemSubCondition": "New",
                              "SellerSKU": "NABetaASINB00551Q3CS"
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                {
                  "request": {
                    "parameters": {
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      },
                      "ItemType": {
                        "value": "Sku"
                      }
                    }
                  },
                  "response": {
                    "payload": [
                      {
                        "status": "Success",
                        "SellerSKU": "NABetaASINB00V5DG6IQ",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00V5DG6IQ"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "SellerId": "AXXXXXXXXXXXXX",
                              "SellerSKU": "NABetaASINB00V5DG6IQ"
                            }
                          },
                          "Offers": [
                            {
                              "BuyingPrice": {
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10.00
                                },
                                "LandedPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10.00
                                },
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0.00
                                }
                              },
                              "RegularPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 10.00
                              },
                              "FulfillmentChannel": "MERCHANT",
                              "ItemCondition": "New",
                              "ItemSubCondition": "New",
                              "SellerSKU": "NABetaASINB00V5DG6IQ"
                            }
                          ]
                        }
                      },
                      {
                        "status": "Success",
                        "SellerSKU": "NABetaASINB00551Q3CS",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00551Q3CS"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "SellerId": "AXXXXXXXXXXXXX",
                              "SellerSKU": "NABetaASINB00551Q3CS"
                            }
                          },
                          "Offers": [
                            {
                              "BuyingPrice": {
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10.00
                                },
                                "LandedPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10.00
                                },
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0.00
                                }
                              },
                              "RegularPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 10.00
                              },
                              "FulfillmentChannel": "MERCHANT",
                              "ItemCondition": "New",
                              "ItemSubCondition": "New",
                              "SellerSKU": "NABetaASINB00551Q3CS"
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                {
                  "request": {
                    "parameters": {
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      },
                      "ItemType": {
                        "value": "Asin"
                      },
                      "OfferType": {
                        "value": "B2B"
                      }
                    }
                  },
                  "response": {
                    "payload": [
                      {
                        "status": "Success",
                        "ASIN": "B00V5DG6IQ",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00V5DG6IQ"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "",
                              "SellerId": "",
                              "SellerSKU": ""
                            }
                          },
                          "Offers": [
                            {
                              "offerType": "B2B",
                              "BuyingPrice": {
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 9.50
                                },
                                "LandedPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 9.50
                                },
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0.00
                                }
                              },
                              "RegularPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 10.00
                              },
                              "quantityDiscountPrices": [
                                {
                                  "quantityTier": 2,
                                  "quantityDiscountType": "QUANTITY_DISCOUNT",
                                  "listingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 8.0
                                  }
                                },
                                {
                                  "quantityTier": 3,
                                  "quantityDiscountType": "QUANTITY_DISCOUNT",
                                  "listingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 7.0
                                  }
                                }
                              ],
                              "FulfillmentChannel": "MERCHANT",
                              "ItemCondition": "New",
                              "ItemSubCondition": "New",
                              "SellerSKU": "NABetaASINB00V5DG6IQ"
                            }
                          ]
                        }
                      },
                      {
                        "status": "Success",
                        "ASIN": "B00551Q3CS",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00551Q3CS"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "",
                              "SellerId": "",
                              "SellerSKU": ""
                            }
                          },
                          "Offers": [
                            {
                              "offerType": "B2B",
                              "BuyingPrice": {
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 8.00
                                },
                                "LandedPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 8.00
                                },
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0.00
                                }
                              },
                              "RegularPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 10.00
                              },
                              "FulfillmentChannel": "MERCHANT",
                              "ItemCondition": "New",
                              "ItemSubCondition": "New",
                              "SellerSKU": "NABetaASINB00551Q3CS"
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              ]
            }
          },
          "400": {
            "description": "Request has missing or invalid parameters and cannot be parsed.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            },
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "MarketplaceId": {
                        "value": "TEST_CASE_400"
                      }
                    }
                  },
                  "response": {
                    "errors": [
                      {
                        "code": "InvalidInput",
                        "message": "Invalid Input"
                      }
                    ]
                  }
                }
              ]
            }
          },
          "401": {
            "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "403": {
            "description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "404": {
            "description": "The specified resource does not exist.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "429": {
            "description": "The frequency of requests was greater than allowed.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "500": {
            "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "503": {
            "description": "Temporary overloading or maintenance of the server.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          }
        }
      }
    },
    "/products/pricing/v0/competitivePrice": {
      "get": {
        "tags": [
          "productPricing"
        ],
        "description": "Returns competitive pricing information for a seller's offer listings based on seller SKU or ASIN.\n\n**Note:** The parameters associated with this operation may contain special characters that require URL encoding to call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 1 |\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 see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
        "operationId": "getCompetitivePricing",
        "parameters": [
          {
            "name": "MarketplaceId",
            "in": "query",
            "description": "A marketplace identifier. Specifies the marketplace for which prices are returned.",
            "required": true,
            "type": "string"
          },
          {
            "name": "Asins",
            "in": "query",
            "description": "A list of up to twenty Amazon Standard Identification Number (ASIN) values used to identify items in the given marketplace.",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxItems": 20
          },
          {
            "name": "Skus",
            "in": "query",
            "description": "A list of up to twenty seller SKU values used to identify items in the given marketplace.",
            "required": false,
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxItems": 20
          },
          {
            "name": "ItemType",
            "in": "query",
            "description": "Indicates whether ASIN values or seller SKU values are used to identify items. If you specify Asin, the information in the response will be dependent on the list of Asins you provide in the Asins parameter. If you specify Sku, the information in the response will be dependent on the list of Skus you provide in the Skus parameter. Possible values: Asin, Sku.",
            "required": true,
            "type": "string",
            "enum": [
              "Asin",
              "Sku"
            ],
            "x-docgen-enum-table-extension": [
              {
                "value": "Asin",
                "description": "The Amazon Standard Identification Number (ASIN)."
              },
              {
                "value": "Sku",
                "description": "The seller SKU."
              }
            ]
          },
          {
            "name": "CustomerType",
            "in": "query",
            "description": "Indicates whether to request pricing information from the point of view of Consumer or Business buyers. Default is Consumer.",
            "required": false,
            "type": "string",
            "enum": [
              "Consumer",
              "Business"
            ],
            "x-docgen-enum-table-extension": [
              {
                "value": "Consumer",
                "description": "Consumer"
              },
              {
                "value": "Business",
                "description": "Business"
              }
            ]
          }
        ],
        "responses": {
          "200": {
            "description": "Success.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            },
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      },
                      "ItemType": {
                        "value": "Asin"
                      }
                    }
                  },
                  "response": {
                    "payload": [
                      {
                        "status": "Success",
                        "ASIN": "B00V5DG6IQ",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00V5DG6IQ"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "",
                              "SellerId": "",
                              "SellerSKU": ""
                            }
                          },
                          "CompetitivePricing": {
                            "CompetitivePrices": [
                              {
                                "CompetitivePriceId": "4545645646",
                                "Price": {
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 130
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 120
                                  },
                                  "Points": {
                                    "PointsNumber": 130,
                                    "PointsMonetaryValue": {
                                      "CurrencyCode": "USD",
                                      "Amount": 10
                                    }
                                  }
                                },
                                "condition": "new",
                                "belongsToRequester": true
                              }
                            ],
                            "NumberOfOfferListings": [
                              {
                                "Count": 20,
                                "condition": "new"
                              }
                            ],
                            "TradeInValue": {
                              "CurrencyCode": "USD",
                              "Amount": 10
                            }
                          },
                          "SalesRankings": [
                            {
                              "ProductCategoryId": "325345",
                              "Rank": 1
                            }
                          ]
                        }
                      },
                      {
                        "status": "Success",
                        "ASIN": "B00551Q3CS",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00551Q3CS"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "",
                              "SellerId": "",
                              "SellerSKU": ""
                            }
                          },
                          "CompetitivePricing": {
                            "CompetitivePrices": [
                              {
                                "CompetitivePriceId": "45456452646",
                                "Price": {
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 130
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 120
                                  },
                                  "Points": {
                                    "PointsNumber": 130,
                                    "PointsMonetaryValue": {
                                      "CurrencyCode": "USD",
                                      "Amount": 10
                                    }
                                  }
                                },
                                "condition": "new",
                                "belongsToRequester": true
                              }
                            ],
                            "NumberOfOfferListings": [
                              {
                                "Count": 1,
                                "condition": "new"
                              }
                            ],
                            "TradeInValue": {
                              "CurrencyCode": "string",
                              "Amount": 0
                            }
                          },
                          "SalesRankings": [
                            {
                              "ProductCategoryId": "54564",
                              "Rank": 1
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                {
                  "request": {
                    "parameters": {
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      },
                      "ItemType": {
                        "value": "Sku"
                      }
                    }
                  },
                  "response": {
                    "payload": [
                      {
                        "status": "Success",
                        "SellerSKU": "NABetaASINB00V5DG6IQ",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00V5DG6IQ"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "SellerId": "AXXXXXXXXXXXXX",
                              "SellerSKU": "NABetaASINB00V5DG6IQ"
                            }
                          },
                          "CompetitivePricing": {
                            "CompetitivePrices": [
                              {
                                "CompetitivePriceId": "3454535",
                                "Price": {
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 130
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 120
                                  },
                                  "Points": {
                                    "PointsNumber": 130,
                                    "PointsMonetaryValue": {
                                      "CurrencyCode": "USD",
                                      "Amount": 10
                                    }
                                  }
                                },
                                "condition": "new",
                                "belongsToRequester": true
                              }
                            ],
                            "NumberOfOfferListings": [
                              {
                                "Count": 402,
                                "condition": "new"
                              }
                            ],
                            "TradeInValue": {
                              "CurrencyCode": "USD",
                              "Amount": 20
                            }
                          },
                          "SalesRankings": [
                            {
                              "ProductCategoryId": "676554",
                              "Rank": 1
                            }
                          ]
                        }
                      },
                      {
                        "status": "Success",
                        "SellerSKU": "NABetaASINB00551Q3CS",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00551Q3CS"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "SellerId": "AXXXXXXXXXXXXX",
                              "SellerSKU": "NABetaASINB00551Q3CS"
                            }
                          },
                          "CompetitivePricing": {
                            "CompetitivePrices": [
                              {
                                "CompetitivePriceId": "4545645646",
                                "Price": {
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 130
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 120
                                  },
                                  "Points": {
                                    "PointsNumber": 130,
                                    "PointsMonetaryValue": {
                                      "CurrencyCode": "USD",
                                      "Amount": 10
                                    }
                                  }
                                },
                                "condition": "new",
                                "belongsToRequester": true
                              }
                            ],
                            "NumberOfOfferListings": [
                              {
                                "Count": 402,
                                "condition": "new"
                              }
                            ],
                            "TradeInValue": {
                              "CurrencyCode": "USD",
                              "Amount": 20
                            }
                          },
                          "SalesRankings": [
                            {
                              "ProductCategoryId": "35345",
                              "Rank": 1
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                {
                  "request": {
                    "parameters": {
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      },
                      "ItemType": {
                        "value": "Asin"
                      }
                    }
                  },
                  "response": {
                    "payload": [
                      {
                        "status": "Success",
                        "ASIN": "B00V5DG6IQ",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00V5DG6IQ"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "",
                              "SellerId": "",
                              "SellerSKU": ""
                            }
                          },
                          "CompetitivePricing": {
                            "CompetitivePrices": [],
                            "NumberOfOfferListings": [
                              {
                                "Count": 1,
                                "condition": "New"
                              },
                              {
                                "Count": 1,
                                "condition": "Any"
                              }
                            ]
                          },
                          "SalesRankings": [
                            {
                              "ProductCategoryId": "office_product_display_on_website",
                              "Rank": 19
                            },
                            {
                              "ProductCategoryId": "1069616",
                              "Rank": 1
                            },
                            {
                              "ProductCategoryId": "705333011",
                              "Rank": 1
                            },
                            {
                              "ProductCategoryId": "1069242",
                              "Rank": 17
                            }
                          ]
                        }
                      },
                      {
                        "status": "Success",
                        "ASIN": "B00551Q3CS",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00551Q3CS"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "",
                              "SellerId": "",
                              "SellerSKU": ""
                            }
                          },
                          "CompetitivePricing": {
                            "CompetitivePrices": [],
                            "NumberOfOfferListings": [
                              {
                                "Count": 1,
                                "condition": "New"
                              },
                              {
                                "Count": 1,
                                "condition": "Any"
                              }
                            ]
                          },
                          "SalesRankings": [
                            {
                              "ProductCategoryId": "464394",
                              "Rank": 224
                            },
                            {
                              "ProductCategoryId": "12954861",
                              "Rank": 1057
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                {
                  "request": {
                    "parameters": {
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      },
                      "ItemType": {
                        "value": "Sku"
                      }
                    }
                  },
                  "response": {
                    "payload": [
                      {
                        "status": "Success",
                        "SellerSKU": "NABetaASINB00V5DG6IQ",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00V5DG6IQ"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "SellerId": "AXXXXXXXXXXXXX",
                              "SellerSKU": "NABetaASINB00V5DG6IQ"
                            }
                          },
                          "CompetitivePricing": {
                            "CompetitivePrices": [],
                            "NumberOfOfferListings": [
                              {
                                "Count": 1,
                                "condition": "New"
                              },
                              {
                                "Count": 1,
                                "condition": "Any"
                              }
                            ]
                          },
                          "SalesRankings": [
                            {
                              "ProductCategoryId": "office_product_display_on_website",
                              "Rank": 19
                            },
                            {
                              "ProductCategoryId": "1069616",
                              "Rank": 1
                            },
                            {
                              "ProductCategoryId": "705333011",
                              "Rank": 1
                            },
                            {
                              "ProductCategoryId": "1069242",
                              "Rank": 17
                            }
                          ]
                        }
                      },
                      {
                        "status": "Success",
                        "SellerSKU": "NABetaASINB00551Q3CS",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00551Q3CS"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "SellerId": "AXXXXXXXXXXXXX",
                              "SellerSKU": "NABetaASINB00551Q3CS"
                            }
                          },
                          "CompetitivePricing": {
                            "CompetitivePrices": [],
                            "NumberOfOfferListings": [
                              {
                                "Count": 1,
                                "condition": "New"
                              },
                              {
                                "Count": 1,
                                "condition": "Any"
                              }
                            ]
                          },
                          "SalesRankings": [
                            {
                              "ProductCategoryId": "464394",
                              "Rank": 224
                            },
                            {
                              "ProductCategoryId": "12954861",
                              "Rank": 1057
                            }
                          ]
                        }
                      }
                    ]
                  }
                },
                {
                  "request": {
                    "parameters": {
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      },
                      "ItemType": {
                        "value": "Asin"
                      },
                      "CustomerType": {
                        "value": "Business"
                      }
                    }
                  },
                  "response": {
                    "payload": [
                      {
                        "status": "Success",
                        "ASIN": "B00V5DG6IQ",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00V5DG6IQ"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "",
                              "SellerId": "",
                              "SellerSKU": ""
                            }
                          },
                          "CompetitivePricing": {
                            "CompetitivePrices": [
                              {
                                "CompetitivePriceId": "1",
                                "Price": {
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 120
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 130
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Points": {
                                    "PointsNumber": 130,
                                    "PointsMonetaryValue": {
                                      "CurrencyCode": "USD",
                                      "Amount": 10
                                    }
                                  }
                                },
                                "condition": "new",
                                "offerType": "B2C",
                                "sellerId": "AXXXXXXXXXXXXX",
                                "belongsToRequester": true
                              },
                              {
                                "CompetitivePriceId": "1",
                                "Price": {
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 115
                                  }
                                },
                                "condition": "new",
                                "offerType": "B2B",
                                "quantityTier": 3,
                                "quantityDiscountType": "QUANTITY_DISCOUNT",
                                "sellerId": "AXXXXXXXXXXXXX",
                                "belongsToRequester": true
                              },
                              {
                                "CompetitivePriceId": "1",
                                "Price": {
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 110
                                  }
                                },
                                "condition": "new",
                                "offerType": "B2B",
                                "quantityTier": 5,
                                "quantityDiscountType": "QUANTITY_DISCOUNT",
                                "sellerId": "AXXXXXXXXXXXXX",
                                "belongsToRequester": true
                              }
                            ],
                            "NumberOfOfferListings": [
                              {
                                "Count": 3,
                                "condition": "new"
                              }
                            ],
                            "TradeInValue": {
                              "CurrencyCode": "USD",
                              "Amount": 10
                            }
                          },
                          "SalesRankings": [
                            {
                              "ProductCategoryId": "325345",
                              "Rank": 1
                            }
                          ]
                        }
                      },
                      {
                        "status": "Success",
                        "ASIN": "B00551Q3CS",
                        "Product": {
                          "Identifiers": {
                            "MarketplaceASIN": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ASIN": "B00551Q3CS"
                            },
                            "SKUIdentifier": {
                              "MarketplaceId": "",
                              "SellerId": "",
                              "SellerSKU": ""
                            }
                          },
                          "CompetitivePricing": {
                            "CompetitivePrices": [
                              {
                                "CompetitivePriceId": "1",
                                "Price": {
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 130
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 120
                                  },
                                  "Points": {
                                    "PointsNumber": 130,
                                    "PointsMonetaryValue": {
                                      "CurrencyCode": "USD",
                                      "Amount": 10
                                    }
                                  }
                                },
                                "condition": "new",
                                "offerType": "B2B",
                                "sellerId": "AXXXXXXXXXXXXX",
                                "belongsToRequester": true
                              }
                            ],
                            "NumberOfOfferListings": [
                              {
                                "Count": 1,
                                "condition": "new"
                              }
                            ],
                            "TradeInValue": {
                              "CurrencyCode": "string",
                              "Amount": 0
                            }
                          },
                          "SalesRankings": [
                            {
                              "ProductCategoryId": "54564",
                              "Rank": 1
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              ]
            }
          },
          "400": {
            "description": "Request has missing or invalid parameters and cannot be parsed.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            },
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "MarketplaceId": {
                        "value": "TEST_CASE_400"
                      }
                    }
                  },
                  "response": {
                    "errors": [
                      {
                        "code": "InvalidInput",
                        "message": "Invalid Input"
                      }
                    ]
                  }
                }
              ]
            }
          },
          "401": {
            "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "403": {
            "description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "404": {
            "description": "The specified resource does not exist.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "429": {
            "description": "The frequency of requests was greater than allowed.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "500": {
            "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "503": {
            "description": "Temporary overloading or maintenance of the server.",
            "schema": {
              "$ref": "#/definitions/GetPricingResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          }
        }
      }
    },
    "/products/pricing/v0/listings/{SellerSKU}/offers": {
      "get": {
        "tags": [
          "productPricing"
        ],
        "description": "Returns the lowest priced offers for a single SKU listing.\n\n**Note:** The parameters associated with this operation may contain special characters that require URL encoding to call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 2 |\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 see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
        "operationId": "getListingOffers",
        "parameters": [
          {
            "name": "MarketplaceId",
            "in": "query",
            "description": "A marketplace identifier. Specifies the marketplace for which prices are returned.",
            "required": true,
            "type": "string"
          },
          {
            "name": "ItemCondition",
            "in": "query",
            "description": "Filters the offer listings based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.",
            "required": true,
            "type": "string",
            "enum": [
              "New",
              "Used",
              "Collectible",
              "Refurbished",
              "Club"
            ],
            "x-docgen-enum-table-extension": [
              {
                "value": "New",
                "description": "New"
              },
              {
                "value": "Used",
                "description": "Used"
              },
              {
                "value": "Collectible",
                "description": "Collectible"
              },
              {
                "value": "Refurbished",
                "description": "Refurbished"
              },
              {
                "value": "Club",
                "description": "Club"
              }
            ]
          },
          {
            "name": "SellerSKU",
            "in": "path",
            "description": "Identifies an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.",
            "required": true,
            "type": "string"
          },
          {
            "name": "CustomerType",
            "in": "query",
            "description": "Indicates whether to request Consumer or Business offers. Default is Consumer.",
            "required": false,
            "type": "string",
            "enum": [
              "Consumer",
              "Business"
            ],
            "x-docgen-enum-table-extension": [
              {
                "value": "Consumer",
                "description": "Consumer"
              },
              {
                "value": "Business",
                "description": "Business"
              }
            ]
          }
        ],
        "responses": {
          "200": {
            "description": "Success.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            },
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "SellerSKU": {
                        "value": "NABetaASINB00V5DG6IQ"
                      },
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      }
                    }
                  },
                  "response": {
                    "payload": {
                      "SKU": "NABetaASINB00V5DG6IQ",
                      "status": "Success",
                      "ItemCondition": "New",
                      "Identifier": {
                        "MarketplaceId": "ATVPDKIKX0DER",
                        "ItemCondition": "New",
                        "SellerSKU": "NABetaASINB00V5DG6IQ"
                      },
                      "Summary": {
                        "LowestPrices": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant",
                            "LandedPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 10.00
                            },
                            "ListingPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 10.00
                            },
                            "Shipping": {
                              "CurrencyCode": "USD",
                              "Amount": 0.00
                            }
                          }
                        ],
                        "NumberOfOffers": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant"
                          }
                        ],
                        "BuyBoxEligibleOffers": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant"
                          }
                        ],
                        "TotalOfferCount": 1
                      },
                      "Offers": [
                        {
                          "Shipping": {
                            "CurrencyCode": "USD",
                            "Amount": 0.00
                          },
                          "ListingPrice": {
                            "CurrencyCode": "USD",
                            "Amount": 10.00
                          },
                          "ShippingTime": {
                            "maximumHours": 48,
                            "minimumHours": 24,
                            "availabilityType": "NOW"
                          },
                          "SellerFeedbackRating": {
                            "FeedbackCount": 0,
                            "SellerPositiveFeedbackRating": 0.0
                          },
                          "ShipsFrom": {
                            "State": "WA",
                            "Country": "US"
                          },
                          "SubCondition": "new",
                          "IsFeaturedMerchant": false,
                          "SellerId": "AXXXXXXXXXXXXX",
                          "MyOffer": true,
                          "IsFulfilledByAmazon": false
                        }
                      ],
                      "MarketplaceID": "ATVPDKIKX0DER"
                    }
                  }
                },
                {
                  "request": {
                    "parameters": {
                      "SellerSKU": {
                        "value": "NABetaASINB00V5DG6IQ"
                      },
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      },
                      "CustomerType": {
                        "value": "Business"
                      }
                    }
                  },
                  "response": {
                    "payload": {
                      "SKU": "NABetaASINB00V5DG6IQ",
                      "status": "Success",
                      "ItemCondition": "New",
                      "Identifier": {
                        "MarketplaceId": "ATVPDKIKX0DER",
                        "ItemCondition": "New",
                        "SellerSKU": "NABetaASINB00V5DG6IQ"
                      },
                      "Summary": {
                        "LowestPrices": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant",
                            "offerType": "B2B",
                            "LandedPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 10.00
                            },
                            "ListingPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 10.00
                            },
                            "Shipping": {
                              "CurrencyCode": "USD",
                              "Amount": 0.00
                            }
                          },
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant",
                            "offerType": "B2B",
                            "quantityTier": 20,
                            "quantityDiscountType": "QUANTITY_DISCOUNT",
                            "ListingPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 8.00
                            }
                          },
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant",
                            "offerType": "B2B",
                            "quantityTier": 30,
                            "quantityDiscountType": "QUANTITY_DISCOUNT",
                            "ListingPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 6.00
                            }
                          }
                        ],
                        "NumberOfOffers": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant"
                          }
                        ],
                        "BuyBoxEligibleOffers": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant"
                          }
                        ],
                        "BuyBoxPrices": [
                          {
                            "condition": "new",
                            "offerType": "B2B",
                            "ListingPrice": {
                              "Amount": 9.00,
                              "CurrencyCode": "USD"
                            },
                            "Shipping": {
                              "Amount": 0.00,
                              "CurrencyCode": "USD"
                            },
                            "LandedPrice": {
                              "Amount": 9.00,
                              "CurrencyCode": "USD"
                            },
                            "sellerId": "AXXXXXXXXXXXXX"
                          },
                          {
                            "condition": "new",
                            "offerType": "B2B",
                            "quantityTier": 20,
                            "quantityDiscountType": "QUANTITY_DISCOUNT",
                            "ListingPrice": {
                              "Amount": 8.00,
                              "CurrencyCode": "USD"
                            },
                            "sellerId": "AXXXXXXXXXXXXX"
                          },
                          {
                            "condition": "new",
                            "offerType": "B2B",
                            "quantityTier": 30,
                            "quantityDiscountType": "QUANTITY_DISCOUNT",
                            "ListingPrice": {
                              "Amount": 7.00,
                              "CurrencyCode": "USD"
                            },
                            "sellerId": "AXXXXXXXXXXXXX"
                          }
                        ],
                        "TotalOfferCount": 4
                      },
                      "Offers": [
                        {
                          "Shipping": {
                            "CurrencyCode": "USD",
                            "Amount": 0.00
                          },
                          "ListingPrice": {
                            "CurrencyCode": "USD",
                            "Amount": 10.00
                          },
                          "quantityDiscountPrices": [
                            {
                              "quantityTier": 2,
                              "quantityDiscountType": "QUANTITY_DISCOUNT",
                              "listingPrice": {
                                "Amount": 8.00,
                                "CurrencyCode": "USD"
                              }
                            },
                            {
                              "quantityTier": 3,
                              "quantityDiscountType": "QUANTITY_DISCOUNT",
                              "listingPrice": {
                                "Amount": 7.00,
                                "CurrencyCode": "USD"
                              }
                            }
                          ],
                          "ShippingTime": {
                            "maximumHours": 48,
                            "minimumHours": 24,
                            "availabilityType": "NOW"
                          },
                          "SellerFeedbackRating": {
                            "FeedbackCount": 0,
                            "SellerPositiveFeedbackRating": 0.0
                          },
                          "ShipsFrom": {
                            "State": "WA",
                            "Country": "US"
                          },
                          "SubCondition": "new",
                          "IsFeaturedMerchant": false,
                          "SellerId": "AXXXXXXXXXXXXX",
                          "MyOffer": true,
                          "IsFulfilledByAmazon": false
                        }
                      ],
                      "MarketplaceID": "ATVPDKIKX0DER"
                    }
                  }
                }
              ]
            }
          },
          "400": {
            "description": "Request has missing or invalid parameters and cannot be parsed.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            },
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "SellerSKU": {
                        "value": "TEST_CASE_400"
                      }
                    }
                  },
                  "response": {
                    "errors": [
                      {
                        "code": "InvalidInput",
                        "message": "Invalid Input"
                      }
                    ]
                  }
                }
              ]
            }
          },
          "401": {
            "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "403": {
            "description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "404": {
            "description": "The specified resource does not exist.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "429": {
            "description": "The frequency of requests was greater than allowed.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "500": {
            "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "503": {
            "description": "Temporary overloading or maintenance of the server.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          }
        }
      }
    },
    "/products/pricing/v0/items/{Asin}/offers": {
      "get": {
        "tags": [
          "productPricing"
        ],
        "description": "Returns the lowest priced offers for a single item based on ASIN.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 1 |\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 see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
        "operationId": "getItemOffers",
        "parameters": [
          {
            "name": "MarketplaceId",
            "in": "query",
            "description": "A marketplace identifier. Specifies the marketplace for which prices are returned.",
            "required": true,
            "type": "string"
          },
          {
            "name": "ItemCondition",
            "in": "query",
            "description": "Filters the offer listings to be considered based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.",
            "required": true,
            "type": "string",
            "enum": [
              "New",
              "Used",
              "Collectible",
              "Refurbished",
              "Club"
            ],
            "x-docgen-enum-table-extension": [
              {
                "value": "New",
                "description": "New"
              },
              {
                "value": "Used",
                "description": "Used"
              },
              {
                "value": "Collectible",
                "description": "Collectible"
              },
              {
                "value": "Refurbished",
                "description": "Refurbished"
              },
              {
                "value": "Club",
                "description": "Club"
              }
            ]
          },
          {
            "name": "Asin",
            "in": "path",
            "description": "The Amazon Standard Identification Number (ASIN) of the item.",
            "required": true,
            "type": "string"
          },
          {
            "name": "CustomerType",
            "in": "query",
            "description": "Indicates whether to request Consumer or Business offers. Default is Consumer.",
            "required": false,
            "type": "string",
            "enum": [
              "Consumer",
              "Business"
            ],
            "x-docgen-enum-table-extension": [
              {
                "value": "Consumer",
                "description": "Consumer"
              },
              {
                "value": "Business",
                "description": "Business"
              }
            ]
          }
        ],
        "responses": {
          "200": {
            "description": "Success.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            },
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "Asin": {
                        "value": "B00V5DG6IQ"
                      },
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      }
                    }
                  },
                  "response": {
                    "payload": {
                      "ASIN": "B00V5DG6IQ",
                      "status": "Success",
                      "ItemCondition": "New",
                      "Identifier": {
                        "MarketplaceId": "ATVPDKIKX0DER",
                        "ItemCondition": "New",
                        "ASIN": "B00V5DG6IQ"
                      },
                      "Summary": {
                        "LowestPrices": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant",
                            "LandedPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 10.00
                            },
                            "ListingPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 10.00
                            },
                            "Shipping": {
                              "CurrencyCode": "USD",
                              "Amount": 0.00
                            }
                          }
                        ],
                        "NumberOfOffers": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant"
                          }
                        ],
                        "BuyBoxEligibleOffers": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant"
                          }
                        ],
                        "TotalOfferCount": 1
                      },
                      "Offers": [
                        {
                          "Shipping": {
                            "CurrencyCode": "USD",
                            "Amount": 0.00
                          },
                          "ListingPrice": {
                            "CurrencyCode": "USD",
                            "Amount": 10.00
                          },
                          "ShippingTime": {
                            "maximumHours": 48,
                            "minimumHours": 24,
                            "availabilityType": "NOW"
                          },
                          "SellerFeedbackRating": {
                            "FeedbackCount": 0,
                            "SellerPositiveFeedbackRating": 0.0
                          },
                          "ShipsFrom": {
                            "State": "WA",
                            "Country": "US"
                          },
                          "SubCondition": "new",
                          "IsFeaturedMerchant": false,
                          "SellerId": "AXXXXXXXXXXXXX",
                          "IsFulfilledByAmazon": false
                        }
                      ],
                      "MarketplaceID": "ATVPDKIKX0DER"
                    }
                  }
                },
                {
                  "request": {
                    "parameters": {
                      "Asin": {
                        "value": "B00V5DG6IQ"
                      },
                      "MarketplaceId": {
                        "value": "ATVPDKIKX0DER"
                      },
                      "CustomerType": {
                        "value": "Business"
                      }
                    }
                  },
                  "response": {
                    "payload": {
                      "ASIN": "B00V5DG6IQ",
                      "status": "Success",
                      "ItemCondition": "New",
                      "Identifier": {
                        "MarketplaceId": "ATVPDKIKX0DER",
                        "ItemCondition": "New",
                        "ASIN": "B00V5DG6IQ"
                      },
                      "Summary": {
                        "LowestPrices": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant",
                            "offerType": "B2B",
                            "LandedPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 10.00
                            },
                            "ListingPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 10.00
                            },
                            "Shipping": {
                              "CurrencyCode": "USD",
                              "Amount": 0.00
                            }
                          },
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant",
                            "offerType": "B2B",
                            "quantityTier": 20,
                            "quantityDiscountType": "QUANTITY_DISCOUNT",
                            "ListingPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 8.00
                            }
                          },
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant",
                            "offerType": "B2B",
                            "quantityTier": 30,
                            "quantityDiscountType": "QUANTITY_DISCOUNT",
                            "ListingPrice": {
                              "CurrencyCode": "USD",
                              "Amount": 6.00
                            }
                          }
                        ],
                        "NumberOfOffers": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant"
                          }
                        ],
                        "BuyBoxEligibleOffers": [
                          {
                            "condition": "new",
                            "fulfillmentChannel": "Merchant"
                          }
                        ],
                        "BuyBoxPrices": [
                          {
                            "condition": "new",
                            "offerType": "B2B",
                            "ListingPrice": {
                              "Amount": 9.00,
                              "CurrencyCode": "USD"
                            },
                            "Shipping": {
                              "Amount": 0.00,
                              "CurrencyCode": "USD"
                            },
                            "LandedPrice": {
                              "Amount": 9.00,
                              "CurrencyCode": "USD"
                            },
                            "sellerId": "AXXXXXXXXXXXXX"
                          },
                          {
                            "condition": "new",
                            "offerType": "B2B",
                            "quantityTier": 20,
                            "quantityDiscountType": "QUANTITY_DISCOUNT",
                            "ListingPrice": {
                              "Amount": 8.00,
                              "CurrencyCode": "USD"
                            },
                            "sellerId": "AXXXXXXXXXXXXX"
                          },
                          {
                            "condition": "new",
                            "offerType": "B2B",
                            "quantityTier": 30,
                            "quantityDiscountType": "QUANTITY_DISCOUNT",
                            "ListingPrice": {
                              "Amount": 7.00,
                              "CurrencyCode": "USD"
                            },
                            "sellerId": "AXXXXXXXXXXXXX"
                          }
                        ],
                        "TotalOfferCount": 4
                      },
                      "Offers": [
                        {
                          "Shipping": {
                            "CurrencyCode": "USD",
                            "Amount": 0.00
                          },
                          "ListingPrice": {
                            "CurrencyCode": "USD",
                            "Amount": 10.00
                          },
                          "quantityDiscountPrices": [
                            {
                              "quantityTier": 20,
                              "quantityDiscountType": "QUANTITY_DISCOUNT",
                              "listingPrice": {
                                "Amount": 8.00,
                                "CurrencyCode": "USD"
                              }
                            },
                            {
                              "quantityTier": 30,
                              "quantityDiscountType": "QUANTITY_DISCOUNT",
                              "listingPrice": {
                                "Amount": 7.00,
                                "CurrencyCode": "USD"
                              }
                            }
                          ],
                          "ShippingTime": {
                            "maximumHours": 48,
                            "minimumHours": 24,
                            "availabilityType": "NOW"
                          },
                          "SellerFeedbackRating": {
                            "FeedbackCount": 0,
                            "SellerPositiveFeedbackRating": 0.0
                          },
                          "ShipsFrom": {
                            "State": "WA",
                            "Country": "US"
                          },
                          "SubCondition": "new",
                          "IsFeaturedMerchant": false,
                          "SellerId": "AXXXXXXXXXXXXX",
                          "MyOffer": true,
                          "IsFulfilledByAmazon": false
                        }
                      ],
                      "MarketplaceID": "ATVPDKIKX0DER"
                    }
                  }
                }
              ]
            }
          },
          "400": {
            "description": "Request has missing or invalid parameters and cannot be parsed.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            },
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "Asin": {
                        "value": "TEST_CASE_400"
                      }
                    }
                  },
                  "response": {
                    "errors": [
                      {
                        "code": "InvalidInput",
                        "message": "Invalid Input"
                      }
                    ]
                  }
                }
              ]
            }
          },
          "401": {
            "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "403": {
            "description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "404": {
            "description": "The specified resource does not exist.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "429": {
            "description": "The frequency of requests was greater than allowed.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "500": {
            "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "503": {
            "description": "Temporary overloading or maintenance of the server.",
            "schema": {
              "$ref": "#/definitions/GetOffersResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          }
        }
      }
    },
    "/batches/products/pricing/v0/itemOffers": {
      "post": {
        "tags": [
          "productPricing"
        ],
        "description": "Returns the lowest priced offers for a batch of items based on ASIN.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.1 | 1 |\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 see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).",
        "operationId": "getItemOffersBatch",
        "parameters": [
          {
            "name": "getItemOffersBatchRequestBody",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GetItemOffersBatchRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Indicates that requests were run in batch.  Check the batch response status lines for information on whether a batch request succeeded.",
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "body": {
                        "value": {
                          "requests": [
                            {
                              "uri": "/products/pricing/v0/items/B000P6Q7MY/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/items/B001Q3KU9Q/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/items/B007Z07UK6/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/items/B000OQA3N4/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/items/B07PTMKYS7/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/items/B001PYUTII/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/items/B00505DW2I/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/items/B00CGZQU42/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/items/B01LY2ZYRF/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/items/B00KFRNZY6/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            }
                          ]
                        }
                      }
                    }
                  },
                  "response" : {
                    "responses": [
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "ASIN": "B000P6Q7MY",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "ASIN": "B000P6Q7MY"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 21
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 21
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "BuyBoxPrices": [
                                {
                                  "condition": "new",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 21
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 21
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "toy_display_on_website",
                                  "Rank": 48602
                                },
                                {
                                  "ProductCategoryId": "166064011",
                                  "Rank": 1168
                                },
                                {
                                  "ProductCategoryId": "251920011",
                                  "Rank": 1304
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 26
                              },
                              "TotalOfferCount": 1
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 21
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": true,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "2889aa8a-77b4-4d11-99f9-5fc24994dc0f",
                          "Date": "Tue, 28 Jun 2022 14:21:22 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "Asin": "B000P6Q7MY",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "ASIN": "B001Q3KU9Q",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "ASIN": "B001Q3KU9Q"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 24.99
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 24.99
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 20.49
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10.49
                                  }
                                }
                              ],
                              "BuyBoxPrices": [
                                {
                                  "condition": "new",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 24.99
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 24.99
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 0
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "toy_display_on_website",
                                  "Rank": 6674
                                },
                                {
                                  "ProductCategoryId": "251947011",
                                  "Rank": 33
                                },
                                {
                                  "ProductCategoryId": "23627232011",
                                  "Rank": 41
                                },
                                {
                                  "ProductCategoryId": "251913011",
                                  "Rank": 88
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 27.99
                              },
                              "TotalOfferCount": 2
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 24.99
                                },
                                "ShippingTime": {
                                  "maximumHours": 0,
                                  "minimumHours": 0,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": true,
                                  "IsNationalPrime": true
                                },
                                "SubCondition": "new",
                                "SellerId": "A1OHOT6VONX3KA",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": true,
                                "IsFulfilledByAmazon": true
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "5ff728ac-8f9c-4caa-99a7-704f898eec9c",
                          "Date": "Tue, 28 Jun 2022 14:21:22 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "Asin": "B001Q3KU9Q",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "ASIN": "B007Z07UK6",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "ASIN": "B007Z07UK6"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 18
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 11
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 7
                                  }
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 1
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 1
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "BuyBoxPrices": [
                                {
                                  "condition": "new",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 5.01
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 4.99
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 2
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 11
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 2
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 0
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 2
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "fashion_display_on_website",
                                  "Rank": 34481
                                },
                                {
                                  "ProductCategoryId": "3421050011",
                                  "Rank": 24
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 10
                              },
                              "TotalOfferCount": 14
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 1
                                },
                                "ShippingTime": {
                                  "maximumHours": 720,
                                  "minimumHours": 504,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "AFQSGY2BVBPU2",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 3.5
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "ARLPNLRVRA0WL",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3QO25ZNO05UF8",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": true,
                                  "IsNationalPrime": true
                                },
                                "SubCondition": "new",
                                "SellerId": "AQBXQGCOQTJS6",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5.5
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "ATAQTPUEAJ499",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 4.99
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5.01
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "AEMQJEQHIGU8X",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": true,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3GAR3KWWUHTHC",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 12
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2YE02EFDC36RW",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 20
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A17VVVVNIJPQI4",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 50
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": true,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3ALR9P0658YQT",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 100
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A35LOCZQ3NFRAA",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "ab062f54-6b1c-4eab-9c59-f9c85847c3cc",
                          "Date": "Tue, 28 Jun 2022 14:21:22 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "Asin": "B007Z07UK6",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "ASIN": "B000OQA3N4",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "ASIN": "B000OQA3N4"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 3
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 0
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "sports_display_on_website",
                                  "Rank": 232244
                                },
                                {
                                  "ProductCategoryId": "3395921",
                                  "Rank": 242
                                },
                                {
                                  "ProductCategoryId": "19574752011",
                                  "Rank": 1579
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 25
                              },
                              "TotalOfferCount": 3
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3TH9S8BH6GOGM",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 3.99
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 9.99
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A09263691NO8MK5LA75X2",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 20
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "110f73fc-463d-4a68-a042-3a675ee37367",
                          "Date": "Tue, 28 Jun 2022 14:21:22 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "Asin": "B000OQA3N4",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "ASIN": "B07PTMKYS7",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "ASIN": "B07PTMKYS7"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 200
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 200
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 12
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 12
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 2
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 0
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 0
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "video_games_display_on_website",
                                  "Rank": 2597
                                },
                                {
                                  "ProductCategoryId": "19497044011",
                                  "Rank": 33
                                },
                                {
                                  "ProductCategoryId": "14670126011",
                                  "Rank": 45
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 399
                              },
                              "TotalOfferCount": 3
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 12
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3TH9S8BH6GOGM",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 20
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "f5b23d61-455e-40c4-b615-ca03fd0a25de",
                          "Date": "Tue, 28 Jun 2022 14:21:22 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "Asin": "B07PTMKYS7",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "ASIN": "B001PYUTII",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "ASIN": "B001PYUTII"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 1
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 1
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 17.99
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 17.99
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 20
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 20
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0.5
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0.5
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "BuyBoxPrices": [
                                {
                                  "condition": "new",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 4270
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 14
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 8
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 0
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 2
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "toy_display_on_website",
                                  "Rank": 30959
                                },
                                {
                                  "ProductCategoryId": "196604011",
                                  "Rank": 94
                                },
                                {
                                  "ProductCategoryId": "251910011",
                                  "Rank": 13863
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 17.99
                              },
                              "TotalOfferCount": 4286
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0.5
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A21GPS04ENK3GH",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 9
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A1NHJ2GQHJYKDD",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A1EZPZGQPCQEQR",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": true,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2BSRKTUYRBQX7",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 12.99
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A14RRT8J7KHRG0",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A29DD74D3MDLD3",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 15
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A1EZPZGQPCQEQR",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 17.99
                                },
                                "ShippingTime": {
                                  "maximumHours": 0,
                                  "minimumHours": 0,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": true,
                                  "IsNationalPrime": true
                                },
                                "SubCondition": "new",
                                "SellerId": "A1OHOT6VONX3KA",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": true
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 23
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2NO69NJS5R7BW",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 23
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3J2OPDM7RLS9A",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 30
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "AA7AN6LI5ZZMD",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 30
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 30
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A29DD74D3MDLD3",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 50
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3D4MFKTUUP0RS",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 1400
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A16ZGNLKQR74W7",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "5b4ebbf3-cd9f-4e5f-a252-1aed3933ae0e",
                          "Date": "Tue, 28 Jun 2022 14:21:25 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "Asin": "B001PYUTII",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "ASIN": "B00505DW2I",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "ASIN": "B00505DW2I"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 14.99
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 4.99
                                  }
                                }
                              ],
                              "BuyBoxPrices": [
                                {
                                  "condition": "new",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 14.99
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 4.99
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 3
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 3
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "toy_display_on_website",
                                  "Rank": 6581
                                },
                                {
                                  "ProductCategoryId": "14194715011",
                                  "Rank": 11
                                },
                                {
                                  "ProductCategoryId": "251975011",
                                  "Rank": 15
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 36
                              },
                              "TotalOfferCount": 3
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 4.99
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A5LI4TEX5CN80",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": true,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 15
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 33
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "AH2OYH1RAT8PM",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "da27fbae-3066-44b5-8f08-d472152eea0b",
                          "Date": "Tue, 28 Jun 2022 14:21:22 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "Asin": "B00505DW2I",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "ASIN": "B00CGZQU42",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "ASIN": "B00CGZQU42"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 100
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 100
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 50
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 50
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "BuyBoxPrices": [
                                {
                                  "condition": "new",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 50
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 50
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 2
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "fashion_display_on_website",
                                  "Rank": 1093666
                                },
                                {
                                  "ProductCategoryId": "1045012",
                                  "Rank": 2179
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 18.99
                              },
                              "TotalOfferCount": 3
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 50
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3CTKJEUROOISL",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 50
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": true,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 100
                                },
                                "ShippingTime": {
                                  "maximumHours": 0,
                                  "minimumHours": 0,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": true,
                                  "IsNationalPrime": true
                                },
                                "SubCondition": "new",
                                "SellerId": "A16V258PS36Q2H",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "IsFulfilledByAmazon": true
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "057b337c-3c17-4bbd-9bbf-79c1ef756dc0",
                          "Date": "Tue, 28 Jun 2022 14:21:22 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "Asin": "B00CGZQU42",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "ASIN": "B01LY2ZYRF",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "ASIN": "B01LY2ZYRF"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 22
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 22
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "BuyBoxPrices": [
                                {
                                  "condition": "new",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 22
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 22
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 59.5
                              },
                              "TotalOfferCount": 1
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 22
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": true,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "196a1220-82c4-4b07-8a73-a7d92511f6ef",
                          "Date": "Tue, 28 Jun 2022 14:21:22 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "Asin": "B01LY2ZYRF",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "ASIN": "B00KFRNZY6",
                            "status": "NoBuyableOffers",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "ASIN": "B00KFRNZY6"
                            },
                            "Summary": {
                              "TotalOfferCount": 0
                            },
                            "Offers": [],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "7e49bdbb-7347-46fe-8c66-beb7b9c08118",
                          "Date": "Tue, 28 Jun 2022 14:21:23 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "Asin": "B00KFRNZY6",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      }
                    ]
                  }
                }
              ]
            },
            "schema": {
              "$ref": "#/definitions/GetItemOffersBatchResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "400": {
            "description": "Request has missing or invalid parameters and cannot be parsed.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            },
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "body": {
                        "value": {
                          "requests": [
                            {
                              "uri": "/products/pricing/v0/items/B000P6Q7MY/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            }
                          ]
                        }
                      }
                    }
                  },
                  "response": {
                    "errors": [
                      {
                        "code": "InvalidInput",
                        "message": "Invalid Input"
                      }
                    ]
                  }
                }
              ]
            }
          },
          "401": {
            "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "403": {
            "description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "404": {
            "description": "The specified resource does not exist.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "429": {
            "description": "The frequency of requests was greater than allowed.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "500": {
            "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "503": {
            "description": "Temporary overloading or maintenance of the server.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          }
        }
      }
    },
    "/batches/products/pricing/v0/listingOffers": {
      "post": {
        "tags": [
          "productPricing"
        ],
        "description": "Returns the lowest priced offers for a batch of listings by SKU.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 1 |\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 see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).",
        "operationId": "getListingOffersBatch",
        "parameters": [
          {
            "name": "getListingOffersBatchRequestBody",
            "in": "body",
            "required": true,
            "schema": {
              "$ref": "#/definitions/GetListingOffersBatchRequest"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Indicates that requests were run in batch.  Check the batch response status lines for information on whether a batch request succeeded.",
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "body": {
                        "value": {
                          "requests": [
                            {
                              "uri": "/products/pricing/v0/listings/GC-QTMS-SV2I/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/listings/VT-DEIT-57TQ/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/listings/NA-H7X1-JYTM/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/listings/RL-JVOC-MBSL/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            },
                            {
                              "uri": "/products/pricing/v0/listings/74-64KG-H9W9/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            }
                          ]
                        }
                      }
                    }
                  },
                  "response": {
                    "responses": [
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "SKU": "GC-QTMS-SV2I",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "SellerSKU": "GC-QTMS-SV2I"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 1
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 1
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 17.99
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 17.99
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 20
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 20
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0.5
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0.5
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "BuyBoxPrices": [
                                {
                                  "condition": "new",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 4270
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 14
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant"
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Amazon"
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant"
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant"
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "toy_display_on_website",
                                  "Rank": 30959
                                },
                                {
                                  "ProductCategoryId": "196604011",
                                  "Rank": 94
                                },
                                {
                                  "ProductCategoryId": "251910011",
                                  "Rank": 13863
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 17.99
                              },
                              "TotalOfferCount": 4286
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0.5
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A21GPS04ENK3GH",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 9
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A1NHJ2GQHJYKDD",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A1EZPZGQPCQEQR",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": true,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2BSRKTUYRBQX7",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 12.99
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A14RRT8J7KHRG0",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A29DD74D3MDLD3",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 15
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A1EZPZGQPCQEQR",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 17.99
                                },
                                "ShippingTime": {
                                  "maximumHours": 0,
                                  "minimumHours": 0,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": true,
                                  "IsNationalPrime": true
                                },
                                "SubCondition": "new",
                                "SellerId": "A1OHOT6VONX3KA",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": true
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 23
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2NO69NJS5R7BW",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 23
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3J2OPDM7RLS9A",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 30
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "AA7AN6LI5ZZMD",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 30
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": true,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 30
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A29DD74D3MDLD3",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 50
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3D4MFKTUUP0RS",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 1400
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A16ZGNLKQR74W7",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "ffd73923-1728-4d57-a45b-8e07a5e10366",
                          "Date": "Tue, 28 Jun 2022 14:18:08 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "SellerSKU": "GC-QTMS-SV2I",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "SKU": "VT-DEIT-57TQ",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "SellerSKU": "VT-DEIT-57TQ"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 14.99
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 4.99
                                  }
                                }
                              ],
                              "BuyBoxPrices": [
                                {
                                  "condition": "new",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 14.99
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 4.99
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 3
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant"
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "toy_display_on_website",
                                  "Rank": 6581
                                },
                                {
                                  "ProductCategoryId": "14194715011",
                                  "Rank": 11
                                },
                                {
                                  "ProductCategoryId": "251975011",
                                  "Rank": 15
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 36
                              },
                              "TotalOfferCount": 3
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 4.99
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A5LI4TEX5CN80",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": true,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 15
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "MyOffer": true,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 33
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "AH2OYH1RAT8PM",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "96372776-dae8-4cd3-8edf-c9cd2d708c0c",
                          "Date": "Tue, 28 Jun 2022 14:18:05 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "SellerSKU": "VT-DEIT-57TQ",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "SKU": "NA-H7X1-JYTM",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "SellerSKU": "NA-H7X1-JYTM"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 18
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 11
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 7
                                  }
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 1
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 1
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "BuyBoxPrices": [
                                {
                                  "condition": "new",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 5.01
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 4.99
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 2
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 11
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "used",
                                  "fulfillmentChannel": "Merchant"
                                },
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant"
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant"
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "fashion_display_on_website",
                                  "Rank": 34481
                                },
                                {
                                  "ProductCategoryId": "3421050011",
                                  "Rank": 24
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 10
                              },
                              "TotalOfferCount": 14
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 1
                                },
                                "ShippingTime": {
                                  "maximumHours": 720,
                                  "minimumHours": 504,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "AFQSGY2BVBPU2",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 3.5
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "ARLPNLRVRA0WL",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3QO25ZNO05UF8",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": true,
                                  "IsNationalPrime": true
                                },
                                "SubCondition": "new",
                                "SellerId": "AQBXQGCOQTJS6",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5.5
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "ATAQTPUEAJ499",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 4.99
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 5.01
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "AEMQJEQHIGU8X",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": true,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3GAR3KWWUHTHC",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 12
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2YE02EFDC36RW",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 20
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A17VVVVNIJPQI4",
                                "IsFeaturedMerchant": true,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 50
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": true,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3ALR9P0658YQT",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 100
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A35LOCZQ3NFRAA",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "0160ecba-a238-40ba-8ef9-647e9a0baf55",
                          "Date": "Tue, 28 Jun 2022 14:18:05 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "SellerSKU": "NA-H7X1-JYTM",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "SKU": "RL-JVOC-MBSL",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "SellerSKU": "RL-JVOC-MBSL"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 10
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 3
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant"
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "sports_display_on_website",
                                  "Rank": 232244
                                },
                                {
                                  "ProductCategoryId": "3395921",
                                  "Rank": 242
                                },
                                {
                                  "ProductCategoryId": "19574752011",
                                  "Rank": 1579
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 25
                              },
                              "TotalOfferCount": 3
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 10
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3TH9S8BH6GOGM",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 3.99
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 9.99
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A09263691NO8MK5LA75X2",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 20
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": true,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "09d9fb32-661e-44f3-ac59-b2f91bb3d88e",
                          "Date": "Tue, 28 Jun 2022 14:18:05 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "SellerSKU": "RL-JVOC-MBSL",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      },
                      {
                        "status": {
                          "statusCode": 200,
                          "reasonPhrase": "OK"
                        },
                        "body": {
                          "payload": {
                            "SKU": "74-64KG-H9W9",
                            "status": "Success",
                            "ItemCondition": "New",
                            "Identifier": {
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "SellerSKU": "74-64KG-H9W9"
                            },
                            "Summary": {
                              "LowestPrices": [
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 200
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 200
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "LandedPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 12
                                  },
                                  "ListingPrice": {
                                    "CurrencyCode": "USD",
                                    "Amount": 12
                                  },
                                  "Shipping": {
                                    "CurrencyCode": "USD",
                                    "Amount": 0
                                  }
                                }
                              ],
                              "NumberOfOffers": [
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 1
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant",
                                  "OfferCount": 2
                                }
                              ],
                              "BuyBoxEligibleOffers": [
                                {
                                  "condition": "collectible",
                                  "fulfillmentChannel": "Merchant"
                                },
                                {
                                  "condition": "new",
                                  "fulfillmentChannel": "Merchant"
                                }
                              ],
                              "SalesRankings": [
                                {
                                  "ProductCategoryId": "video_games_display_on_website",
                                  "Rank": 2597
                                },
                                {
                                  "ProductCategoryId": "19497044011",
                                  "Rank": 33
                                },
                                {
                                  "ProductCategoryId": "14670126011",
                                  "Rank": 45
                                }
                              ],
                              "ListPrice": {
                                "CurrencyCode": "USD",
                                "Amount": 399
                              },
                              "TotalOfferCount": 3
                            },
                            "Offers": [
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 12
                                },
                                "ShippingTime": {
                                  "maximumHours": 48,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A3TH9S8BH6GOGM",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": false,
                                "IsFulfilledByAmazon": false
                              },
                              {
                                "Shipping": {
                                  "CurrencyCode": "USD",
                                  "Amount": 0
                                },
                                "ListingPrice": {
                                  "CurrencyCode": "USD",
                                  "Amount": 20
                                },
                                "ShippingTime": {
                                  "maximumHours": 24,
                                  "minimumHours": 24,
                                  "availabilityType": "NOW"
                                },
                                "ShipsFrom": {
                                  "Country": "US"
                                },
                                "PrimeInformation": {
                                  "IsPrime": false,
                                  "IsNationalPrime": false
                                },
                                "SubCondition": "new",
                                "SellerId": "A2SNBFWOFW4SWG",
                                "IsFeaturedMerchant": false,
                                "IsBuyBoxWinner": false,
                                "MyOffer": true,
                                "IsFulfilledByAmazon": false
                              }
                            ],
                            "marketplaceId": "ATVPDKIKX0DER"
                          }
                        },
                        "headers": {
                          "x-amzn-RequestId": "0df944c2-6de5-48d1-9c9c-df138c00e797",
                          "Date": "Tue, 28 Jun 2022 14:18:05 GMT"
                        },
                        "request": {
                          "MarketplaceId": "ATVPDKIKX0DER",
                          "SellerSKU": "74-64KG-H9W9",
                          "CustomerType": "Consumer",
                          "ItemCondition": "New"
                        }
                      }
                    ]
                  }
                }
              ]
            },
            "schema": {
              "$ref": "#/definitions/GetListingOffersBatchResponse"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "400": {
            "description": "Request has missing or invalid parameters and cannot be parsed.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            },
            "x-amzn-api-sandbox": {
              "static": [
                {
                  "request": {
                    "parameters": {
                      "body": {
                        "value": {
                          "requests": [
                            {
                              "uri": "/products/pricing/v0/listings/GC-QTMS-SV2I/offers",
                              "method": "GET",
                              "MarketplaceId": "ATVPDKIKX0DER",
                              "ItemCondition": "New",
                              "CustomerType": "Consumer"
                            }
                          ]
                        }
                      }
                    }
                  },
                  "response": {
                    "errors": [
                      {
                        "code": "InvalidInput",
                        "message": "Invalid Input"
                      }
                    ]
                  }
                }
              ]
            }
          },
          "401": {
            "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "403": {
            "description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "404": {
            "description": "The specified resource does not exist.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "429": {
            "description": "The frequency of requests was greater than allowed.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "500": {
            "description": "An unexpected condition occurred that prevented the server from fulfilling the request.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          },
          "503": {
            "description": "Temporary overloading or maintenance of the server.",
            "schema": {
              "$ref": "#/definitions/Errors"
            },
            "headers": {
              "x-amzn-RateLimit-Limit": {
                "type": "string",
                "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned."
              },
              "x-amzn-RequestId": {
                "type": "string",
                "description": "Unique request reference ID."
              }
            }
          }
        }
      }
    }
  },
  "definitions": {
    "GetItemOffersBatchRequest": {
      "description": "The request associated with the `getItemOffersBatch` API call.",
      "type": "object",
      "properties": {
        "requests": {
          "$ref": "#/definitions/ItemOffersRequestList"
        }
      }
    },
    "GetListingOffersBatchRequest": {
      "description": "The request associated with the `getListingOffersBatch` API call.",
      "type": "object",
      "properties": {
        "requests": {
          "$ref": "#/definitions/ListingOffersRequestList"
        }
      }
    },
    "ListingOffersRequestList": {
      "description": "A list of `getListingOffers` batched requests to run.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/ListingOffersRequest"
      },
      "minItems": 1,
      "maxItems": 20
    },
    "ItemOffersRequestList": {
      "description": "A list of `getListingOffers` batched requests to run.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/ItemOffersRequest"
      },
      "minItems": 1,
      "maxItems": 20
    },
    "BatchOffersRequestParams": {
      "type": "object",
      "required": [
        "MarketplaceId",
        "ItemCondition"
      ],
      "properties": {
        "MarketplaceId": {
          "$ref": "#/definitions/MarketplaceId"
        },
        "ItemCondition": {
          "description": "Filters the offer listings to be considered based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.",
          "$ref": "#/definitions/ItemCondition"
        },
        "CustomerType": {
          "description": "Indicates whether to request Consumer or Business offers. Default is Consumer.",
          "$ref": "#/definitions/CustomerType"
        }
      }
    },
    "ItemOffersRequest": {
      "allOf": [
        {
          "$ref": "#/definitions/BatchRequest"
        },
        {
          "$ref": "#/definitions/BatchOffersRequestParams"
        }
      ]
    },
    "ListingOffersRequest": {
      "allOf": [
        {
          "$ref": "#/definitions/BatchRequest"
        },
        {
          "$ref": "#/definitions/BatchOffersRequestParams"
        }
      ]
    },
    "GetItemOffersBatchResponse": {
      "description": "The response associated with the `getItemOffersBatch` API call.",
      "type": "object",
      "properties": {
        "responses": {
          "$ref": "#/definitions/ItemOffersResponseList"
        }
      }
    },
    "GetListingOffersBatchResponse": {
      "description": "The response associated with the `getListingOffersBatch` API call.",
      "type": "object",
      "properties": {
        "responses": {
          "$ref": "#/definitions/ListingOffersResponseList"
        }
      }
    },
    "ItemOffersResponseList": {
      "description": "A list of `getItemOffers` batched responses.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/ItemOffersResponse"
      },
      "minItems": 1,
      "maxItems": 20
    },
    "ListingOffersResponseList": {
      "description": "A list of `getListingOffers` batched responses.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/ListingOffersResponse"
      },
      "minItems": 1,
      "maxItems": 20
    },
    "BatchOffersResponse": {
      "type": "object",
      "required": [
        "body"
      ],
      "properties": {
        "headers": {
          "$ref": "#/definitions/HttpResponseHeaders"
        },
        "status": {
          "$ref": "#/definitions/GetOffersHttpStatusLine"
        },
        "body": {
          "$ref": "#/definitions/GetOffersResponse"
        }
      }
    },
    "ItemOffersRequestParams": {
      "allOf": [
        {
          "$ref": "#/definitions/BatchOffersRequestParams"
        },
        {
          "type": "object",
          "properties": {
            "Asin": {
              "type": "string",
              "description": "The Amazon Standard Identification Number (ASIN) of the item. This is the same Asin passed as a request parameter."
            }
          }
        }
      ]
    },
    "ItemOffersResponse": {
      "allOf": [
        {
          "$ref": "#/definitions/BatchOffersResponse"
        },
        {
          "type": "object",
          "required": [
            "request"
          ],
          "properties": {
            "request": {
              "$ref": "#/definitions/ItemOffersRequestParams"
            }
          }
        }
      ]
    },
    "ListingOffersRequestParams": {
      "allOf": [
        {
          "$ref": "#/definitions/BatchOffersRequestParams"
        },
        {
          "type": "object",
          "required": [
            "SellerSKU"
          ],
          "properties": {
            "SellerSKU": {
              "type": "string",
              "description": "The seller stock keeping unit (SKU) of the item. This is the same SKU passed as a path parameter."
            }
          }
        }
      ]
    },
    "ListingOffersResponse": {
      "allOf": [
        {
          "$ref": "#/definitions/BatchOffersResponse"
        },
        {
          "type": "object",
          "properties": {
            "request": {
              "$ref": "#/definitions/ListingOffersRequestParams"