> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Product Details

> Retrieve detailed product information for one or more ASINs (up to 10 per request). Returns title, price, images, ratings, specifications, and availability.

<div className="inline-flex items-center gap-2 px-4 py-2 bg-yellow-50 dark:bg-yellow-900/20 border border-yellow-200 dark:border-yellow-800 rounded-lg">
  <span className="text-base">🪙</span>
  <span className="text-sm font-medium text-yellow-900 dark:text-yellow-100"><span className="font-semibold">3 credits</span><span className="text-yellow-700 dark:text-yellow-300 ml-1">per request</span></span>
</div>

## Copy for AI

<div className="my-6 rounded-xl border border-gray-200 bg-gray-50 p-5 dark:border-gray-800 dark:bg-gray-900/40">
  <div className="min-w-0">
    <p className="text-base font-semibold text-gray-900 dark:text-gray-100">🤖 Why Code When AI Can Do It For You?</p>
    <p className="mt-1 text-sm text-gray-700 dark:text-gray-300">Stop writing code like it's 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.</p>
  </div>

  <div className="mt-4">
    <button
      type="button"
      className="inline-flex items-center gap-2 rounded-md border border-emerald-300 bg-emerald-50 px-3 py-2 text-sm font-medium text-emerald-800 hover:bg-emerald-100 dark:border-emerald-700 dark:bg-emerald-900/30 dark:text-emerald-100 dark:hover:bg-emerald-900/50"
      onClick={() => navigator.clipboard.writeText(`I want to make an API call to https://api.keyapi.ai/v1/amazon/product-details.

Please help me write code to make this API call and handle the response appropriately. Include error handling and best practices.

Here are the details:

Endpoint: GET https://api.keyapi.ai/v1/amazon/product-details

Description: Product Details

Required Headers:
--header 'Authorization: Bearer <YOUR_API_KEY>'

Parameters:
- asin (Required): Product ASIN for which to get details. Supports batching of up to 10 ASINs in a single request, separated by comma.
Examples:
B08BHXG144
B08PPDJWC8,B07ZPKBL9V,B08BHXG144

Note that each ASIN in a batch request is counted as a single request against the plan quota.. Example: B07ZPKBL9V
- country (Optional): Sets the Amazon domain, marketplace country, language and currency.
Allowed values: US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES, TR, AE, GB, JP, SA, PL, SE, BE, EG, ZA, IE. Example: us
- autoselect_variant (Optional): To get accurate pricing data, set this parameter to true, in which case we'll append the th=1&psc=1 parameters to the end of the product URL. To get an accurate representation of the parent ASIN's product page, omit this parameter or set it to false.. Example: false
- more_info_query (Optional): A query to search and get more info about the product as part of Product Information, Customer Q&As, and Customer Reviews.
- language (Optional): The language of the results. In case not specified, results will be returned in the default domain language
Supported languages per country:
US: en_US, es_US
AU: en_AU
BR: pt_BR
CA: en_CA, fr_CA
FR: fr_FR, en_GB
DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK
IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN
IT: it_IT, en_GB
MX: es_MX
NL: nl_NL, en_GB
SG: en_SG
ES: es_ES, pt_PT, en_GB
TR: tr_TR
AE: en_AE, ar_AE
GB: en_GB
JP: ja_JP, en_US, zh_CN
SA: ar_AE, en_AE
PL: pl_PL
SE: sv_SE, en_GB
BE: fr_BE, nl_BE, en_GB
EG: ar_AE, en_AE
ZA: en_ZA
IE: en_IE
- fields (Optional): A comma separated list of product fields to include in the response (field projection). By default all fields are returned.
Example: product_price,product_url,is_best_seller,sales_volume

Example Response:
{
"code": 0,
"message": "success",
"data": {
"asin": "B07ZPKBL9V",
"product_title": "Apple iPhone 11, 64GB, (PRODUCT)RED - Fully Unlocked (Renewed)",
"product_price": "180.99",
"product_original_price": "$179.00",
"minimum_order_quantity": null,
"currency": "USD",
"country": "US",
"domain": "www.amazon.com",
"product_byline": "Visit the Amazon Renewed Store",
"product_byline_link": "https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed",
"product_byline_links": [
  "https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed"
],
"product_star_rating": "4.2",
"product_num_ratings": 62356,
"product_url": "https://www.amazon.com/dp/B07ZPKBL9V",
"product_slug": "Apple-iPhone-11-64GB-Red",
"product_photo": "https://m.media-amazon.com/images/I/514k7uOBMwL._AC_SL1000_.jpg",
"product_num_offers": 22,
"product_availability": "In Stock",
"product_condition": "Refurbished - Excellent",
"is_best_seller": false,
"is_amazon_choice": false,
"is_prime": false,
"climate_pledge_friendly": false,
"sales_volume": "200+ bought in past month",
"about_product": [
  "This phone is unlocked and compatible with any carrier of choice on GSM and CDMA networks (e.g. AT&T, T-Mobile, Sprint, Verizon, US Cellular, Cricket, Metro, Tracfo
... (truncated)`)}
    >
      <span>✨</span>
      <span>Copy for AI</span>
    </button>
  </div>
</div>


## OpenAPI

````yaml en/amazon.openapi.json GET /v1/amazon/product-details
openapi: 3.0.1
info:
  title: Amazon API english documentation
  description: >-
    The english reference documentation of the Amazon API includes the
    interface's purpose, parameter description, response status, and sample
    structure.
  version: 1.0.0
servers:
  - url: https://api.keyapi.ai
    description: Production
