{"openapi":"3.0.3","info":{"title":"Azone: Real-Time Amazon Data API","version":"1.2.0"},"paths":{"/":{"get":{"summary":"Root","description":"Root endpoint.","operationId":"root","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"]}},"/health":{"get":{"summary":"Health Check","description":"Health check endpoint.","operationId":"health","responses":{"200":{"description":"Service health response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"},"example":{"status":"OK","service":"Azone","version":"1.2.0","request_id":"123e4567-e89b-12d3-a456-426614174000"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"]}},"/search":{"get":{"summary":"Search Products","description":"Search for products & offers on Amazon with pagination support and multiple filters.","operationId":"search","parameters":[{"name":"query","in":"query","required":true,"schema":{"type":"string","description":"Search query (supports both free-form text queries or a product asin)","title":"Query"},"description":"Search query (supports both free-form text queries or a product asin)"},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Results page to return","default":1,"title":"Page"},"description":"Results page to return"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","description":"Return the results in a specific sort order","default":"RELEVANCE","title":"Sort By"},"description":"Return the results in a specific sort order"},{"name":"category_id","in":"query","required":false,"schema":{"type":"string","description":"Find products in a specific category / department","title":"Category Id"},"description":"Find products in a specific category / department"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of product fields to include","title":"Fields"},"description":"Comma separated list of product fields to include"},{"name":"min_price","in":"query","required":false,"schema":{"type":"number","minimum":0,"description":"Only return product offers with price greater than a certain value","title":"Min Price"},"description":"Only return product offers with price greater than a certain value"},{"name":"max_price","in":"query","required":false,"schema":{"type":"number","minimum":0,"description":"Only return product offers with price lower than a certain value","title":"Max Price"},"description":"Only return product offers with price lower than a certain value"},{"name":"product_condition","in":"query","required":false,"schema":{"type":"string","description":"Return products in a specific condition","default":"ALL","title":"Product Condition"},"description":"Return products in a specific condition"},{"name":"brand","in":"query","required":false,"schema":{"type":"string","description":"Find products with a specific brand","title":"Brand"},"description":"Find products with a specific brand"},{"name":"seller_id","in":"query","required":false,"schema":{"type":"string","description":"Find products sold by a specific seller","title":"Seller Id"},"description":"Find products sold by a specific seller"},{"name":"category","in":"query","required":false,"schema":{"type":"string","description":"Filter by specific numeric Amazon category","title":"Category"},"description":"Filter by specific numeric Amazon category"},{"name":"is_prime","in":"query","required":false,"schema":{"type":"boolean","description":"Only return prime products","title":"Is Prime"},"description":"Only return prime products"},{"name":"include_sponsored","in":"query","required":false,"schema":{"type":"boolean","description":"Include sponsored ads in results","default":false,"title":"Include Sponsored"},"description":"Include sponsored ads in results"},{"name":"deals_and_discounts","in":"query","required":false,"schema":{"type":"string","description":"Return deals and discounts in a specific condition","default":"NONE","title":"Deals And Discounts"},"description":"Return deals and discounts in a specific condition"},{"name":"four_stars_and_up","in":"query","required":false,"schema":{"type":"boolean","description":"Return product listings with ratings of 4 stars & up","title":"Four Stars And Up"},"description":"Return product listings with ratings of 4 stars & up"},{"name":"additional_filters","in":"query","required":false,"schema":{"type":"string","description":"Any filters available on the Amazon page but not part of this endpoint's parameters","title":"Additional Filters"},"description":"Any filters available on the Amazon page but not part of this endpoint's parameters"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/haul-search":{"get":{"summary":"Haul Search","description":"Search the Amazon Haul/Bazaar surface with pagination and category filtering.","operationId":"haul_search","parameters":[{"name":"query","in":"query","required":false,"schema":{"type":"string","description":"Optional search query within the Haul/Bazaar surface","title":"Query"},"description":"Optional search query within the Haul/Bazaar surface"},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Results page to return","default":1,"title":"Page"},"description":"Results page to return"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Marketplace country for the Haul/Bazaar surface","default":"US","title":"Country"},"description":"Marketplace country for the Haul/Bazaar surface"},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","description":"Return the results in a specific sort order","default":"RELEVANCE","title":"Sort By"},"description":"Return the results in a specific sort order"},{"name":"category_id","in":"query","required":false,"schema":{"type":"string","description":"Optional Haul/Bazaar browse node ID","title":"Category Id"},"description":"Optional Haul/Bazaar browse node ID"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of product fields to include","title":"Fields"},"description":"Comma separated list of product fields to include"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AmazonHaulSearchResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/haul-categories":{"get":{"summary":"Haul Categories","description":"List Amazon Haul/Bazaar browse categories with node IDs per marketplace.","operationId":"haul_categories","parameters":[{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Marketplace country for the Haul/Bazaar surface","default":"US","title":"Country"},"description":"Marketplace country for the Haul/Bazaar surface"},{"name":"category_id","in":"query","required":false,"schema":{"type":"string","description":"Optional parent browse node ID to inspect","title":"Category Id"},"description":"Optional parent browse node ID to inspect"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AmazonHaulCategoriesResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/product-details":{"get":{"summary":"Product Details","description":"Get extensive Amazon product details and information available on the Amazon product page by asin.","operationId":"product_details","parameters":[{"name":"asin","in":"query","required":true,"schema":{"type":"string","description":"Product ASIN for which to get details. Supports batching of up to 10 ASINs","title":"Asin"},"description":"Product ASIN for which to get details. Supports batching of up to 10 ASINs"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"more_info_query","in":"query","required":false,"schema":{"type":"string","description":"A query to search and get more info about the product","title":"More Info Query"},"description":"A query to search and get more info about the product"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of product fields to include","title":"Fields"},"description":"Comma separated list of product fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductDetailsResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/product-offers":{"get":{"summary":"Product Offers","description":"Get all Amazon product details with an additional product_offers array containing product offers.","operationId":"product_offers","parameters":[{"name":"asin","in":"query","required":true,"schema":{"type":"string","description":"Product ASIN for which to get offers","title":"Asin"},"description":"Product ASIN for which to get offers"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number for offers pagination","default":1,"title":"Page"},"description":"Page number for offers pagination"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"description":"Number of offers per page","default":100,"title":"Limit"},"description":"Number of offers per page"},{"name":"product_condition","in":"query","required":false,"schema":{"type":"string","description":"Filter by product condition","default":"NEW, USED_LIKE_NEW, USED_VERY_GOOD, USED_GOOD, USED_ACCEPTABLE","title":"Product Condition"},"description":"Filter by product condition"},{"name":"delivery","in":"query","required":false,"schema":{"type":"string","description":"Filter by delivery option","title":"Delivery"},"description":"Filter by delivery option"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of product fields to include","title":"Fields"},"description":"Comma separated list of product fields to include"},{"name":"exclude_fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of product fields to exclude","title":"Exclude Fields"},"description":"Comma separated list of product fields to exclude"},{"name":"mode","in":"query","required":false,"schema":{"type":"string","description":"offers_only (fast) or with_details (scrape product-details before offers)","default":"offers_only","title":"Mode"},"description":"offers_only (fast) or with_details (scrape product-details before offers)"},{"name":"field_preset","in":"query","required":false,"schema":{"type":"string","description":"Optional field preset: compact or full","title":"Field Preset"},"description":"Optional field preset: compact or full"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductOffersResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/product-reviews":{"get":{"summary":"Product Reviews","description":"Get Amazon product consumer reviews / sentiment.","operationId":"product_reviews","parameters":[{"name":"asin","in":"query","required":true,"schema":{"type":"string","description":"Product ASIN for which to get reviews","title":"Asin"},"description":"Product ASIN for which to get reviews"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number (each page contains up to 10 reviews)","default":1,"title":"Page"},"description":"Page number (each page contains up to 10 reviews)"},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","description":"Sort order for reviews","default":"TOP_REVIEWS","title":"Sort By"},"description":"Sort order for reviews"},{"name":"star_rating","in":"query","required":false,"schema":{"type":"string","description":"Filter by star rating","default":"ALL","title":"Star Rating"},"description":"Filter by star rating"},{"name":"verified_purchases_only","in":"query","required":false,"schema":{"type":"boolean","description":"Filter verified purchases only","default":false,"title":"Verified Purchases Only"},"description":"Filter verified purchases only"},{"name":"images_or_videos_only","in":"query","required":false,"schema":{"type":"boolean","description":"Filter for reviews with images or videos","default":false,"title":"Images Or Videos Only"},"description":"Filter for reviews with images or videos"},{"name":"current_format_only","in":"query","required":false,"schema":{"type":"boolean","description":"Filter for reviews of the current format","default":false,"title":"Current Format Only"},"description":"Filter for reviews of the current format"},{"name":"query","in":"query","required":false,"schema":{"type":"string","description":"Find reviews matching a search query","title":"Query"},"description":"Find reviews matching a search query"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of review fields to include","title":"Fields"},"description":"Comma separated list of review fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductReviewsResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/best-sellers":{"get":{"summary":"Best Sellers","description":"Get Amazon Best Sellers, including prices, ratings, rank and more data points.","operationId":"best_sellers","parameters":[{"name":"category","in":"query","required":true,"schema":{"type":"string","description":"Best sellers category to return products for","title":"Category"},"description":"Best sellers category to return products for"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"type","in":"query","required":false,"schema":{"type":"string","description":"Best Seller list type: BEST_SELLERS, NEW_RELEASES, MOVERS_AND_SHAKERS (or MOVERS_SHAKERS alias), MOST_WISHED_FOR, GIFT_IDEAS","default":"BEST_SELLERS","title":"Type"},"description":"Best Seller list type: BEST_SELLERS, NEW_RELEASES, MOVERS_AND_SHAKERS (or MOVERS_SHAKERS alias), MOST_WISHED_FOR, GIFT_IDEAS"},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number","default":1,"title":"Page"},"description":"Page number"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of fields to include","title":"Fields"},"description":"Comma separated list of fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BestSellersResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/deals":{"get":{"summary":"Deals","description":"Get Amazon Deals (Today's Deals / Top Deals, Best Deals, and Lightning Deals).","operationId":"deals","parameters":[{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","description":"Number of results to skip for pagination","default":0,"title":"Offset"},"description":"Number of results to skip for pagination"},{"name":"categories","in":"query","required":false,"schema":{"type":"string","description":"Comma-separated list of category IDs","title":"Categories"},"description":"Comma-separated list of category IDs"},{"name":"min_product_star_rating","in":"query","required":false,"schema":{"type":"string","description":"Minimum product star rating","default":"ALL","title":"Min Product Star Rating"},"description":"Minimum product star rating"},{"name":"price_range","in":"query","required":false,"schema":{"type":"string","description":"Price range filter","default":"ALL","title":"Price Range"},"description":"Price range filter"},{"name":"discount_range","in":"query","required":false,"schema":{"type":"string","description":"Discount range filter","default":"ALL","title":"Discount Range"},"description":"Discount range filter"},{"name":"brands","in":"query","required":false,"schema":{"type":"string","description":"Comma-separated list of brands","title":"Brands"},"description":"Comma-separated list of brands"},{"name":"prime_early_access","in":"query","required":false,"schema":{"type":"boolean","description":"Filter for Prime Early Access deals","default":false,"title":"Prime Early Access"},"description":"Filter for Prime Early Access deals"},{"name":"prime_exclusive","in":"query","required":false,"schema":{"type":"boolean","description":"Filter for Prime Exclusive deals","default":false,"title":"Prime Exclusive"},"description":"Filter for Prime Exclusive deals"},{"name":"lightning_deals","in":"query","required":false,"schema":{"type":"boolean","description":"Filter for Lightning Deals","default":false,"title":"Lightning Deals"},"description":"Filter for Lightning Deals"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of fields to include","title":"Fields"},"description":"Comma separated list of fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DealsResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/deal-products":{"get":{"summary":"Deal Products","description":"Get the products of a specific deal by Deal ID.","operationId":"deal_products","parameters":[{"name":"deal_id","in":"query","required":true,"schema":{"type":"string","description":"Deal ID to get products for","title":"Deal Id"},"description":"Deal ID to get products for"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","description":"Sort order for products","default":"FEATURED","title":"Sort By"},"description":"Sort order for products"},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number","default":1,"title":"Page"},"description":"Page number"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of fields to include","title":"Fields"},"description":"Comma separated list of fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DealProductsResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/promo-code-details":{"get":{"summary":"Promo Code Details","description":"Get the products offered by an Amazon promo code.","operationId":"promo_code_details","parameters":[{"name":"promo_code","in":"query","required":true,"schema":{"type":"string","description":"Promo code extracted from Amazon URL","title":"Promo Code"},"description":"Promo code extracted from Amazon URL"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PromoCodeResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/asin-to-gtin":{"get":{"summary":"Asin To Gtin","description":"Convert an Amazon ASIN to GTIN / EAN / UPS identifiers.","operationId":"asin_to_gtin","parameters":[{"name":"asin","in":"query","required":true,"schema":{"type":"string","description":"Product ASIN to convert","title":"Asin"},"description":"Product ASIN to convert"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AsinToGtinResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/product-category-list":{"get":{"summary":"Product Category List","description":"Get Amazon product categories per country / Amazon domain.","operationId":"product_category_list","parameters":[{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProductCategoryListResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/influencer-profile":{"get":{"summary":"Influencer Profile","description":"Get Amazon Influencer profile details from the Amazon Influencer store page.","operationId":"influencer_profile","parameters":[{"name":"influencer_name","in":"query","required":true,"schema":{"type":"string","description":"Influencer name or store page slug","title":"Influencer Name"},"description":"Influencer name or store page slug"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of fields to include","title":"Fields"},"description":"Comma separated list of fields to include"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InfluencerProfileResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/influencer-posts":{"get":{"summary":"Influencer Posts","description":"Get influencer posts.","operationId":"influencer_posts","parameters":[{"name":"influencer_name","in":"query","required":true,"schema":{"type":"string","description":"Influencer name or store page slug","title":"Influencer Name"},"description":"Influencer name or store page slug"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"scope","in":"query","required":false,"schema":{"type":"string","description":"Scope of posts to retrieve","default":"ALL","title":"Scope"},"description":"Scope of posts to retrieve"},{"name":"query","in":"query","required":false,"schema":{"type":"string","description":"Find posts matching a search query","title":"Query"},"description":"Find posts matching a search query"},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","description":"Cursor for pagination","title":"Cursor"},"description":"Cursor for pagination"},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"minimum":1,"description":"Number of posts to return","default":20,"title":"Limit"},"description":"Number of posts to return"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of fields to include","title":"Fields"},"description":"Comma separated list of fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InfluencerPostsResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/influencer-post-products":{"get":{"summary":"Influencer Post Products","description":"Get products from an influencer post.","operationId":"influencer_post_products","parameters":[{"name":"influencer_name","in":"query","required":true,"schema":{"type":"string","description":"Influencer name or store page slug","title":"Influencer Name"},"description":"Influencer name or store page slug"},{"name":"post_id","in":"query","required":true,"schema":{"type":"string","description":"Influencer post ID","title":"Post Id"},"description":"Influencer post ID"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"cursor","in":"query","required":false,"schema":{"type":"string","description":"Cursor for pagination","title":"Cursor"},"description":"Cursor for pagination"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InfluencerPostProductsResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/product-by-category":{"get":{"summary":"Product By Category","description":"Get products by browse node ID.","operationId":"product_by_category","parameters":[{"name":"node_id","in":"query","required":true,"schema":{"type":"string","description":"Amazon browse node ID (numeric)","title":"Node Id"},"description":"Amazon browse node ID (numeric)"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number","default":1,"title":"Page"},"description":"Page number"},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","description":"Sort order for products","default":"RELEVANCE","title":"Sort By"},"description":"Sort order for products"},{"name":"min_price","in":"query","required":false,"schema":{"type":"number","minimum":0,"description":"Minimum price filter","title":"Min Price"},"description":"Minimum price filter"},{"name":"max_price","in":"query","required":false,"schema":{"type":"number","minimum":0,"description":"Maximum price filter","title":"Max Price"},"description":"Maximum price filter"},{"name":"product_condition","in":"query","required":false,"schema":{"type":"string","description":"Filter by product condition","default":"ALL","title":"Product Condition"},"description":"Filter by product condition"},{"name":"brand","in":"query","required":false,"schema":{"type":"string","description":"Filter by brand","title":"Brand"},"description":"Filter by brand"},{"name":"is_prime","in":"query","required":false,"schema":{"type":"boolean","description":"Only return prime products","default":false,"title":"Is Prime"},"description":"Only return prime products"},{"name":"include_sponsored","in":"query","required":false,"schema":{"type":"boolean","description":"Include sponsored ads in results","default":false,"title":"Include Sponsored"},"description":"Include sponsored ads in results"},{"name":"deals_and_discounts","in":"query","required":false,"schema":{"type":"string","description":"Deals and discounts filter","default":"NONE","title":"Deals And Discounts"},"description":"Deals and discounts filter"},{"name":"four_stars_and_up","in":"query","required":false,"schema":{"type":"boolean","description":"Return listings with ratings of 4 stars & up","title":"Four Stars And Up"},"description":"Return listings with ratings of 4 stars & up"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of fields to include","title":"Fields"},"description":"Comma separated list of fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/top-product-reviews":{"get":{"summary":"Top Product Reviews","description":"Get top product reviews.","operationId":"top_product_reviews","parameters":[{"name":"asin","in":"query","required":true,"schema":{"type":"string","description":"Product ASIN for which to get top reviews","title":"Asin"},"description":"Product ASIN for which to get top reviews"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","default":"en_US","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of fields to include","title":"Fields"},"description":"Comma separated list of fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopProductReviewsResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/seller-profile":{"get":{"summary":"Seller Profile","description":"Get seller profile information.","operationId":"seller_profile","parameters":[{"name":"seller_id","in":"query","required":true,"schema":{"type":"string","description":"Seller ID to get profile for","title":"Seller Id"},"description":"Seller ID to get profile for"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of fields to include","title":"Fields"},"description":"Comma separated list of fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SellerProfileResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/seller-reviews":{"get":{"summary":"Seller Reviews","description":"Get seller reviews.","operationId":"seller_reviews","parameters":[{"name":"seller_id","in":"query","required":true,"schema":{"type":"string","description":"Seller ID to get reviews for","title":"Seller Id"},"description":"Seller ID to get reviews for"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number","default":1,"title":"Page"},"description":"Page number"},{"name":"star_rating","in":"query","required":false,"schema":{"type":"string","description":"Filter by star rating","default":"ALL","title":"Star Rating"},"description":"Filter by star rating"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of fields to include","title":"Fields"},"description":"Comma separated list of fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SellerReviewsResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/seller-products":{"get":{"summary":"Seller Products","description":"Get products sold by a specific seller.","operationId":"seller_products","parameters":[{"name":"seller_id","in":"query","required":true,"schema":{"type":"string","description":"Seller ID to get products for","title":"Seller Id"},"description":"Seller ID to get products for"},{"name":"country","in":"query","required":false,"schema":{"type":"string","description":"Sets the Amazon domain, marketplace country, language and currency","default":"US","title":"Country"},"description":"Sets the Amazon domain, marketplace country, language and currency"},{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"description":"Page number","default":1,"title":"Page"},"description":"Page number"},{"name":"sort_by","in":"query","required":false,"schema":{"type":"string","description":"Sort order for products","default":"RELEVANCE","title":"Sort By"},"description":"Sort order for products"},{"name":"language","in":"query","required":false,"schema":{"type":"string","description":"The language of the results","title":"Language"},"description":"The language of the results"},{"name":"fields","in":"query","required":false,"schema":{"type":"string","description":"Comma separated list of fields to include","title":"Fields"},"description":"Comma separated list of fields to include"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SellerProductsResponse"}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"401":{"description":"Authentication required.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"403":{"description":"Access forbidden.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"404":{"description":"Resource not found.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"],"security":[{"InternalApiKeyAuth":[]},{"RapidAPIKeyAuth":[],"RapidAPIHostAuth":[]}]}},"/endpoints":{"get":{"summary":"List Endpoints","description":"List all available endpoints.","operationId":"endpoints","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"400":{"description":"Invalid request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"429":{"description":"Rate limit exceeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}},"headers":{"Retry-After":{"description":"Seconds the client should wait before retrying.","schema":{"type":"integer"}}}},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"502":{"description":"Upstream bad response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"503":{"description":"Upstream temporarily unavailable.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"504":{"description":"Upstream timeout.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}},"tags":["Azone API"]}}},"components":{"schemas":{"AmazonHaulCategoriesData":{"properties":{"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"channel":{"type":"string","title":"Channel"},"entry_url":{"type":"string","title":"Entry Url"},"policy":{"$ref":"#/components/schemas/AmazonHaulPolicy"},"categories":{"items":{"$ref":"#/components/schemas/AmazonHaulCategory"},"type":"array","title":"Categories"}},"additionalProperties":true,"type":"object","required":["country","domain","channel","categories"],"title":"AmazonHaulCategoriesData"},"AmazonHaulCategoriesParameters":{"properties":{"country":{"type":"string","title":"Country"},"category_id":{"type":"string","title":"Category Id"},"language":{"type":"string","title":"Language"}},"additionalProperties":true,"type":"object","required":["country"],"title":"AmazonHaulCategoriesParameters"},"AmazonHaulCategoriesResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/AmazonHaulCategoriesParameters"},"data":{"$ref":"#/components/schemas/AmazonHaulCategoriesData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"AmazonHaulCategoriesResponse"},"AmazonHaulCategory":{"properties":{"id":{"type":"string","title":"Id"},"name":{"type":"string","title":"Name"},"url":{"type":"string","title":"Url"}},"additionalProperties":true,"type":"object","required":["id","name"],"title":"AmazonHaulCategory"},"AmazonHaulPolicy":{"properties":{"source":{"type":"string","title":"Source"},"currency":{"type":"string","title":"Currency"},"max_item_price":{"type":"number","title":"Max Item Price"},"free_shipping_threshold":{"type":"number","title":"Free Shipping Threshold"},"shipping_fee_below_threshold":{"type":"number","title":"Shipping Fee Below Threshold"},"delivery_sla_days_min":{"type":"integer","title":"Delivery Sla Days Min"},"delivery_sla_days_max":{"type":"integer","title":"Delivery Sla Days Max"},"return_window_days":{"type":"integer","title":"Return Window Days"},"exchange_available":{"type":"boolean","title":"Exchange Available"},"prime_eligible":{"type":"boolean","title":"Prime Eligible"},"amazon_business_eligible":{"type":"boolean","title":"Amazon Business Eligible"},"separate_cart":{"type":"boolean","title":"Separate Cart"},"cross_border_import_possible":{"type":"boolean","title":"Cross Border Import Possible"},"seller_of_record":{"type":"string","title":"Seller Of Record"},"notes":{"items":{"type":"string"},"type":"array","title":"Notes"}},"additionalProperties":true,"type":"object","title":"AmazonHaulPolicy"},"AmazonHaulProduct":{"properties":{"asin":{"type":"string","title":"Asin"},"is_haul":{"type":"boolean","title":"Is Haul"},"product_title":{"type":"string","title":"Product Title"},"brand":{"type":"string","title":"Brand"},"is_sponsored":{"type":"boolean","title":"Is Sponsored"},"product_price":{"type":"number","title":"Product Price"},"product_original_price":{"type":"number","title":"Product Original Price"},"currency":{"type":"string","title":"Currency"},"product_star_rating":{"type":"string","title":"Product Star Rating"},"product_num_ratings":{"type":"integer","title":"Product Num Ratings"},"product_url":{"type":"string","title":"Product Url"},"product_photo":{"type":"string","title":"Product Photo"},"product_num_offers":{"type":"integer","title":"Product Num Offers"},"product_minimum_offer_price":{"type":"number","title":"Product Minimum Offer Price"},"is_best_seller":{"type":"boolean","title":"Is Best Seller"},"is_amazon_choice":{"type":"boolean","title":"Is Amazon Choice"},"climate_pledge_friendly":{"type":"boolean","title":"Climate Pledge Friendly"},"sales_volume":{"type":"string","title":"Sales Volume"},"delivery":{"type":"string","title":"Delivery"},"has_variations":{"type":"boolean","title":"Has Variations"},"product_badge":{"type":"string","title":"Product Badge"},"product_availability":{"type":"string","title":"Product Availability"},"coupon_text":{"type":"string","title":"Coupon Text"},"unit_price":{"type":"string","title":"Unit Price"},"unit_count":{"type":"integer","title":"Unit Count"}},"additionalProperties":true,"type":"object","required":["asin"],"title":"AmazonHaulProduct"},"AmazonHaulSearchData":{"properties":{"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"channel":{"type":"string","title":"Channel"},"entry_url":{"type":"string","title":"Entry Url"},"policy":{"$ref":"#/components/schemas/AmazonHaulPolicy"},"total_products":{"type":"integer","title":"Total Products"},"products":{"items":{"$ref":"#/components/schemas/AmazonHaulProduct"},"type":"array","title":"Products"}},"additionalProperties":true,"type":"object","required":["country","domain","channel","total_products","products"],"title":"AmazonHaulSearchData"},"AmazonHaulSearchParameters":{"properties":{"query":{"type":"string","title":"Query"},"country":{"type":"string","title":"Country"},"page":{"type":"integer","title":"Page"},"category_id":{"type":"string","title":"Category Id"},"sort_by":{"type":"string","title":"Sort By"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["country","page"],"title":"AmazonHaulSearchParameters"},"AmazonHaulSearchResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/AmazonHaulSearchParameters"},"data":{"$ref":"#/components/schemas/AmazonHaulSearchData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"AmazonHaulSearchResponse"},"AsinToGtinData":{"properties":{"asin":{"type":"string","title":"Asin"},"results":{"items":{"$ref":"#/components/schemas/GtinResult"},"type":"array","title":"Results"}},"additionalProperties":true,"type":"object","required":["asin","results"],"title":"AsinToGtinData"},"AsinToGtinParameters":{"properties":{"asin":{"type":"string","title":"Asin"},"country":{"type":"string","title":"Country"}},"additionalProperties":true,"type":"object","required":["asin","country"],"title":"AsinToGtinParameters"},"AsinToGtinResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/AsinToGtinParameters"},"data":{"$ref":"#/components/schemas/AsinToGtinData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"AsinToGtinResponse"},"BestSellerProduct":{"properties":{"rank":{"type":"integer","title":"Rank"},"asin":{"type":"string","title":"Asin"},"product_title":{"type":"string","title":"Product Title"},"product_price":{"type":"string","title":"Product Price"},"product_star_rating":{"type":"string","title":"Product Star Rating"},"product_num_ratings":{"type":"integer","title":"Product Num Ratings"},"product_url":{"type":"string","title":"Product Url"},"product_photo":{"type":"string","title":"Product Photo"},"rank_change_label":{"type":"string","title":"Rank Change Label"}},"additionalProperties":true,"type":"object","title":"BestSellerProduct"},"BestSellersData":{"properties":{"best_sellers":{"items":{"$ref":"#/components/schemas/BestSellerProduct"},"type":"array","title":"Best Sellers"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"}},"additionalProperties":true,"type":"object","required":["best_sellers","country","domain"],"title":"BestSellersData"},"BestSellersParameters":{"properties":{"country":{"type":"string","title":"Country"},"type":{"type":"string","title":"Type"},"page":{"type":"integer","title":"Page"},"category":{"type":"string","title":"Category"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["country","type","page","category"],"title":"BestSellersParameters"},"BestSellersResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/BestSellersParameters"},"data":{"$ref":"#/components/schemas/BestSellersData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"BestSellersResponse"},"CategoryInfo":{"properties":{"name":{"type":"string","title":"Name"},"id":{"type":"string","title":"Id"}},"additionalProperties":true,"type":"object","required":["name","id"],"title":"CategoryInfo"},"CategoryPathItem":{"properties":{"id":{"type":"string","title":"Id"},"name":{"type":"string","title":"Name"},"link":{"type":"string","title":"Link"}},"additionalProperties":true,"type":"object","required":["id","name"],"title":"CategoryPathItem"},"Deal":{"properties":{"deal_id":{"type":"string","title":"Deal Id"},"deal_type":{"type":"string","title":"Deal Type"},"deal_title":{"type":"string","title":"Deal Title"},"deal_photo":{"type":"string","title":"Deal Photo"},"deal_state":{"type":"string","title":"Deal State"},"deal_url":{"type":"string","title":"Deal Url"},"canonical_deal_url":{"type":"string","title":"Canonical Deal Url"},"deal_starts_at":{"type":"string","title":"Deal Starts At"},"deal_ends_at":{"type":"string","title":"Deal Ends At"},"deal_price":{"$ref":"#/components/schemas/DealPrice"},"list_price":{"$ref":"#/components/schemas/DealPrice"},"savings_percentage":{"type":"integer","title":"Savings Percentage"},"savings_amount":{"$ref":"#/components/schemas/DealPrice"},"deal_badge":{"type":"string","title":"Deal Badge"},"type":{"type":"string","title":"Type"},"product_asin":{"type":"string","title":"Product Asin"}},"additionalProperties":true,"type":"object","required":["deal_title","deal_photo","deal_url","type","product_asin"],"title":"Deal"},"DealPrice":{"properties":{"amount":{"type":"string","title":"Amount"},"currency":{"type":"string","title":"Currency"}},"additionalProperties":true,"type":"object","required":["currency"],"title":"DealPrice"},"DealProduct":{"properties":{"additional_info":{"items":{"type":"string"},"type":"array","title":"Additional Info"},"deal_badge":{"type":"string","title":"Deal Badge"},"deal_price":{"type":"string","title":"Deal Price"},"list_price":{"type":"string","title":"List Price"},"product_asin":{"type":"string","title":"Product Asin"},"product_photo":{"type":"string","title":"Product Photo"},"product_title":{"type":"string","title":"Product Title"},"product_url":{"type":"string","title":"Product Url"},"savings_percentage":{"type":"string","title":"Savings Percentage"}},"additionalProperties":true,"type":"object","required":["product_asin","product_photo","product_title","product_url"],"title":"DealProduct"},"DealProductsData":{"properties":{"products":{"items":{"$ref":"#/components/schemas/DealProduct"},"type":"array","title":"Products"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"}},"additionalProperties":true,"type":"object","required":["products","country","domain"],"title":"DealProductsData"},"DealProductsParameters":{"properties":{"country":{"type":"string","title":"Country"},"deal_id":{"type":"string","title":"Deal Id"},"page":{"type":"integer","title":"Page"},"sort_by":{"type":"string","title":"Sort By"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["country","deal_id","page","sort_by"],"title":"DealProductsParameters"},"DealProductsResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/DealProductsParameters"},"data":{"$ref":"#/components/schemas/DealProductsData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"DealProductsResponse"},"DealsData":{"properties":{"deals":{"items":{"$ref":"#/components/schemas/Deal"},"type":"array","title":"Deals"},"total_deals":{"type":"integer","title":"Total Deals"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"}},"additionalProperties":true,"type":"object","required":["deals","country","domain"],"title":"DealsData"},"DealsParameters":{"properties":{"country":{"type":"string","title":"Country"},"language":{"type":"string","title":"Language"},"price_range":{"type":"string","title":"Price Range"},"discount_range":{"type":"string","title":"Discount Range"},"num_pages":{"type":"integer","title":"Num Pages"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["country","price_range","discount_range","num_pages"],"title":"DealsParameters"},"DealsResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/DealsParameters"},"data":{"$ref":"#/components/schemas/DealsData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"DealsResponse"},"GtinResult":{"properties":{"value":{"type":"string","title":"Value"},"type":{"type":"string","title":"Type"}},"additionalProperties":true,"type":"object","required":["value","type"],"title":"GtinResult"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"HealthResponse":{"properties":{"status":{"type":"string","title":"Status"},"service":{"type":"string","title":"Service"},"version":{"type":"string","title":"Version"},"request_id":{"type":"string","title":"Request Id"}},"additionalProperties":true,"type":"object","required":["status","service","version","request_id"],"title":"HealthResponse","example":{"request_id":"123e4567-e89b-12d3-a456-426614174000","service":"Azone","status":"OK","version":"1.2.0"}},"InfluencerPostProduct":{"properties":{"asin":{"type":"string","title":"Asin"},"product_title":{"type":"string","title":"Product Title"},"product_price":{"type":"string","title":"Product Price"},"product_url":{"type":"string","title":"Product Url"},"product_brand":{"type":"string","title":"Product Brand"},"delivery_price":{"type":"string","title":"Delivery Price"},"delivery_time":{"type":"string","title":"Delivery Time"},"is_best_seller":{"type":"boolean","title":"Is Best Seller"},"deal_badge_label":{"type":"string","title":"Deal Badge Label"},"deal_badge_message":{"type":"string","title":"Deal Badge Message"}},"additionalProperties":true,"type":"object","required":["asin","product_title","product_url","is_best_seller"],"title":"InfluencerPostProduct"},"InfluencerPostProductsData":{"properties":{"post_id":{"type":"string","title":"Post Id"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"has_next_page":{"type":"boolean","title":"Has Next Page"},"cursor":{"type":"string","title":"Cursor"},"products":{"items":{"$ref":"#/components/schemas/InfluencerPostProduct"},"type":"array","title":"Products"}},"additionalProperties":true,"type":"object","required":["post_id","country","domain","has_next_page","products"],"title":"InfluencerPostProductsData"},"InfluencerPostProductsParameters":{"properties":{"post_id":{"type":"string","title":"Post Id"},"country":{"type":"string","title":"Country"},"influencer_name":{"type":"string","title":"Influencer Name"},"language":{"type":"string","title":"Language"},"cursor":{"type":"string","title":"Cursor"}},"additionalProperties":true,"type":"object","required":["post_id","country"],"title":"InfluencerPostProductsParameters"},"InfluencerPostProductsResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/InfluencerPostProductsParameters"},"data":{"$ref":"#/components/schemas/InfluencerPostProductsData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"InfluencerPostProductsResponse"},"InfluencerPostsData":{"properties":{"name":{"type":"string","title":"Name"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"has_next_page":{"type":"boolean","title":"Has Next Page"},"cursor":{"type":"string","title":"Cursor"},"posts":{"items":{"$ref":"#/components/schemas/Post"},"type":"array","title":"Posts"}},"additionalProperties":true,"type":"object","required":["name","country","domain","has_next_page","posts"],"title":"InfluencerPostsData"},"InfluencerPostsParameters":{"properties":{"influencer_name":{"type":"string","title":"Influencer Name"},"country":{"type":"string","title":"Country"},"limit":{"type":"integer","title":"Limit"},"scope":{"type":"string","title":"Scope"},"cursor":{"type":"string","title":"Cursor"},"query":{"type":"string","title":"Query"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["influencer_name","country","limit","scope"],"title":"InfluencerPostsParameters"},"InfluencerPostsResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/InfluencerPostsParameters"},"data":{"$ref":"#/components/schemas/InfluencerPostsData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"InfluencerPostsResponse"},"InfluencerProfileData":{"properties":{"name":{"type":"string","title":"Name"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"profile_description":{"type":"string","title":"Profile Description"},"profile_link":{"type":"string","title":"Profile Link"},"is_top_creator":{"type":"boolean","title":"Is Top Creator"},"affiliate_status":{"type":"string","title":"Affiliate Status"},"has_curations":{"type":"boolean","title":"Has Curations"},"posts_count":{"type":"integer","title":"Posts Count"}},"additionalProperties":true,"type":"object","required":["name","country","domain","profile_description","profile_link","is_top_creator","affiliate_status","has_curations","posts_count"],"title":"InfluencerProfileData"},"InfluencerProfileParameters":{"properties":{"influencer_name":{"type":"string","title":"Influencer Name"},"country":{"type":"string","title":"Country"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["influencer_name","country"],"title":"InfluencerProfileParameters"},"InfluencerProfileResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/InfluencerProfileParameters"},"data":{"$ref":"#/components/schemas/InfluencerProfileData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"InfluencerProfileResponse"},"Lifetime":{"properties":{"positive_percent":{"type":"integer","title":"Positive Percent"},"neutral_percent":{"type":"integer","title":"Neutral Percent"},"negative_percent":{"type":"integer","title":"Negative Percent"},"count":{"type":"integer","title":"Count"}},"additionalProperties":true,"type":"object","required":["positive_percent","neutral_percent","negative_percent","count"],"title":"Lifetime"},"NinetyDays":{"properties":{"positive_percent":{"type":"integer","title":"Positive Percent"},"neutral_percent":{"type":"integer","title":"Neutral Percent"},"negative_percent":{"type":"integer","title":"Negative Percent"},"count":{"type":"integer","title":"Count"}},"additionalProperties":true,"type":"object","required":["positive_percent","neutral_percent","negative_percent","count"],"title":"NinetyDays"},"Offer":{"properties":{"product_price":{"type":"string","title":"Product Price"},"product_original_price":{"type":"string","title":"Product Original Price"},"product_condition":{"type":"string","title":"Product Condition"},"product_condition_details":{"type":"string","title":"Product Condition Details"},"ships_from":{"type":"string","title":"Ships From"},"seller":{"type":"string","title":"Seller"},"seller_id":{"type":"string","title":"Seller Id"},"seller_link":{"type":"string","title":"Seller Link"},"seller_star_rating":{"type":"string","title":"Seller Star Rating"},"seller_star_rating_info":{"type":"string","title":"Seller Star Rating Info"},"currency":{"type":"string","title":"Currency"},"delivery_price":{"type":"string","title":"Delivery Price"},"delivery_time":{"type":"string","title":"Delivery Time"}},"additionalProperties":true,"type":"object","required":["product_price","product_condition","ships_from","seller","currency"],"title":"Offer"},"Post":{"properties":{"post_id":{"type":"string","title":"Post Id"},"post_type":{"type":"string","title":"Post Type"},"post_title":{"type":"string","title":"Post Title"},"post_url":{"type":"string","title":"Post Url"},"post_thumbnail":{"type":"string","title":"Post Thumbnail"},"is_pinned":{"type":"boolean","title":"Is Pinned"},"list_items_count":{"type":"integer","title":"List Items Count"},"video_duration":{"type":"string","title":"Video Duration"}},"additionalProperties":true,"type":"object","required":["post_id","post_type","post_title","post_url","post_thumbnail","is_pinned"],"title":"Post"},"ProductCategoryListParameters":{"properties":{"country":{"type":"string","title":"Country"},"language":{"type":"string","title":"Language"}},"additionalProperties":true,"type":"object","required":["country"],"title":"ProductCategoryListParameters"},"ProductCategoryListResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/ProductCategoryListParameters"},"data":{"items":{"$ref":"#/components/schemas/CategoryInfo"},"type":"array","title":"Data"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"ProductCategoryListResponse"},"ProductDetailsData":{"properties":{"asin":{"type":"string","title":"Asin"},"is_haul":{"type":"boolean","title":"Is Haul"},"product_title":{"type":"string","title":"Product Title"},"product_price":{"type":"string","title":"Product Price"},"product_original_price":{"type":"string","title":"Product Original Price"},"minimum_order_quantity":{"type":"integer","title":"Minimum Order Quantity"},"currency":{"type":"string","title":"Currency"},"country":{"type":"string","title":"Country"},"product_byline":{"type":"string","title":"Product Byline"},"product_byline_link":{"type":"string","title":"Product Byline Link"},"product_byline_links":{"items":{"type":"string"},"type":"array","title":"Product Byline Links"},"product_star_rating":{"type":"string","title":"Product Star Rating"},"product_num_ratings":{"type":"integer","title":"Product Num Ratings"},"product_url":{"type":"string","title":"Product Url"},"product_slug":{"type":"string","title":"Product Slug"},"product_photo":{"type":"string","title":"Product Photo"},"product_num_offers":{"type":"integer","title":"Product Num Offers"},"product_availability":{"type":"string","title":"Product Availability"},"product_condition":{"type":"string","title":"Product Condition"},"is_best_seller":{"type":"boolean","title":"Is Best Seller"},"is_amazon_choice":{"type":"boolean","title":"Is Amazon Choice"},"is_prime":{"type":"boolean","title":"Is Prime"},"climate_pledge_friendly":{"type":"boolean","title":"Climate Pledge Friendly"},"sales_volume":{"type":"string","title":"Sales Volume"},"about_product":{"items":{"type":"string"},"type":"array","title":"About Product"},"product_description":{"type":"string","title":"Product Description"},"product_information":{"additionalProperties":true,"type":"object","title":"Product Information"},"rating_distribution":{"$ref":"#/components/schemas/RatingDistribution"},"product_photos":{"items":{"type":"string"},"type":"array","title":"Product Photos"},"product_videos":{"items":{},"type":"array","title":"Product Videos"},"user_uploaded_videos":{"items":{},"type":"array","title":"User Uploaded Videos"},"has_video":{"type":"boolean","title":"Has Video"},"product_details":{"additionalProperties":true,"type":"object","title":"Product Details"},"customers_say":{"type":"string","title":"Customers Say"},"top_reviews":{"items":{"$ref":"#/components/schemas/TopReview"},"type":"array","title":"Top Reviews"},"top_reviews_global":{"items":{"$ref":"#/components/schemas/TopReview"},"type":"array","title":"Top Reviews Global"},"delivery":{"type":"string","title":"Delivery"},"primary_delivery_time":{"type":"string","title":"Primary Delivery Time"},"category":{"$ref":"#/components/schemas/CategoryPathItem"},"category_path":{"items":{"$ref":"#/components/schemas/CategoryPathItem"},"type":"array","title":"Category Path"},"product_variations_dimensions":{"items":{"type":"string"},"type":"array","title":"Product Variations Dimensions"},"product_variations":{"$ref":"#/components/schemas/ProductVariations"},"all_product_variations":{"additionalProperties":true,"type":"object","title":"All Product Variations"},"has_aplus":{"type":"boolean","title":"Has Aplus"},"has_brandstory":{"type":"boolean","title":"Has Brandstory"},"landing_asin":{"type":"string","title":"Landing Asin"},"parent_asin":{"type":"string","title":"Parent Asin"}},"additionalProperties":true,"type":"object","required":["asin","product_title","currency","country","product_byline_links","product_num_ratings","product_url","product_photo","is_best_seller","is_amazon_choice","is_prime","climate_pledge_friendly","about_product","product_description","product_information","rating_distribution","product_photos","product_videos","user_uploaded_videos","has_video","product_details","top_reviews","top_reviews_global","category","category_path","product_variations_dimensions","product_variations","all_product_variations","has_aplus","has_brandstory","landing_asin","parent_asin"],"title":"ProductDetailsData"},"ProductDetailsParameters":{"properties":{"asin":{"type":"string","title":"Asin"},"country":{"type":"string","title":"Country"},"language":{"type":"string","title":"Language"},"more_info_query":{"type":"string","title":"More Info Query"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["asin","country"],"title":"ProductDetailsParameters"},"ProductDetailsResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/ProductDetailsParameters"},"data":{"$ref":"#/components/schemas/ProductDetailsData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"ProductDetailsResponse"},"ProductOffersData":{"properties":{"asin":{"type":"string","title":"Asin"},"is_haul":{"type":"boolean","title":"Is Haul"},"product_title":{"type":"string","title":"Product Title"},"product_price":{"type":"string","title":"Product Price"},"product_original_price":{"type":"string","title":"Product Original Price"},"minimum_order_quantity":{"type":"integer","title":"Minimum Order Quantity"},"currency":{"type":"string","title":"Currency"},"country":{"type":"string","title":"Country"},"product_byline":{"type":"string","title":"Product Byline"},"product_byline_link":{"type":"string","title":"Product Byline Link"},"product_byline_links":{"items":{"type":"string"},"type":"array","title":"Product Byline Links"},"product_star_rating":{"type":"string","title":"Product Star Rating"},"product_num_ratings":{"type":"integer","title":"Product Num Ratings"},"product_url":{"type":"string","title":"Product Url"},"product_slug":{"type":"string","title":"Product Slug"},"product_photo":{"type":"string","title":"Product Photo"},"product_num_offers":{"type":"integer","title":"Product Num Offers"},"product_availability":{"type":"string","title":"Product Availability"},"product_condition":{"type":"string","title":"Product Condition"},"is_best_seller":{"type":"boolean","title":"Is Best Seller"},"is_amazon_choice":{"type":"boolean","title":"Is Amazon Choice"},"is_prime":{"type":"boolean","title":"Is Prime"},"climate_pledge_friendly":{"type":"boolean","title":"Climate Pledge Friendly"},"sales_volume":{"type":"string","title":"Sales Volume"},"about_product":{"items":{"type":"string"},"type":"array","title":"About Product"},"product_description":{"type":"string","title":"Product Description"},"product_information":{"additionalProperties":true,"type":"object","title":"Product Information"},"rating_distribution":{"$ref":"#/components/schemas/RatingDistribution"},"product_photos":{"items":{"type":"string"},"type":"array","title":"Product Photos"},"product_videos":{"items":{},"type":"array","title":"Product Videos"},"user_uploaded_videos":{"items":{},"type":"array","title":"User Uploaded Videos"},"has_video":{"type":"boolean","title":"Has Video"},"product_details":{"additionalProperties":true,"type":"object","title":"Product Details"},"customers_say":{"type":"string","title":"Customers Say"},"top_reviews":{"items":{"$ref":"#/components/schemas/TopReview"},"type":"array","title":"Top Reviews"},"top_reviews_global":{"items":{"$ref":"#/components/schemas/TopReview"},"type":"array","title":"Top Reviews Global"},"delivery":{"type":"string","title":"Delivery"},"primary_delivery_time":{"type":"string","title":"Primary Delivery Time"},"category":{"$ref":"#/components/schemas/CategoryPathItem"},"category_path":{"items":{"$ref":"#/components/schemas/CategoryPathItem"},"type":"array","title":"Category Path"},"product_variations_dimensions":{"items":{"type":"string"},"type":"array","title":"Product Variations Dimensions"},"product_variations":{"$ref":"#/components/schemas/ProductVariations"},"all_product_variations":{"additionalProperties":true,"type":"object","title":"All Product Variations"},"has_aplus":{"type":"boolean","title":"Has Aplus"},"has_brandstory":{"type":"boolean","title":"Has Brandstory"},"landing_asin":{"type":"string","title":"Landing Asin"},"parent_asin":{"type":"string","title":"Parent Asin"},"product_offers":{"items":{"$ref":"#/components/schemas/Offer"},"type":"array","title":"Product Offers"}},"additionalProperties":true,"type":"object","required":["asin","product_title","currency","country","product_byline_links","product_num_ratings","product_url","product_photo","is_best_seller","is_amazon_choice","is_prime","climate_pledge_friendly","about_product","product_description","product_information","rating_distribution","product_photos","product_videos","user_uploaded_videos","has_video","product_details","top_reviews","top_reviews_global","category","category_path","product_variations_dimensions","product_variations","all_product_variations","has_aplus","has_brandstory","landing_asin","parent_asin","product_offers"],"title":"ProductOffersData"},"ProductOffersParameters":{"properties":{"asin":{"type":"string","title":"Asin"},"country":{"type":"string","title":"Country"},"limit":{"type":"integer","title":"Limit"},"page":{"type":"integer","title":"Page"},"product_condition":{"type":"string","title":"Product Condition"},"delivery":{"type":"string","title":"Delivery"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"},"exclude_fields":{"type":"string","title":"Exclude Fields"},"mode":{"type":"string","title":"Mode"},"field_preset":{"type":"string","title":"Field Preset"}},"additionalProperties":true,"type":"object","required":["asin","country"],"title":"ProductOffersParameters"},"ProductOffersResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/ProductOffersParameters"},"data":{"$ref":"#/components/schemas/ProductOffersData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"ProductOffersResponse"},"ProductReviewsData":{"properties":{"asin":{"type":"string","title":"Asin"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"total_ratings":{"type":"integer","title":"Total Ratings"},"rating_distribution":{"$ref":"#/components/schemas/RatingDistribution"},"reviews":{"items":{"$ref":"#/components/schemas/TopReview"},"type":"array","title":"Reviews"}},"additionalProperties":true,"type":"object","required":["asin","country","domain","total_ratings","rating_distribution","reviews"],"title":"ProductReviewsData"},"ProductReviewsParameters":{"properties":{"asin":{"type":"string","title":"Asin"},"country":{"type":"string","title":"Country"},"sort_by":{"type":"string","title":"Sort By"},"star_rating":{"type":"string","title":"Star Rating"},"page":{"type":"integer","title":"Page"},"language":{"type":"string","title":"Language"},"verified_purchases_only":{"type":"boolean","title":"Verified Purchases Only"},"images_or_videos_only":{"type":"boolean","title":"Images Or Videos Only"},"current_format_only":{"type":"boolean","title":"Current Format Only"},"query":{"type":"string","title":"Query"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["asin","country","sort_by","star_rating","page"],"title":"ProductReviewsParameters"},"ProductReviewsResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/ProductReviewsParameters"},"data":{"$ref":"#/components/schemas/ProductReviewsData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"ProductReviewsResponse"},"ProductVariations":{"properties":{"size":{"items":{"$ref":"#/components/schemas/VariationItem"},"type":"array","title":"Size"},"color":{"items":{"$ref":"#/components/schemas/VariationItem"},"type":"array","title":"Color"},"style":{"items":{"$ref":"#/components/schemas/VariationItem"},"type":"array","title":"Style"},"service_provider":{"items":{"$ref":"#/components/schemas/VariationItem"},"type":"array","title":"Service Provider"}},"additionalProperties":true,"type":"object","title":"ProductVariations"},"PromoCodeData":{"properties":{"promo_title":{"type":"string","title":"Promo Title"},"is_promo_available":{"type":"boolean","title":"Is Promo Available"},"discount_percentage":{"type":"integer","title":"Discount Percentage"},"products":{"items":{"$ref":"#/components/schemas/PromoCodeProduct"},"type":"array","title":"Products"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"}},"additionalProperties":true,"type":"object","required":["promo_title","is_promo_available","products","country","domain"],"title":"PromoCodeData"},"PromoCodeParameters":{"properties":{"promo_code":{"type":"string","title":"Promo Code"},"country":{"type":"string","title":"Country"},"language":{"type":"string","title":"Language"}},"additionalProperties":true,"type":"object","required":["promo_code","country"],"title":"PromoCodeParameters"},"PromoCodeProduct":{"properties":{"asin":{"type":"string","title":"Asin"},"product_title":{"type":"string","title":"Product Title"},"product_price":{"type":"string","title":"Product Price"},"product_url":{"type":"string","title":"Product Url"},"product_star_rating":{"type":"string","title":"Product Star Rating"},"product_num_ratings":{"type":"integer","title":"Product Num Ratings"},"product_photo":{"type":"string","title":"Product Photo"},"product_availability":{"type":"string","title":"Product Availability"}},"additionalProperties":true,"type":"object","required":["asin","product_title","product_url"],"title":"PromoCodeProduct"},"PromoCodeResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/PromoCodeParameters"},"data":{"$ref":"#/components/schemas/PromoCodeData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"PromoCodeResponse"},"RatingDistribution":{"properties":{"1":{"type":"integer","title":"1"},"2":{"type":"integer","title":"2"},"3":{"type":"integer","title":"3"},"4":{"type":"integer","title":"4"},"5":{"type":"integer","title":"5"}},"additionalProperties":true,"type":"object","required":["1","2","3","4","5"],"title":"RatingDistribution"},"ReviewSummary":{"properties":{"thirty_days":{"$ref":"#/components/schemas/ThirtyDays"},"ninety_days":{"$ref":"#/components/schemas/NinetyDays"},"twelve_months":{"$ref":"#/components/schemas/TwelveMonths"},"lifetime":{"$ref":"#/components/schemas/Lifetime"}},"additionalProperties":true,"type":"object","required":["thirty_days","ninety_days","twelve_months","lifetime"],"title":"ReviewSummary"},"ReviewedProductVariant":{"properties":{"Size":{"type":"string","title":"Size"},"Color":{"type":"string","title":"Color"},"Style":{"type":"string","title":"Style"},"Service_provider":{"type":"string","title":"Service Provider"},"Product_grade":{"type":"string","title":"Product Grade"}},"additionalProperties":true,"type":"object","title":"ReviewedProductVariant"},"SearchData":{"properties":{"total_products":{"type":"integer","title":"Total Products"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"products":{"items":{"$ref":"#/components/schemas/SearchProduct"},"type":"array","title":"Products"}},"additionalProperties":true,"type":"object","required":["total_products","country","domain","products"],"title":"SearchData"},"SearchParameters":{"properties":{"query":{"type":"string","title":"Query"},"country":{"type":"string","title":"Country"},"sort_by":{"type":"string","title":"Sort By"},"page":{"type":"integer","title":"Page"},"is_prime":{"type":"boolean","title":"Is Prime"},"category_id":{"type":"string","title":"Category Id"},"min_price":{"type":"number","title":"Min Price"},"max_price":{"type":"number","title":"Max Price"},"product_condition":{"type":"string","title":"Product Condition"},"brand":{"type":"string","title":"Brand"},"seller_id":{"type":"string","title":"Seller Id"},"category":{"type":"string","title":"Category"},"include_sponsored":{"type":"boolean","title":"Include Sponsored"},"deals_and_discounts":{"type":"string","title":"Deals And Discounts"},"four_stars_and_up":{"type":"boolean","title":"Four Stars And Up"},"additional_filters":{"type":"string","title":"Additional Filters"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["country"],"title":"SearchParameters"},"SearchProduct":{"properties":{"asin":{"type":"string","title":"Asin"},"is_haul":{"type":"boolean","title":"Is Haul"},"product_title":{"type":"string","title":"Product Title"},"brand":{"type":"string","title":"Brand"},"is_sponsored":{"type":"boolean","title":"Is Sponsored"},"product_price":{"type":"string","title":"Product Price"},"product_original_price":{"type":"string","title":"Product Original Price"},"currency":{"type":"string","title":"Currency"},"product_star_rating":{"type":"string","title":"Product Star Rating"},"product_num_ratings":{"type":"integer","title":"Product Num Ratings"},"product_url":{"type":"string","title":"Product Url"},"product_photo":{"type":"string","title":"Product Photo"},"product_num_offers":{"type":"integer","title":"Product Num Offers"},"product_minimum_offer_price":{"type":"string","title":"Product Minimum Offer Price"},"is_best_seller":{"type":"boolean","title":"Is Best Seller"},"is_amazon_choice":{"type":"boolean","title":"Is Amazon Choice"},"is_prime":{"type":"boolean","title":"Is Prime"},"climate_pledge_friendly":{"type":"boolean","title":"Climate Pledge Friendly"},"sales_volume":{"type":"string","title":"Sales Volume"},"delivery":{"type":"string","title":"Delivery"},"has_variations":{"type":"boolean","title":"Has Variations"},"product_badge":{"type":"string","title":"Product Badge"},"product_availability":{"type":"string","title":"Product Availability"},"coupon_text":{"type":"string","title":"Coupon Text"},"unit_price":{"type":"string","title":"Unit Price"},"unit_count":{"type":"integer","title":"Unit Count"}},"additionalProperties":true,"type":"object","required":["asin"],"title":"SearchProduct"},"SearchResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/SearchParameters"},"data":{"$ref":"#/components/schemas/SearchData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"SearchResponse"},"SellerProduct":{"properties":{"asin":{"type":"string","title":"Asin"},"is_haul":{"type":"boolean","title":"Is Haul"},"product_title":{"type":"string","title":"Product Title"},"brand":{"type":"string","title":"Brand"},"is_sponsored":{"type":"boolean","title":"Is Sponsored"},"product_price":{"type":"string","title":"Product Price"},"product_original_price":{"type":"string","title":"Product Original Price"},"currency":{"type":"string","title":"Currency"},"product_star_rating":{"type":"string","title":"Product Star Rating"},"product_num_ratings":{"type":"integer","title":"Product Num Ratings"},"product_url":{"type":"string","title":"Product Url"},"product_photo":{"type":"string","title":"Product Photo"},"product_num_offers":{"type":"integer","title":"Product Num Offers"},"product_minimum_offer_price":{"type":"string","title":"Product Minimum Offer Price"},"is_best_seller":{"type":"boolean","title":"Is Best Seller"},"is_amazon_choice":{"type":"boolean","title":"Is Amazon Choice"},"is_prime":{"type":"boolean","title":"Is Prime"},"climate_pledge_friendly":{"type":"boolean","title":"Climate Pledge Friendly"},"sales_volume":{"type":"string","title":"Sales Volume"},"delivery":{"type":"string","title":"Delivery"},"has_variations":{"type":"boolean","title":"Has Variations"},"product_badge":{"type":"string","title":"Product Badge"},"product_availability":{"type":"string","title":"Product Availability"},"coupon_text":{"type":"string","title":"Coupon Text"},"unit_price":{"type":"string","title":"Unit Price"},"unit_count":{"type":"integer","title":"Unit Count"}},"additionalProperties":true,"type":"object","required":["asin"],"title":"SellerProduct"},"SellerProductsData":{"properties":{"seller_id":{"type":"string","title":"Seller Id"},"total_products":{"type":"integer","title":"Total Products"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"seller_products":{"items":{"$ref":"#/components/schemas/SellerProduct"},"type":"array","title":"Seller Products"}},"additionalProperties":true,"type":"object","required":["seller_id","total_products","country","domain","seller_products"],"title":"SellerProductsData"},"SellerProductsParameters":{"properties":{"seller_id":{"type":"string","title":"Seller Id"},"country":{"type":"string","title":"Country"},"page":{"type":"integer","title":"Page"},"sort_by":{"type":"string","title":"Sort By"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["seller_id","country","page","sort_by"],"title":"SellerProductsParameters"},"SellerProductsResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/SellerProductsParameters"},"data":{"$ref":"#/components/schemas/SellerProductsData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"SellerProductsResponse"},"SellerProfileData":{"properties":{"seller_id":{"type":"string","title":"Seller Id"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"name":{"type":"string","title":"Name"},"seller_link":{"type":"string","title":"Seller Link"},"store_link":{"type":"string","title":"Store Link"},"logo":{"type":"string","title":"Logo"},"phone":{"type":"string","title":"Phone"},"business_name":{"type":"string","title":"Business Name"},"business_type":{"type":"string","title":"Business Type"},"trade_register_number":{"type":"string","title":"Trade Register Number"},"share_capital":{"type":"string","title":"Share Capital"},"vat_number":{"type":"string","title":"Vat Number"},"email":{"type":"string","title":"Email"},"business_address":{"type":"string","title":"Business Address"},"customer_services_address":{"type":"string","title":"Customer Services Address"},"managing_director":{"type":"string","title":"Managing Director"},"register_court":{"type":"string","title":"Register Court"},"weee_register_number":{"type":"string","title":"Weee Register Number"},"detailed_information":{"type":"string","title":"Detailed Information"},"rating":{"type":"number","title":"Rating"},"ratings_total":{"type":"integer","title":"Ratings Total"},"ratings_total_percentage":{"type":"integer","title":"Ratings Total Percentage"},"review_summary":{"$ref":"#/components/schemas/ReviewSummary"}},"additionalProperties":true,"type":"object","required":["seller_id","country","domain","name","seller_link","store_link","logo","phone","business_name","business_type","trade_register_number","share_capital","vat_number","email","business_address","customer_services_address","managing_director","register_court","weee_register_number","detailed_information","rating","ratings_total","ratings_total_percentage","review_summary"],"title":"SellerProfileData"},"SellerProfileParameters":{"properties":{"seller_id":{"type":"string","title":"Seller Id"},"country":{"type":"string","title":"Country"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["seller_id","country"],"title":"SellerProfileParameters"},"SellerProfileResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/SellerProfileParameters"},"data":{"$ref":"#/components/schemas/SellerProfileData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"SellerProfileResponse"},"SellerReview":{"properties":{"review_author":{"type":"string","title":"Review Author"},"review_comment":{"type":"string","title":"Review Comment"},"review_star_rating":{"type":"integer","title":"Review Star Rating"},"has_response":{"type":"boolean","title":"Has Response"},"review_date":{"type":"string","title":"Review Date"}},"additionalProperties":true,"type":"object","required":["review_author","review_comment","review_star_rating","has_response","review_date"],"title":"SellerReview"},"SellerReviewsData":{"properties":{"seller_id":{"type":"string","title":"Seller Id"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"has_next_page":{"type":"boolean","title":"Has Next Page"},"seller_reviews":{"items":{"$ref":"#/components/schemas/SellerReview"},"type":"array","title":"Seller Reviews"}},"additionalProperties":true,"type":"object","required":["seller_id","country","domain","has_next_page","seller_reviews"],"title":"SellerReviewsData"},"SellerReviewsParameters":{"properties":{"seller_id":{"type":"string","title":"Seller Id"},"country":{"type":"string","title":"Country"},"page":{"type":"integer","title":"Page"},"star_rating":{"type":"string","title":"Star Rating"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["seller_id","country","page","star_rating"],"title":"SellerReviewsParameters"},"SellerReviewsResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/SellerReviewsParameters"},"data":{"$ref":"#/components/schemas/SellerReviewsData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"SellerReviewsResponse"},"ThirtyDays":{"properties":{"positive_percent":{"type":"integer","title":"Positive Percent"},"neutral_percent":{"type":"integer","title":"Neutral Percent"},"negative_percent":{"type":"integer","title":"Negative Percent"},"count":{"type":"integer","title":"Count"}},"additionalProperties":true,"type":"object","required":["positive_percent","neutral_percent","negative_percent","count"],"title":"ThirtyDays"},"TopProductReviewsData":{"properties":{"asin":{"type":"string","title":"Asin"},"country":{"type":"string","title":"Country"},"domain":{"type":"string","title":"Domain"},"rating_distribution":{"$ref":"#/components/schemas/RatingDistribution"},"reviews":{"items":{"$ref":"#/components/schemas/TopReview"},"type":"array","title":"Reviews"}},"additionalProperties":true,"type":"object","required":["asin","country","domain","rating_distribution","reviews"],"title":"TopProductReviewsData"},"TopProductReviewsParameters":{"properties":{"asin":{"type":"string","title":"Asin"},"country":{"type":"string","title":"Country"},"language":{"type":"string","title":"Language"},"fields":{"type":"string","title":"Fields"}},"additionalProperties":true,"type":"object","required":["asin","country"],"title":"TopProductReviewsParameters"},"TopProductReviewsResponse":{"properties":{"status":{"type":"string","title":"Status"},"request_id":{"type":"string","title":"Request Id"},"parameters":{"$ref":"#/components/schemas/TopProductReviewsParameters"},"data":{"$ref":"#/components/schemas/TopProductReviewsData"}},"additionalProperties":true,"type":"object","required":["status","request_id","parameters","data"],"title":"TopProductReviewsResponse"},"TopReview":{"properties":{"review_id":{"type":"string","title":"Review Id"},"review_title":{"type":"string","title":"Review Title"},"review_comment":{"type":"string","title":"Review Comment"},"review_star_rating":{"type":"string","title":"Review Star Rating"},"review_link":{"type":"string","title":"Review Link"},"review_author_id":{"type":"string","title":"Review Author Id"},"review_author":{"type":"string","title":"Review Author"},"review_author_url":{"type":"string","title":"Review Author Url"},"review_author_avatar":{"type":"string","title":"Review Author Avatar"},"review_images":{"items":{"type":"string"},"type":"array","title":"Review Images"},"review_video":{"type":"string","title":"Review Video"},"review_date":{"type":"string","title":"Review Date"},"is_verified_purchase":{"type":"boolean","title":"Is Verified Purchase"},"helpful_vote_statement":{"type":"string","title":"Helpful Vote Statement"},"reviewed_product_asin":{"type":"string","title":"Reviewed Product Asin"},"reviewed_product_variant":{"$ref":"#/components/schemas/ReviewedProductVariant"},"is_vine":{"type":"boolean","title":"Is Vine"}},"additionalProperties":true,"type":"object","required":["review_id","review_title","review_comment","review_star_rating","review_link","review_author","review_images","review_date","is_verified_purchase","reviewed_product_asin","is_vine"],"title":"TopReview"},"TwelveMonths":{"properties":{"positive_percent":{"type":"integer","title":"Positive Percent"},"neutral_percent":{"type":"integer","title":"Neutral Percent"},"negative_percent":{"type":"integer","title":"Negative Percent"},"count":{"type":"integer","title":"Count"}},"additionalProperties":true,"type":"object","required":["positive_percent","neutral_percent","negative_percent","count"],"title":"TwelveMonths"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"VariationItem":{"properties":{"asin":{"type":"string","title":"Asin"},"value":{"type":"string","title":"Value"},"is_available":{"type":"boolean","title":"Is Available"},"photo":{"type":"string","title":"Photo"}},"additionalProperties":true,"type":"object","required":["asin","value","is_available"],"title":"VariationItem"},"ErrorObject":{"type":"object","properties":{"code":{"type":"string","title":"Code"},"message":{"type":"string","title":"Message"},"retryable":{"type":"boolean","title":"Retryable"},"details":{"type":"object","additionalProperties":true,"title":"Details"}},"required":["code","message","retryable"],"additionalProperties":true,"title":"ErrorObject"},"ErrorEnvelope":{"type":"object","properties":{"request_id":{"type":"string","title":"Request Id"},"status":{"type":"string","title":"Status","enum":["error"]},"error":{"$ref":"#/components/schemas/ErrorObject"}},"required":["request_id","status","error"],"additionalProperties":true,"title":"ErrorEnvelope"}},"securitySchemes":{"InternalApiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Internal access key for direct usage."},"RapidAPIKeyAuth":{"type":"apiKey","in":"header","name":"X-RapidAPI-Key","description":"RapidAPI subscription key."},"RapidAPIHostAuth":{"type":"apiKey","in":"header","name":"X-RapidAPI-Host","description":"RapidAPI host header for marketplace routing."}}},"tags":[{"name":"Azone API","description":"Azone API endpoints"}],"servers":[{"url":"https://azone.apilot.net","description":"Production API"}]}