security: []
tags: []
paths:
  /v1/amazon/product-details:
    get:
      tags: []
      summary: Product Details
      description: >-
        Retrieve detailed product information for one or more ASINs (up to 10
        per request). Returns title, price, images, ratings, specifications, and
        availability.
      parameters:
        - name: asin
          in: query
          description: >-
            Product ASIN for which to get details. Supports batching of up to 10
            ASINs in a single request, separated by comma.

            Examples:
              B08BHXG144
              B08PPDJWC8,B07ZPKBL9V,B08BHXG144

            Note that each ASIN in a batch request is counted as a single
            request against the plan quota.
          required: true
          example: B07ZPKBL9V
          schema:
            type: string
        - name: country
          in: query
          description: >-
            Sets the Amazon domain, marketplace country, language and currency.

            Allowed values: US, AU, BR, CA, CN, FR, DE, IN, IT, MX, NL, SG, ES,
            TR, AE, GB, JP, SA, PL, SE, BE, EG, ZA, IE
          required: false
          example: us
          schema:
            type: string
            default: us
        - name: autoselect_variant
          in: query
          description: >-
            To get accurate pricing data, set this parameter to true, in which
            case we'll append the th=1&psc=1 parameters to the end of the
            product URL. To get an accurate representation of the parent ASIN's
            product page, omit this parameter or set it to false.
          required: false
          example: 'false'
          schema:
            type: boolean
        - name: more_info_query
          in: query
          description: >-
            A query to search and get more info about the product as part of
            Product Information, Customer Q&As, and Customer Reviews.
          required: false
          schema:
            type: string
        - name: language
          in: query
          description: >-
            The language of the results. In case not specified, results will be
            returned in the default domain language

            Supported languages per country:

            US: en_US, es_US

            AU: en_AU

            BR: pt_BR

            CA: en_CA, fr_CA

            FR: fr_FR, en_GB

            DE: de_DE, en_GB, cs_CZ, nl_NL, pl_PL, tr_TR, da_DK

            IN: en_IN, hi_IN, ta_IN, te_IN, kn_IN, ml_IN, bn_IN, mr_IN

            IT: it_IT, en_GB

            MX: es_MX

            NL: nl_NL, en_GB

            SG: en_SG

            ES: es_ES, pt_PT, en_GB

            TR: tr_TR

            AE: en_AE, ar_AE

            GB: en_GB

            JP: ja_JP, en_US, zh_CN

            SA: ar_AE, en_AE

            PL: pl_PL

            SE: sv_SE, en_GB

            BE: fr_BE, nl_BE, en_GB

            EG: ar_AE, en_AE

            ZA: en_ZA

            IE: en_IE
          required: false
          schema:
            type: string
        - name: fields
          in: query
          description: >-
            A comma separated list of product fields to include in the response
            (field projection). By default all fields are returned.

            Example: product_price,product_url,is_best_seller,sales_volume
          required: false
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                code: 0
                message: success
                data:
                  asin: B07ZPKBL9V
                  product_title: >-
                    Apple iPhone 11, 64GB, (PRODUCT)RED - Fully Unlocked
                    (Renewed)
                  product_price: '180.99'
                  product_original_price: $179.00
                  minimum_order_quantity: null
                  currency: USD
                  country: US
                  domain: www.amazon.com
                  product_byline: Visit the Amazon Renewed Store
                  product_byline_link: >-
                    https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed
                  product_byline_links:
                    - >-
                      https://www.amazon.com/Amazon-Renewed/b/ref=bl_dp_s_web_12653393011?ie=UTF8&node=12653393011&field-lbr_brands_browse-bin=Amazon+Renewed
                  product_star_rating: '4.2'
                  product_num_ratings: 62356
                  product_url: https://www.amazon.com/dp/B07ZPKBL9V
                  product_slug: Apple-iPhone-11-64GB-Red
                  product_photo: >-
                    https://m.media-amazon.com/images/I/514k7uOBMwL._AC_SL1000_.jpg
                  product_num_offers: 22
                  product_availability: In Stock
                  product_condition: Refurbished - Excellent
                  is_best_seller: false
                  is_amazon_choice: false
                  is_prime: false
                  climate_pledge_friendly: false
                  sales_volume: 200+ bought in past month
                  about_product:
                    - >-
                      This phone is unlocked and compatible with any carrier of
                      choice on GSM and CDMA networks (e.g. AT&T, T-Mobile,
                      Sprint, Verizon, US Cellular, Cricket, Metro, Tracfone,
                      Mint Mobile, etc.).
                    - >-
                      Tested for battery health and guaranteed to have a minimum
                      battery capacity of 80%.
                    - >-
                      Successfully passed a full diagnostic test which ensures
                      like-new functionality and removal of any prior-user
                      personal information.
                  product_description: >-
                    The iPhone 11 features a 6.1-inch LCD display that Apple
                    calls a "Liquid Retina HD Display." It features a 1792 x 828
                    resolution at 326ppi, a 1400:1 contrast ratio, 625 nits max
                    brightness, True Tone support for adjusting the white
                    balance to the ambient lighting, and wide color support for
                    true-to-life colors. The iPhone 11 is available in six
                    different colors: White, Black, Yellow, (PRODUCT)RED,
                    Purple, and Green.
                  product_information:
                    Product Dimensions: 7 x 5 x 4 inches
                    Item Weight: 6.7 ounces
                    ASIN: B07ZPKBL9V
                    Item model number: iPhone 11
                    Batteries: 1 Lithium Ion batteries required. (included)
                    Best Sellers Rank: >-
                      #747 in Cell Phones & Accessories (See Top 100 in Cell
                      Phones & Accessories)  #12 in Renewed Smartphones  #15 in
                      Cell Phones
                    Is Discontinued By Manufacturer: 'No'
                    OS: iOS 16
                    RAM: 4 GB
                    Wireless communication technologies: Cellular
                    Connectivity technologies: Bluetooth, NFC, USB, Wi-Fi
                    GPS: 'True'
                    Special features: Built-In GPS
                    Other display features: Wireless
                    Human Interface Input: Touchscreen
                    Scanner Resolution: 1792 x 828
                    Other camera features: Front, Rear
                    Form Factor: Smartphone
                    Color: Red
                    Battery Power Rating: '3600'
                    Whats in the box: Apple iPhone, USB Data Cable
                    Manufacturer: Apple Computer
                    Date First Available: October 28, 2019
                    Memory Storage Capacity: 64 GB
                    Standing screen display size: 6.1 Inches
                    Ram Memory Installed Size: 4 GB
                    Battery Capacity: 3110 Milliamp Hours
                    Weight: 0.19 Kilograms
                  rating_distribution:
                    '1': 12
                    '2': 3
                    '3': 5
                    '4': 12
                    '5': 68
                  product_photos:
                    - >-
                      https://m.media-amazon.com/images/I/514k7uOBMwL._AC_SL1000_.jpg
                    - >-
                      https://m.media-amazon.com/images/I/71fBbZoMdGL._AC_SL1500_.jpg
                    - >-
                      https://m.media-amazon.com/images/I/61PdhJpC4NL._AC_SL1500_.jpg
                    - >-
                      https://m.media-amazon.com/images/I/61Ed2L5egWL._AC_SL1500_.jpg
                  product_videos: []
                  user_uploaded_videos: []
                  has_video: false
                  product_details:
                    Brand: Apple
                    Operating System: iOS 16
                    Ram Memory Installed Size: 4 GB
                    CPU Model: A13
                    CPU Speed: 690 MHz
                    Memory Storage Capacity: 64 GB
                    Screen Size: 6.1 Inches
                    Resolution: 1792 x 828
                    Refresh Rate: 60 Hz
                    Model Name: iPhone 11
                  top_reviews:
                    - review_id: R2PG0SF8YR81GY
                      review_title: Unbreakable
                      review_comment: >-
                        The phone works. It’s a little slow but for the price
                        it’s as good if not better than can be expected and
                        holds a charge all day no problem. The main reason for
                        five stars is the screen. The day after I got this phone
                        I tripped and dropped it face down in a parking lot and
                        broke four nice holes in the screen, I had no idea at
                        the time, but apparently this phone ships with a
                        discreet screen protector. Since then, (I work in a
                        warehouse) this phone has been dropped, tossed, stepped
                        on, and other warehouse activities, the screen protector
                        is shot to hell, but I just removed it to replace and
                        the phone itself is pristine. Definitely impressed. The
                        one thing I will say is soon after I got it. Before the
                        warehouse problems, the .5 camera lens shattered out
                        completely for some reason when nothing had happened to
                        it and it was not previously cracked. But other than
                        that everything is great.
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R2PG0SF8YR81GY
                      review_author_id: AHCUQYCQUBOCEALIHUIBCMTFXDBA
                      review_author: Colter
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AHCUQYCQUBOCEALIHUIBCMTFXDBA
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images:
                        - https://m.media-amazon.com/images/I/71+jd7sR2XL.jpg
                        - https://m.media-amazon.com/images/I/61IDoYJmhgL.jpg
                      review_video: null
                      review_date: Reviewed in the United States on January 22, 2026
                      is_verified_purchase: true
                      helpful_vote_statement: 3 people found this helpful
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 64GB
                        Color: Purple
                        Service provider: Unlocked
                        Product grade: Renewed
                      is_vine: false
                    - review_id: R15BN1JBEDBEYX
                      review_title: Best refurbished phone purchase ever!!!
                      review_comment: >-
                        I am super pleased with the quality and condition of
                        this IPhone 11!! I was very hesitant but decided to take
                        the risk and I’m so happy I did!!! It came very well
                        packaged and at 90% battery health!!! Runs smoothly and
                        the setup was super quick!!! This is awesome and will
                        buy from this seller again!!!
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R15BN1JBEDBEYX
                      review_author_id: AFE2EPYJ7PR2ZBUMGCEDECBDNCKQ
                      review_author: Lauren
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AFE2EPYJ7PR2ZBUMGCEDECBDNCKQ
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on February 27, 2026
                      is_verified_purchase: true
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 64GB
                        Color: Red
                        Service provider: Unlocked
                        Product grade: Renewed
                      is_vine: false
                    - review_id: R9U6FS9R00V27
                      review_title: Great Condition and Works Amazing!
                      review_comment: >-
                        This phone is in perfect condition and haven't had any
                        technical problems. If your on a budget and need a phone
                        I would recommend getting the iPhone 11. I like ordering
                        it from Amazon because you need to provide a code now a
                        days in order for them to deliver high ticket items. A
                        few years ago I ordered a renewed iPhone and the Amazon
                        employee ended up stealing it, but there was no way to
                        prove that it was the driver. I like the fact that the
                        screen is big and it makes it easier to see. I'd say
                        this iPhone is pretty durable. I thought the glass on
                        the back would shatter once its dropped even with a case
                        on but its held up fine. The color choice did not matter
                        to me just because I carry a case on it, but depending
                        on the color will also vary the price a little bit!
                      review_star_rating: '5'
                      review_link: https://www.amazon.com/gp/customer-reviews/R9U6FS9R00V27
                      review_author_id: AGJB5GFBIYL7WMBB22VLRMZZRF6A
                      review_author: Sean Maloney
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AGJB5GFBIYL7WMBB22VLRMZZRF6A
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on February 3, 2026
                      is_verified_purchase: true
                      helpful_vote_statement: One person found this helpful
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 64GB
                        Color: Black
                        Service provider: Unlocked
                        Product grade: Renewed
                      is_vine: false
                    - review_id: R1X2GH8VL474EL
                      review_title: Wonderful Value for Money
                      review_comment: >-
                        I didn't want a new phone and I definitely didn't want
                        to pay so I went to the refurbishing option. I did
                        extensive research in the reviews and can honestly say
                        the purple iPhone 11 was the best choice. I have had
                        this for 2 years and its still going strong. It updates
                        like the standard iPhones and is a great way to recycle
                        the materials we already use. The battery capacity has
                        gone down in increments but it still works and I
                        splurged on the storage. I highly recommend it as a
                        temporary and permanent phone. I got exactly what I was
                        looking for but I advise everyone who is interested in
                        refurbished items to DO YOUR RESEARCH.
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R1X2GH8VL474EL
                      review_author_id: AHXTT3XGTMJNH6TD2NFDE2S5OZZA
                      review_author: Myki118
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AHXTT3XGTMJNH6TD2NFDE2S5OZZA
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/fd50fc6c-9075-4d3c-8c9f-65be94e05fa0._CR56%2C0%2C387%2C387_SX460_.jpg
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on January 14, 2026
                      is_verified_purchase: true
                      helpful_vote_statement: 4 people found this helpful
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 256GB
                        Color: Purple
                        Service provider: Unlocked
                        Product grade: Renewed
                      is_vine: false
                    - review_id: RB0SPVQN1BGZM
                      review_title: Works great!
                      review_comment: >-
                        The phone is amazing and honestly beat my expectations!
                        The paint from the phones color was a bit ruined and
                        scratched up on the side, but other than that, it’s in
                        perfect condition!
                      review_star_rating: '5'
                      review_link: https://www.amazon.com/gp/customer-reviews/RB0SPVQN1BGZM
                      review_author_id: AGECGZ4XW4LNRZRSUZ3YK53U7MVA
                      review_author: KT
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AGECGZ4XW4LNRZRSUZ3YK53U7MVA
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on February 11, 2026
                      is_verified_purchase: true
                      helpful_vote_statement: One person found this helpful
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 64GB
                        Color: Red
                        Service provider: Unlocked
                        Product grade: Renewed
                      is_vine: false
                    - review_id: R2Q4X970A8QR92
                      review_title: Reuse if you can.
                      review_comment: >-
                        No complaints. Little scratches and dirt buildup in
                        speaker holes but nothing not to be expected. Screen
                        looks great, charges, and camera works well. Screen is a
                        bit off in selecting at certain areas. Like I have to be
                        super intentional with selecting in certain areas
                        reselecting multiple times until it catches command if
                        that makes sense. Coming from a xr that I’ve had for
                        almost 10 years. The charger port is malfunctioned and
                        rather than pay over an hundred dollars to get it fixed
                        I decided to just get another phone because it was also
                        going very slow and apps would keep shutting down.
                        Overall satisfied with my purchase.
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R2Q4X970A8QR92
                      review_author_id: AHJ3GTOYHU6KJZUTG3XPR3ZOXEZQ
                      review_author: Gabrielle Rhem
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AHJ3GTOYHU6KJZUTG3XPR3ZOXEZQ
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/cc763cad-bd42-4827-b3ad-5a45483e8fee._CR0%2C0%2C400%2C400_UX460_.jpg
                      review_images:
                        - https://m.media-amazon.com/images/I/717P0p2fHxL.jpg
                        - https://m.media-amazon.com/images/I/71672gwZ6OL.jpg
                        - https://m.media-amazon.com/images/I/71SZ9UhMMoL.jpg
                        - https://m.media-amazon.com/images/I/61W4Vof8YHL.jpg
                      review_video: null
                      review_date: Reviewed in the United States on January 15, 2026
                      is_verified_purchase: true
                      helpful_vote_statement: 3 people found this helpful
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 64GB
                        Color: Black
                        Service provider: Unlocked
                        Product grade: Renewed
                      is_vine: false
                    - review_id: R397MZVJXW7B2Q
                      review_title: Phone is great! Shipping & setup frustrating
                      review_comment: >-
                        The renewed iPhone 11 itself is in great condition.
                        Battery health is at 91% and came with a screen
                        protector. It’s been 2 weeks since setup completed and
                        so far the phone is functioning as if it is new. [Edited
                        to add: After 1 month, the screen protector cracked
                        twice. It has protected the main screen, but it is not
                        that durable itself. The screen protector on my old
                        phone went a year without cracking.] My issues are with
                        1) shipping and 2) setup. 1) Shipping: Amazon said it
                        would arrive on a specific date (3 days from time of
                        order) and would require signature. Well, it was
                        delivered a day early and left at the gate (that is
                        always open), not at my house/door, and no one signed
                        for it. The issue is that the gate is next to a public
                        park, not secure at all and gets a fair amount of foot
                        traffic. We had no idea they delivered it a day early
                        and anyone could have walked by and taken it. Normally
                        we’d be excited about packages arriving a day early, but
                        this was a high $ item, left in a public area.
                        Thankfully my husband left the house to run an errand
                        and saw it by the gate. Unknown how long it was sitting
                        there. 2) Setup took nearly 2 weeks and at least 15
                        times restating the setup process. It would get a little
                        further in the process each time, then an issue would
                        arise or would lock up and would require to start over
                        again. Our rural town does not have high speed internet
                        so went into town to use Starbucks WiFi & it was not
                        enough to do what was needed. Ended up at a friend’s
                        house but after 2 hrs I had to leave for appointments &
                        errands. First issue, before I could do anything, the
                        new iPhone requires an iOS update. It took 2 hrs to
                        update the iOS on this new phone. Then it got stuck
                        installing it, so had to install/uninstall it 4 separate
                        times. Ended up going on a pre planned trip to see
                        family in a big city and the internet at their house was
                        like night and day. I was able to do the entire setup
                        that weekend, but still had issues & had to call Apple
                        for help. The whole set up process was soooo
                        frustrating, infuriating, and disappointing that it took
                        so long and was not as easy as they make it out to be. &
                        Im good at troubleshooting electronic issues and
                        researching resolutions. One thing I noticed is much of
                        the troubleshooting advice online was outdated, even on
                        the apple help website. Hope others have an easier time
                        with setup.
                      review_star_rating: '4'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R397MZVJXW7B2Q
                      review_author_id: AFWD55CBBHC4FOB5KJF6PMDENHBQ
                      review_author: TreeSaw R
                      review_author_url: >-
                        https://www.amazon.com/gp/profile/amzn1.account.AFWD55CBBHC4FOB5KJF6PMDENHBQ
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in the United States on October 18, 2023
                      is_verified_purchase: true
                      helpful_vote_statement: 70 people found this helpful
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 256GB
                        Color: Green
                        Service provider: Verizon
                        Product grade: Renewed
                      is_vine: false
                  top_reviews_global:
                    - review_id: R173MH74K1WCDC
                      review_title: Excelente
                      review_comment: >-
                        Despues de un año aun sigue como nuevo, excelente
                        producto la bateria llego al 100% prácticamente nuevo
                        sin ningún rayon lo recomiendo, definitivamente comprare
                        de nuevo
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R173MH74K1WCDC
                      review_author_id: null
                      review_author: Wilbert molina
                      review_author_url: null
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in Mexico on April 1, 2024
                      is_verified_purchase: true
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 64GB
                        Color: Purple
                        Service provider: Unlocked
                        Product grade: Renewed Premium
                      is_vine: false
                    - review_id: R17R3LPPRGATWH
                      review_title: Bueno
                      review_comment: Muy bueno, buen precio…
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R17R3LPPRGATWH
                      review_author_id: null
                      review_author: Sergio Diaz
                      review_author_url: null
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in Mexico on February 15, 2026
                      is_verified_purchase: true
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 64GB
                        Color: Black
                        Service provider: Unlocked
                        Product grade: Renewed
                      is_vine: false
                    - review_id: R1BNR9JOTZB3VW
                      review_title: La descripción no concuerda con el artículo
                      review_comment: >-
                        El equipo venía en excelentes condiciones, prácticamente
                        nuevo, sin embargo, en la descripción del mismo había
                        seleccionado “256” que por lógica debería tratarse de gb
                        de almacenamiento y al revisarlo solo traía 64gb por lo
                        cual decidí regresarlo.
                      review_star_rating: '1'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R1BNR9JOTZB3VW
                      review_author_id: null
                      review_author: beto reyes
                      review_author_url: null
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in Mexico on November 27, 2021
                      is_verified_purchase: true
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 64GB
                        Color: Black
                        Service provider: GSM Carriers
                        Product grade: Renewed Premium
                      is_vine: false
                    - review_id: R1DYROYLXXGPKK
                      review_title: Just what I wanted and in perfect condition
                      review_comment: >-
                        Got the colour I wanted. I also saw this a medium step
                        up from my iPhone 6. but it is still a big learning
                        curve.
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R1DYROYLXXGPKK
                      review_author_id: null
                      review_author: Deidre Williams
                      review_author_url: null
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in Canada on September 17, 2024
                      is_verified_purchase: true
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 256GB
                        Color: Yellow
                        Service provider: Unlocked
                        Product grade: Renewed
                      is_vine: false
                    - review_id: R1EWIJF16F874I
                      review_title: Great Phone
                      review_comment: >-
                        Good phone in near new condition...Gratitude for
                        daughter loved it for her Christmas Gift.
                      review_star_rating: '5'
                      review_link: >-
                        https://www.amazon.com/gp/customer-reviews/R1EWIJF16F874I
                      review_author_id: null
                      review_author: Michelle H
                      review_author_url: null
                      review_author_avatar: >-
                        https://m.media-amazon.com/images/S/amazon-avatars-global/default.png
                      review_images: []
                      review_video: null
                      review_date: Reviewed in Australia on December 31, 2023
                      is_verified_purchase: true
                      reviewed_product_asin: B07ZPKBL9V
                      reviewed_product_variant:
                        Size: 256GB
                        Color: Purple
                        Service provider: Unlocked
                        Product grade: Renewed
                      is_vine: false
                  delivery: >-
                    FREE delivery Tuesday, March 10 Or Prime members get FREE
                    delivery Saturday, March 7. Order within 15 mins. Join Prime
                  primary_delivery_time: Tuesday, March 10
                  category:
                    id: aps
                    name: All Departments
                  category_path:
                    - id: '2335752011'
                      name: Cell Phones & Accessories
                      link: >-
                        https://www.amazon.com/cell-phones-service-plans-accessories/b/ref=dp_bc_1?ie=UTF8&node=2335752011
                    - id: '7072561011'
                      name: Cell Phones
                      link: >-
                        https://www.amazon.com/cell-phone-devices/b/ref=dp_bc_2?ie=UTF8&node=7072561011
                  product_variations_dimensions:
                    - size
                    - color
                    - service_provider
                    - product_grade
                  product_variations:
                    size:
                      - asin: B07ZPKBL9V
                        value: 64GB
                        is_available: true
                      - asin: B07ZPKG5TG
                        value: 128GB
                        is_available: true
                      - asin: B07ZPJQ413
                        value: 256GB
                        is_available: true
                    color:
                      - asin: B07ZPKBL9V
                        value: Red
                        photo: https://m.media-amazon.com/images/I/41PIrxyBwHL.jpg
                        is_available: true
                      - asin: B07ZPKN6YR
                        value: Black
                        photo: https://m.media-amazon.com/images/I/3149MqKi0LL.jpg
                        is_available: true
                      - asin: B07ZPHSHPG
                        value: Green
                        photo: https://m.media-amazon.com/images/I/418IA10aM7L.jpg
                        is_available: true
                      - asin: B07ZPKF8RG
                        value: Purple
                        photo: https://m.media-amazon.com/images/I/31tuSmsnOGL.jpg
                        is_available: true
                      - asin: B07ZPJW2XH
                        value: White
                        photo: https://m.media-amazon.com/images/I/31DRYexveWL.jpg
                        is_available: true
                      - asin: B07ZPJ8YZ6
                        value: Yellow
                        photo: https://m.media-amazon.com/images/I/41+wijdr8zL.jpg
                        is_available: true
                    service_provider:
                      - asin: B081Y51RLQ
                        value: AT&T
                        is_available: true
                      - asin: B08GQ78WVZ
                        value: GSM Carriers
                        is_available: true
                      - asin: B084H2TWV9
                        value: Sprint
                        is_available: false
                      - asin: B084HLTH28
                        value: T-Mobile
                        is_available: true
                      - asin: B07ZPKBL9V
                        value: Unlocked
                        is_available: true
                      - asin: B084GYQ983
                        value: Verizon
                        is_available: true
                    product_grade:
                      - asin: B07ZPKBL9V
                        value: Renewed
                        is_available: true
                      - asin: B08BHV6W5Y
                        value: Renewed Premium
                        is_available: true
                  all_product_variations:
                    B07ZPJQ413:
                      size: 256GB
                      color: Red
                      service_provider: Unlocked
                      product_grade: Renewed
                    B07ZPJW2XH:
                      size: 64GB
                      color: White
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084GXXP31:
                      size: 256GB
                      color: Black
                      service_provider: Verizon
                      product_grade: Renewed
                    B07ZPL6Y2D:
                      size: 256GB
                      color: Black
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084HNDN2N:
                      size: 256GB
                      color: White
                      service_provider: Sprint
                      product_grade: Renewed
                    B07ZPKF8RG:
                      size: 64GB
                      color: Purple
                      service_provider: Unlocked
                      product_grade: Renewed
                    B08BHR1CX7:
                      size: 128GB
                      color: Green
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B081Y4DMSG:
                      size: 128GB
                      color: Black
                      service_provider: AT&T
                      product_grade: Renewed
                    B084GXB3KC:
                      size: 128GB
                      color: White
                      service_provider: Verizon
                      product_grade: Renewed
                    B081Y5C68R:
                      size: 256GB
                      color: Red
                      service_provider: AT&T
                      product_grade: Renewed
                    B081Y51RLQ:
                      size: 64GB
                      color: Red
                      service_provider: AT&T
                      product_grade: Renewed
                    B084HMBDV6:
                      size: 64GB
                      color: White
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B07ZPKDYDL:
                      size: 256GB
                      color: Yellow
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084HLTH28:
                      size: 64GB
                      color: Red
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B07ZPKR714:
                      size: 128GB
                      color: Black
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084GX5GR9:
                      size: 64GB
                      color: Purple
                      service_provider: Verizon
                      product_grade: Renewed
                    B081Y5LNJD:
                      size: 256GB
                      color: White
                      service_provider: AT&T
                      product_grade: Renewed
                    B08GQ78WVZ:
                      size: 64GB
                      color: Red
                      service_provider: GSM Carriers
                      product_grade: Renewed
                    B084H7384N:
                      size: 128GB
                      color: Red
                      service_provider: Verizon
                      product_grade: Renewed
                    B084GWZK3C:
                      size: 64GB
                      color: White
                      service_provider: Verizon
                      product_grade: Renewed
                    B081Y5K5GZ:
                      size: 64GB
                      color: Purple
                      service_provider: AT&T
                      product_grade: Renewed
                    B084H2MLVR:
                      size: 256GB
                      color: Green
                      service_provider: Sprint
                      product_grade: Renewed
                    B081Y5TJFZ:
                      size: 64GB
                      color: Yellow
                      service_provider: AT&T
                      product_grade: Renewed
                    B08BHN96L6:
                      size: 64GB
                      color: Green
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B081Y5FGBC:
                      size: 256GB
                      color: Purple
                      service_provider: AT&T
                      product_grade: Renewed
                    B07ZPKBL9V:
                      size: 64GB
                      color: Red
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084HM3XGJ:
                      size: 128GB
                      color: Yellow
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B084GXMHBQ:
                      size: 256GB
                      color: Green
                      service_provider: Verizon
                      product_grade: Renewed
                    B084GXCNHF:
                      size: 64GB
                      color: Yellow
                      service_provider: Verizon
                      product_grade: Renewed
                    B084H2VLKC:
                      size: 256GB
                      color: Red
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B07ZPJ8YZ6:
                      size: 64GB
                      color: Yellow
                      service_provider: Unlocked
                      product_grade: Renewed
                    B07ZLGR1B1:
                      size: 256GB
                      color: White
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084HMJ6G5:
                      size: 256GB
                      color: White
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B084HM9YWW:
                      size: 64GB
                      color: Black
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B08BK8F7ZD:
                      size: 64GB
                      color: Red
                      service_provider: GSM Carriers
                      product_grade: Renewed Premium
                    B08GJ9K8QW:
                      size: 64GB
                      color: White
                      service_provider: GSM Carriers
                      product_grade: Renewed
                    B084H2KVXR:
                      size: 256GB
                      color: Yellow
                      service_provider: Sprint
                      product_grade: Renewed
                    B081Y5H8P4:
                      size: 64GB
                      color: Green
                      service_provider: AT&T
                      product_grade: Renewed
                    B08GJC6K83:
                      size: 64GB
                      color: Purple
                      service_provider: GSM Carriers
                      product_grade: Renewed
                    B08BHV6W5Y:
                      size: 64GB
                      color: Red
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B084GX4BVG:
                      size: 128GB
                      color: Black
                      service_provider: Verizon
                      product_grade: Renewed
                    B084H2PV8S:
                      size: 128GB
                      color: Green
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B084HMT5P3:
                      size: 128GB
                      color: Red
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B08BK74V4T:
                      size: 64GB
                      color: Green
                      service_provider: GSM Carriers
                      product_grade: Renewed Premium
                    B07ZPKYXLZ:
                      size: 128GB
                      color: Yellow
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084GYFG4P:
                      size: 256GB
                      color: Yellow
                      service_provider: Verizon
                      product_grade: Renewed
                    B081Y5YMG8:
                      size: 256GB
                      color: Green
                      service_provider: AT&T
                      product_grade: Renewed
                    B07ZPHSHPG:
                      size: 64GB
                      color: Green
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084GX5ZQ8:
                      size: 128GB
                      color: Yellow
                      service_provider: Verizon
                      product_grade: Renewed
                    B081Y52WRG:
                      size: 256GB
                      color: Black
                      service_provider: AT&T
                      product_grade: Renewed
                    B08BK5QT25:
                      size: 64GB
                      color: Purple
                      service_provider: GSM Carriers
                      product_grade: Renewed Premium
                    B08BHN61VB:
                      size: 128GB
                      color: Black
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B084HMCY98:
                      size: 128GB
                      color: Purple
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B07ZPK1XV9:
                      size: 256GB
                      color: Green
                      service_provider: Unlocked
                      product_grade: Renewed
                    B081Y53THT:
                      size: 128GB
                      color: Red
                      service_provider: AT&T
                      product_grade: Renewed
                    B084GXR3ZY:
                      size: 256GB
                      color: Purple
                      service_provider: Verizon
                      product_grade: Renewed
                    B084H73TF6:
                      size: 128GB
                      color: Purple
                      service_provider: Verizon
                      product_grade: Renewed
                    B081Y62YW6:
                      size: 128GB
                      color: White
                      service_provider: AT&T
                      product_grade: Renewed
                    B084H31H6F:
                      size: 128GB
                      color: White
                      service_provider: Sprint
                      product_grade: Renewed
                    B084H2JKK1:
                      size: 256GB
                      color: Purple
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B08BHKLP4F:
                      size: 256GB
                      color: Yellow
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B08BJ2SQV3:
                      size: 128GB
                      color: White
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B084HMSRHV:
                      size: 128GB
                      color: Black
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B084GXSRL8:
                      size: 256GB
                      color: Red
                      service_provider: Verizon
                      product_grade: Renewed
                    B081Y4S4JV:
                      size: 256GB
                      color: Yellow
                      service_provider: AT&T
                      product_grade: Renewed
                    B081Y5JR1B:
                      size: 128GB
                      color: Green
                      service_provider: AT&T
                      product_grade: Renewed
                    B084HMBBP9:
                      size: 64GB
                      color: Green
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B08GJB6KD3:
                      size: 64GB
                      color: Green
                      service_provider: GSM Carriers
                      product_grade: Renewed
                    B084HMGYNF:
                      size: 64GB
                      color: Purple
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B011SDYBZW:
                      size: 64GB
                      color: Purple
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B084H3C4C1:
                      size: 256GB
                      color: Black
                      service_provider: Sprint
                      product_grade: Renewed
                    B084GYQ983:
                      size: 64GB
                      color: Red
                      service_provider: Verizon
                      product_grade: Renewed
                    B08BK67KDY:
                      size: 64GB
                      color: Black
                      service_provider: GSM Carriers
                      product_grade: Renewed Premium
                    B07ZPK3KWH:
                      size: 128GB
                      color: Green
                      service_provider: Unlocked
                      product_grade: Renewed
                    B08BHNNXW9:
                      size: 256GB
                      color: Red
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B08BHTDLJR:
                      size: 64GB
                      color: Black
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B084GXFKCF:
                      size: 128GB
                      color: Green
                      service_provider: Verizon
                      product_grade: Renewed
                    B084HLSVJN:
                      size: 128GB
                      color: White
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B081Y4X4BT:
                      size: 128GB
                      color: Purple
                      service_provider: AT&T
                      product_grade: Renewed
                    B08BHW2X11:
                      size: 128GB
                      color: Red
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B084GX6HR2:
                      size: 64GB
                      color: Black
                      service_provider: Verizon
                      product_grade: Renewed
                    B07ZPKN6YR:
                      size: 64GB
                      color: Black
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084H2TWV9:
                      size: 128GB
                      color: Purple
                      service_provider: Sprint
                      product_grade: Renewed
                    B084H3TFCD:
                      size: 256GB
                      color: White
                      service_provider: Verizon
                      product_grade: Renewed
                    B07ZPJJPDN:
                      size: 128GB
                      color: White
                      service_provider: Unlocked
                      product_grade: Renewed
                    B07ZPJ58KN:
                      size: 256GB
                      color: Purple
                      service_provider: Unlocked
                      product_grade: Renewed
                    B07ZPKG5TG:
                      size: 128GB
                      color: Red
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084HMH875:
                      size: 256GB
                      color: Yellow
                      service_provider: T-Mobile
                      product_grade: Renewed
                    B081Y45G46:
                      size: 64GB
                      color: Black
                      service_provider: AT&T
                      product_grade: Renewed
                    B084H7Q8BQ:
                      size: 64GB
                      color: Green
                      service_provider: Verizon
                      product_grade: Renewed
                    B081Y5D817:
                      size: 64GB
                      color: White
                      service_provider: AT&T
                      product_grade: Renewed
                    B08BHTXJS7:
                      size: 128GB
                      color: Yellow
                      service_provider: Unlocked
                      product_grade: Renewed Premium
                    B07ZPJWGKZ:
                      size: 128GB
                      color: Purple
                      service_provider: Unlocked
                      product_grade: Renewed
                    B084HLYBM6:
                      size: 64GB
                      color: Yellow
                      service_provider: T-Mobile
                      product_grade: Renewed
                  has_aplus: true
                  aplus_images:
                    - >-
                      https://m.media-amazon.com/images/S/aplus-media-library-service-media/6b17dfd1-ae5c-4e19-9efc-d47d14b93a5f.png
                    - >-
                      https://m.media-amazon.com/images/S/aplus-media-library-service-media/66be0fec-27f6-49aa-9990-d6809db4aeef.png
                    - >-
                      https://m.media-amazon.com/images/S/aplus-media-library-service-media/de6905c9-69ba-408d-8068-34a057f28367.png
                  has_brandstory: false
                  frequently_bought_together:
                    - product_title: >-
                        This item:  Apple iPhone 11, 64GB, (PRODUCT)RED - Fully
                        Unlocked (Renewed)
                      product_price: $172.00
                      product_photo: >-
                        https://images-na.ssl-images-amazon.com/images/I/514k7uOBMwL.jpg
                    - product_title: >-
                        Ailun Screen Protector Compatible for iPhone 11 / iPhone
                        XR [6.1 Inch], 3 Pack Case Friendly Tempered Glass
                      product_price: $5.98
                      product_url: https://www.amazon.com/dp/B07H2V5YLH
                      product_photo: >-
                        https://images-na.ssl-images-amazon.com/images/I/81MZ5D1wHpL.jpg
                    - product_title: >-
                        JETech Case for iPhone 11 6.1-Inch, Non-Yellowing
                        Shockproof Phone Bumper Cover, Anti-Scratch Clear Back
                        (Clear)
                      product_price: $8.99
                      product_url: https://www.amazon.com/dp/B07QQZD49D
                      product_photo: >-
                        https://images-na.ssl-images-amazon.com/images/I/61E-zgF4CcL.jpg
                  landing_asin: B07ZPKBL9V
                  parent_asin: B0GR1S2JM2
                requestId: a7a1b661-b6b2-4407-978b-765215386cef
          headers: {}
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 400
                  data: null
                  message: 'Missing required parameter: handle'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 401
                  data: null
                  message: apiKey is null
        '402':
          description: Payment Required
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 402
                  data: null
                  message: apiKey quota is not enough
        '429':
          description: Too Many Requests
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 429
                  data: null
                  message: qps limit exceeded
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                type: object
                example:
                  code: 500
                  data: null
                  message: Internal server error
      deprecated: false
      security:
        - JWT Bearer: []
      x-codeSamples:
        - lang: curl
          label: cURL
          source: |-
            curl --request GET \
              --url 'https://api.keyapi.ai/v1/amazon/product-details?asin=B07ZPKBL9V&country=us&autoselect_variant=false' \
              --header 'Authorization: Bearer <YOUR_API_KEY>'
        - lang: python
          label: Python
          source: |-
            import requests

            response = requests.get(
                'https://api.keyapi.ai/v1/amazon/product-details',
                params={"asin": "B07ZPKBL9V", "country": "us", "autoselect_variant": "false"},
                headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
            )
            print(response.json())
        - lang: javascript
          label: JavaScript
          source: >-
            const params = new URLSearchParams({"asin": "B07ZPKBL9V", "country":
            "us", "autoselect_variant": "false"});


            const response = await
            fetch(`https://api.keyapi.ai/v1/amazon/product-details?${params}`, {
              method: 'GET',
              headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
            });

            const data = await response.json();

            console.log(data);
components:
  securitySchemes:
    JWT Bearer:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`
        Get your API key from the [Dashboard](http://keyapi.ai/app/dashboard).

````