Product Search API static sandbox guide
The Product Search API supports the Amazon Business API static sandbox. The static sandbox uses pattern matching to return static, mocked responses.
You can use the sandbox environment to securely test your integration with the Product Search API before moving to production. By sending requests to the sandbox endpoints instead of production endpoints, you can test standard workflows without triggering real-world events.
Prerequisites
Before calling the Product Search API static sandbox, complete the steps in Accessing the Amazon Business API sandbox environment to create a sandbox app and generate a sandbox API access token.
Once you’ve generated the access token, direct each sandbox call to the appropriate Amazon Business API sandbox endpoint for your region.
Sandbox scenarios
Use the following sample requests to test the success and error scenarios in the Product Search API static sandbox. If you use input parameters other than the sample values below, an error will occur.
Path: GET /products/2020-08-26/products
Scenario: Calling Product Search API sandbox searchProductsRequest operation to get products with all required input parameters:
GET https://sandbox.na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&locale=en_US&facets=OFFERS&keywords=keyword
Response: A successful request returns a 200 response code with details about four matching products in the response body.
Status code: 200 OK
{
"matchingProductCount": 4,
"searchRefinements": [
{
"displayValue": "Department",
"refinementValues": [
{
"displayName": "Electronics",
"searchRefinementValue": "search-alias#electronics"
},
{
"displayName": "Automotive Parts & Accessories",
"searchRefinementValue": "search-alias#automotive"
},
{
"displayName": "Home & Kitchen",
"searchRefinementValue": "search-alias#garden"
},
{
"displayName": "Sports & Outdoors",
"searchRefinementValue": "search-alias#sporting"
},
{
"displayName": "Industrial & Scientific",
"searchRefinementValue": "search-alias#industrial"
},
{
"displayName": "Toys & Games",
"searchRefinementValue": "search-alias#toys-and-games"
},
{
"displayName": "Tools & Home Improvement",
"searchRefinementValue": "search-alias#tools"
},
{
"displayName": "Everything Else",
"searchRefinementValue": "search-alias#misc"
},
{
"displayName": "Office Products",
"searchRefinementValue": "search-alias#office-products"
},
{
"displayName": "Health, Household & Baby Care",
"searchRefinementValue": "search-alias#hpc"
},
{
"displayName": "Beauty & Personal Care",
"searchRefinementValue": "search-alias#beauty"
},
{
"displayName": "Cell Phones & Accessories",
"searchRefinementValue": "search-alias#mobile"
},
{
"displayName": "Baby",
"searchRefinementValue": "search-alias#baby-products"
},
{
"displayName": "Garden & Outdoor",
"searchRefinementValue": "search-alias#lawngarden"
},
{
"displayName": "Arts, Crafts & Sewing",
"searchRefinementValue": "search-alias#arts-crafts"
},
{
"displayName": "Pet Supplies",
"searchRefinementValue": "search-alias#pets"
},
{
"displayName": "Grocery & Gourmet Food",
"searchRefinementValue": "search-alias#grocery"
},
{
"displayName": "Video Games",
"searchRefinementValue": "search-alias#videogames"
},
{
"displayName": "Appliances",
"searchRefinementValue": "search-alias#appliances"
},
{
"displayName": "Handmade",
"searchRefinementValue": "search-alias#handmade"
},
{
"displayName": "Musical Instruments",
"searchRefinementValue": "search-alias#mi"
},
{
"displayName": "Books",
"searchRefinementValue": "search-alias#stripbooks"
},
{
"displayName": "Gift Cards",
"searchRefinementValue": "search-alias#gift-cards"
},
{
"displayName": "Kindle Store",
"searchRefinementValue": "search-alias#digital-text"
},
{
"displayName": "Apps & Games",
"searchRefinementValue": "search-alias#mobile-apps"
},
{
"displayName": "Collectibles & Fine Art",
"searchRefinementValue": "search-alias#collectibles"
},
{
"displayName": "Home & Business Services",
"searchRefinementValue": "search-alias#local-services"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Company policies",
"refinementValues": []
},
{
"selectionType": "InsteadSelect",
"displayValue": "Delivery Day",
"refinementValues": [
{
"displayName": "1",
"searchRefinementValue": "delivery_day#1"
}
]
},
{
"displayValue": "Availability",
"refinementValues": [
{
"displayName": "0",
"searchRefinementValue": "availability#0"
},
{
"displayName": "1",
"searchRefinementValue": "availability#1"
},
{
"displayName": "2",
"searchRefinementValue": "availability#2"
}
]
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Prime Campus",
"refinementValues": []
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Prime Free Same-Day",
"refinementValues": []
},
{
"selectionType": "MultiSelectOR",
"displayValue": "Prime One-Day",
"refinementValues": []
},
{
"displayValue": "Prime Delivery",
"refinementValues": []
},
{
"displayValue": "dds_huffman",
"refinementValues": []
}
],
"refinements": {
"categories": [
{
"displayName": "Electronics",
"id": "ELECTRONICS"
},
{
"displayName": "Automotive Parts & Accessories",
"id": "AUTOMOTIVE"
},
{
"displayName": "Home & Kitchen",
"id": "HOME_AND_KITCHEN"
},
{
"displayName": "Sports & Outdoors",
"id": "SPORTS_AND_OUTDOORS"
},
{
"displayName": "Industrial & Scientific",
"id": "INDUSTRIAL"
},
{
"displayName": "Toys & Games",
"id": "TOYS_AND_GAMES"
},
{
"displayName": "Tools & Home Improvement",
"id": "TOOLS_AND_HOME_IMPROVEMENT"
},
{
"displayName": "Everything Else",
"id": "EVERYTHING_ELSE"
},
{
"displayName": "Office Products",
"id": "OFFICE_PRODUCTS"
},
{
"displayName": "Health, Household & Baby Care",
"id": "HEALTH_PERSONAL_CARE"
},
{
"displayName": "Beauty & Personal Care",
"id": "BEAUTY"
},
{
"displayName": "Cell Phones & Accessories",
"id": "MOBILE_AND_ACCESSORIES"
},
{
"displayName": "Baby",
"id": "BABY"
},
{
"displayName": "Garden & Outdoor",
"id": "GARDEN_AND_OUTDOOR"
},
{
"displayName": "Arts, Crafts & Sewing",
"id": "ARTS_AND_CRAFTS"
},
{
"displayName": "Pet Supplies",
"id": "PET_SUPPLIES"
},
{
"displayName": "Grocery & Gourmet Food",
"id": "GROCERY_AND_GOURMET_FOOD"
},
{
"displayName": "Video Games",
"id": "VIDEO_GAMES"
},
{
"displayName": "Appliances",
"id": "APPLIANCES"
},
{
"displayName": "Handmade",
"id": "HANDMADE"
},
{
"displayName": "Musical Instruments",
"id": "MUSICAL_INSTRUMENTS"
},
{
"displayName": "Books",
"id": "BOOKS"
},
{
"displayName": "Gift Cards",
"id": "GIFT_CARDS"
},
{
"displayName": "Kindle Store",
"id": "KINDLE_STORE"
},
{
"displayName": "Apps & Games",
"id": "MOBILE_APPS"
},
{
"displayName": "Collectibles & Fine Art",
"id": "COLLECTIBLES"
},
{
"displayName": "Home & Business Services",
"id": "LOCAL_SERVICES"
}
],
"subCategories": [],
"availabilityOptions": [
{
"displayName": "0",
"id": "0"
},
{
"displayName": "1",
"id": "1"
},
{
"displayName": "2",
"id": "2"
}
],
"deliveryDayOptions": [
{
"displayName": "1",
"id": "1"
}
],
"eligibleForFreeShippingOptions": [],
"primeEligible": []
},
"numberOfPages": 1,
"products": [
{
"asin": "0199393214",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.LCYX26RZZ5DEIUZAEEWWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ7DTTPFW2DX2PWNIPNCL3MKH2RQUEWHZOWTBSOGZUCUGMZUNEN7CUISPOEBIAP54U56K6I2XTVFLTXI5WSECCPTUR3MK2XMPS7PFO7GQS24X5RFM6DQCOYIYXANRRB6YDA",
"includedDataTypes": {
"OFFERS": [
{}
]
},
"features": [],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "55101500",
"title": "Printed publications",
"type": "UNSPSC"
}
],
"title": "Keywords: A Vocabulary of Culture and Society",
"url": "https://www.amazon.com/dp/0199393214?ref_=ab_psdp",
"bookInformation": {
"isbn": {}
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {},
"productDescription": "First published in 1976, Raymond Williams' highly acclaimed Keywords: A Vocabulary of Culture and Society is a collection of lively essays on words that are critical to understanding the modern world. In these essays, Williams, a renowned cultural critic, demonstrates how these key words take on new meanings and how these changes reflect the political bent and values of our past and current society. He chose words both essential and intangible--words like nature, underprivileged, industry, liberal, violence, to name a few--and, by tracing their etymology and evolution, grounds them in a wider political and cultural framework. The result is an illuminating account of the central vocabulary of ideological debate in English in the modern period. \n\nThis edition features a new original foreword by Colin MacCabe, Distinguished Professor of English and Literature, University of Pittsburgh, that reflects on the significance of Williams' life and work. Keywords remains as relevant today as it was over thirty years ago, offering a provocative study of our language and an insightful look at the society in which we live.",
"upcValues": [],
"eanValues": []
},
{
"asin": "B0BVLCJHX8",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.A7MUCIMZWX4FJWCTPMAWI2LRMFZG423ZORUGOZLEG5ZGMY3BONQRAEIX32JOPPN7ZCMS2BW7ZHXPXV5ZYEN6HIS6GOCKSGFHZ7QJMDLU7BV6M6LWC5MOG7O7V6DFDPFIEEKGCVFWY6DQIBJZVCGZOADRVVMOMUMS37QKIQRD6WVJYCR7BQVQ",
"includedDataTypes": {
"OFFERS": [
{}
]
},
"features": [
"[2023 Upgraded Game Console Adapter] AIMVICE adopts the most advanced keyboard and mouse adapter technology. This keyboard and mouse adapter supports shortcut keys to customize key mapping and adjust sensitivity, and supports one-to-many key mapping. Ideal for game consoles like FPS, TPS and RTS, etc.",
"[Plug and Play] The product is functionally compatible and supports most keyboards, mice, third-party wired games. No need to download additional software. There is a keyboard mark on the converter, which corresponds to the connection. The converter needs to be connected to the game console and the controller at the same time to work.",
"[Multi-Platform Compatibility] AIMVICE keyboard and mouse adapter is compatible with Xbox360, Xbox One, Xbox Series X/S, PlayStation 3, PlayStation 4, Nintendo Switch and other platforms. If you are buying BLADER to play on PS5, we do not recommend buying it.",
"[Game Experience Like PC] Keyboard mouse adapter allows you to experience the perspective of network gaming mouse and keyboard control, low latency, easy to use, fast and flexible connection to wired game console adapter. The appearance of the product is novel and beautiful, and the size is convenient to place.",
"[Must Read Before Use] 1. Set the game sensitivity to the highest for best game control. 2. The mouse that needs to install the driver to use it is not supported. 3. New packaging changed the brand name to AIMZENIX 4. We provide a 365-day support, repair or replacement warranty, if you have any questions about the item, please feel free to contact us."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "43210000",
"title": "Computer Equipment and Accessories",
"type": "UNSPSC"
}
],
"title": "Keyword and Mouse Adapter for Nintendo Switch/Xbox One/PS4/PS3, AIMVICE Keyboard Adapter & Xbox Keyboard Adapter, Perfect for Games Consoles for FPS, TPS and RTS [2023 Upgrade Version]",
"url": "https://www.amazon.com/dp/B0BVLCJHX8?ref_=ab_psdp",
"bookInformation": {
"isbn": {}
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"": "",
"Date First Available": "February 13, 2023",
"Nominal Power": "",
"Compatible Devices": "PlayStation4, PlayStation3, XBOX ONE, XBOX Series S/X, Nintendo Switch, PC",
"Unit Count": "1.0 Count",
"Specific Uses For Product": "Video Game Console",
"ASIN": "B0BVLCJHX8",
"Product Dimensions": "4.53 x 4.53 x 0.94 inches; 2.4 Ounces",
"Item Package Quantity": "1",
"Warranty Type": "Limited",
"Number of Ports": "4",
"Manufacturer": "AIMVICETEK",
"Connector Type": "",
"Power Plug Type": "No Plug",
"Cable Length": "",
"UNSPSC Code": "",
"Number of Items": "",
"Finish Type": "",
"Color": "Black",
"Item model number": "BLADER",
"Current Rating": "",
"Input Voltage": "4 Volts",
"Brand": "AIMVICETEK",
"null": "",
"Item Dimensions LxWxH": "4.53 x 4.53 x 0.94 inches",
"Country of Origin": "",
"Item Weight": "0.07 Kilograms"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {},
"productDescription": "1. Are you still use the game joystick play the console games, and you are always missing the beat while you operate the game joystick without accurate. 2. Now, the BLADER Keyboard & Mouse Converter allows you use the keyboard & mouse play console games with high accurate and rapid fire trigger. 3. It compatible with XBOX S/X/XBOX Series X/S, PS4, Switch Platform perfectly. 4. Plug and play, no driver need. 5. If customers have any questions about the button settings can send an email to AIMVICETEK, we will solve your problem as soon as possible, thank you",
"upcValues": [],
"eanValues": []
},
{
"asin": "B0CNSBTCKV",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.VMFBTHYL445CMZYZ7SDGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQ6ZDOKT2LTK5NVG3BQAQGLAXTGAAX2DGLNK7JERVIB7VRTVYNNT2HODVK2TTSEAILTEQM3NYH3YIVLY2GHJORSC5Y5WQ6KWCMEXF2WC44OGVOAARDSKTOPX3GMUZYIUOTA",
"includedDataTypes": {
"OFFERS": [
{}
]
},
"features": [
"SHIELD, INDESTRUCTIBLE, LIFELINK, TRAMPLE, REACH, MENACE",
"DOUBLE STRIKE, FIRST STRIKE, DEATHTOUCH, FLYING, HEXPROOF, VIGILANCE",
"Keyword Counters Designed For Magic: The Gathering",
"Large and Easy to See!"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "49100000",
"title": "Collectibles and awards",
"type": "UNSPSC"
}
],
"title": "10x Deluxe 12 Sided Large Keyword & Shield Counters Compatible with Magic: The Gathering MTG CCG",
"url": "https://www.amazon.com/dp/B0CNSBTCKV?ref_=ab_psdp",
"bookInformation": {
"isbn": {}
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"": "",
"Team Name": "",
"Grade Rating": "",
"Unit Count": "",
"Size": "",
"Included Components": "",
"ASIN": "B0CNSBTCKV",
"Sub Brand": "",
"Product Dimensions": "",
"Athlete": "",
"Sport": "",
"Manufacturer": "Rook Robot",
"UNSPSC Code": "",
"Manufacturer recommended age": "16 years and up",
"League": "",
"Is Autographed": "",
"Package Dimensions": "8 x 6 x 1 inches; 8 Ounces",
"Parallel Type": "",
"Color": "",
"Material": "",
"Brand": "Rook Robot",
"Authenticity By": "",
"null": "",
"Year": "",
"Graded By": "",
"Theme": "",
"Age Range (Description)": "",
"Item Weight": "8 ounces",
"Country of Origin": ""
},
"productDetails": {
"": {
"Manufacturer recommended age:": "16 years and up"
}
},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {},
"productDescription": "10 Deluxe 12 Sided Large Keyword Counters. Keyword counters were first introduced in the Magic: The Gathering Set of Ikoria: Lair of Behemoths. \n\nThe keywords listed on the 12 dice sides are:\n\n LIFELINK\n TRAMPLE\n REACH\n MENACE\n FIRST STRIKE\n DOUBLE STRIKE\n DEATHTOUCH\n FLYING\n HEXPROOF\n VIGILANCE\n INDESTRUCTIBLE\n SHIELD\n\n Thanks for looking! I also made the original +1/+1 Counters and Planeswalker Loyalty Counters, check out my other items if you're interested in those! \n\nThese are 25mm dice, they are 22.5mm from face to face.",
"upcValues": [],
"eanValues": []
},
{
"asin": "B0CDWFCSDT",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.ANUMOBRL3UCYKXNSGV7GI2LRMFZG423ZORUGOZLEG5ZGMY3BONQTIZXF5UHJRCQTF3GJYKP3KDLW6QE5KACR3FYENIUNGACYMMELAH5QK7Q3TJ4RCKZWRINVYYJYVXG5GIW5CSNZSNRIBY4YO4YCDODIP5674GDSAZGEQCVJCQMOFJMP7K3A",
"includedDataTypes": {
"OFFERS": [
{}
]
},
"features": [
"What's in the box: Compatible Replacement for HP 210X Toner Cartridge 4 Pack (1 x W2100X High Yield black, 1 x W2101X Cyan, 1 x W2102X Yellow , 1 x W2103X Magenta)and 1 x User's manual",
"High Page Yield: Up to 7,500 pages per black 210X toner , 5,500 pages for Color Toner Cartridges (W2101X,W2102X,W2103X) at 5% coverage",
"Compatible Printer: Compatible for hp Color Pro MFP 4301fdw 4301fdn, Color Pro 4201dw 4201dn printer",
"Tips: 210X toner cartridges adapt latest upgraded chip that can be quickly recognized by the printer.",
"All 210X toner cartridge are recycled from empty Original cartridges which only used once, cleaned, adhere to the concept of environmental protection and energy saving, Delivers Sharp Texts, Crisp Images and Stable Compatibility, No Fading, No powder leakage, No Streak."
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "44103103",
"title": "Printer or facsimile toner",
"type": "UNSPSC"
}
],
"title": "210X 210A Toner Cartridges Replacement for HP Color MFP 4301fdw 4301fdn Pro 4201dw 4201dn Series Printer Toner (Black Cyan Yellow Magenta 4 Pack)",
"url": "https://www.amazon.com/dp/B0CDWFCSDT?ref_=ab_psdp",
"bookInformation": {
"isbn": {}
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"": "",
"Date First Available": "August 7, 2023",
"Compatible Devices": "",
"Package Dimensions": "12.5 x 7.5 x 7 inches; 6.7 Pounds",
"Included Components": "Toner Cartridge",
"Dual-sided printing": "",
"Controller Type": "",
"Color": "210X toner",
"ASIN": "B0CDWFCSDT",
"Duplex": "",
"Brand": "OFFICE-COLOR",
"null": "",
"Manufacturer": "OFFICE-COLOR",
"UNSPSC Code": "",
"Country of Origin": "",
"Page Yield": "7500",
"Item Weight": "6.7 Pounds",
"Special Feature": "High Yield"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {},
"upcValues": [],
"eanValues": []
}
]
}
Scenario: Calling Product Search API sandbox searchProductsRequest operation to get products on a particular date without required locale
parameter:
GET https://sandbox.na.business-api.amazon.com/products/2020-08-26/products?productRegion=US&facets=OFFERS,IMAGES&keyword=pen
Response: This scenario returns a 400 status code with an “InvalidInput" error message.
Response code: 400 Bad Request
{
"errors": [
{
"code": "InvalidInput",
"message": "Missing or invalid request parameters: [locale]",
"details": ""
}
]
}
Path: GET /products/2020-08-26/products/{productId}
Scenario: Calling Product Search API sandbox productsRequest operation to get a product with product ID and proper input:
GET https://sandbox.na.business-api.amazon.com/products/2020-08-26/products/B007VC9DKI/?productRegion=US&locale=es_US&facets=OFFERS&shippingPostalCode=99999
Response: A successful request returns a 200 response code with details about the specified product in the response body.
Response code: 200 OK
{
"asin": "B007VC9DKI",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.KKWVAZ4AV7NVQBLCPNUGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQUOL5X5WUIKF5XKBXIUSPMM7CGIVCAMA4LPZVRH2DRSHLUZZLGP27FDTAOST3HBGTLAIGD5PTKLREQHVNV3VJV6D72UQT6ZNDMBPPAMRBKYH3SMJACMU6LOFHZFN6Y5BLA",
"includedDataTypes": {
"OFFERS": [
{}
]
},
"features": [
"Incluye un (1) 1.75 onzas. Gold Bond - Barra de defensa de fricción con aloe",
"Gold Bond Friction Defense Stick reduce la fricción y reconforta la piel",
"Esta barra de fácil aplicación reduce la fricción mientras hidrata y calma la piel",
"Gold Bond Friction Defense Stick no es grasoso, sin perfume y suave para la piel sensible",
"Este palo fácil de usar se puede aplicar libremente a las zonas afectadas según sea necesario para la defensa por fricción",
"Crea una cuenta TerraCycle y comienza a reciclar tu embalaje Gold Bond vacío"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "53131600",
"title": "Baño y cuerpo",
"type": "UNSPSC"
}
],
"title": "Loción para defensa de fricción Gold Bond, 1.75 onzas, 775387, 1, 1",
"url": "https://www.amazon.com/dp/B007VC9DKI?ref_=ab_psdp",
"bookInformation": {
"isbn": {}
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"": "",
"Instrucciones": "Aplicar generosamente tan a menudo como sea necesario para reducir la fricción y calmar la piel.",
"Rango de edad (descripción)": "Adultos",
"Ingredientes activos.": "Triglicérido caprílico/cáprico, tribehenina, ésteres cetílicos, alcohol estearílico, polietileno, óxido de zinc, sílice, etilhexilglicerina, extracto de hoja de aloe barbadensis, miristato de isopropilo, bisabolol, acetato de tocoferilo, palmitato de isopropilo, extracto de raíz de Zingiber Officinale (jengibre)",
"Peso del artículo": "",
"ASIN": "B007VC9DKI",
"Producto en amazon.com desde": "Abril 18, 2012",
"Recuento de unidades": "1 Count",
"Descatalogado por el fabricante": "No",
"Usos Recomendados Para Producto": "Calmante",
"Tono de piel": "Piel sensible",
"País de origen": "",
"Usado para": "Todo el Cuerpo",
"Característica del material": "Fragrance Free",
"Nivel de resistencia al agua": "",
"Código UNSPSC": "",
"Tipo de piel": "Áspero, Sensible",
"Fragancia": "Sin fragancia",
"Dimensiones del artículo LxWxH": "2,25 x 1,25 x 4,5 pulgadas",
"Factor de protección solar": "",
"Género objetivo": "Unisex",
"Fabricante": "Gold Bond",
"Material libre de": "Sin fragancia",
"Dimensiones del producto": "2,25 x 1,25 x 4,5 pulgadas; 1,76 Onzas",
"País/región de origen": "",
"Forma del producto": "Stick",
"Volumen del artículo": "1,75 Onzas de líquido",
"Marca": "Gold Bond",
"Ingredientes": "Triglicérido caprílico/cáprico, tribehenina, ésteres cetílicos, alcohol estearílico, polietileno, óxido de zinc, sílice, etilhexilglicerina, extracto de hoja de aloe barbadensis, miristato de isopropilo, bisabolol, acetato de tocoferilo, palmitato de isopropilo, extracto de raíz de Zingiber Officinale (jengibre)",
"Beneficios del producto": "Hidratante, calmante,",
"Número de modelo del producto": "775387",
"Número de artículos": "1"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {},
"productDescription": "La fricción de la piel puede ser toda una aflicción. Pero no con el palo de defensa de fricción Gold Bond Cuando generas fricción, las cosas se calientan, ¡especialmente cuando se trata de tu piel! Gold Bond Friction Defense es la fórmula calmante que reduce la fricción mientras hidrata tu piel áspera. No tiene perfume y es perfecto para la prevención de fricción diaria. Diseñado para parecerse a un desodorante en barra, es fácil aplicar esta solución calmante cuando la necesites. Mantén una en tu bolsa de gimnasio o en casa para calmar la piel áspera causada por la fricción cuando y donde más lo necesites.",
"upcValues": [],
"eanValues": []
}
Scenario: Calling Product Search API sandbox productsRequest operation to get a product on a particular date without required product region parameter:
GET https://sandbox.na.business-api.amazon.com/products/2020-08-26/products/B07VDJ5RVF/?locale=es_US&facets=OFFERS&shippingPostalCode=999999
Response: This scenario returns a 400 status code with an “InvalidInput” error message.
Response code: 400 Bad Request
{
"errors": [
{
"code": "InvalidInput",
"message": "Missing or invalid request parameters: [productRegion]",
"details": ""
}
]
}
Path: GET /products/2020-08-26/products/{productId}/offers
Scenario: Calling Product Search API sandbox searchOffersRequest operation to get product details along with offers from the productId
:
GET https://sandbox.na.business-api.amazon.com/products/2020-08-26/products/B07VDJ5RVF/offers?productRegion=US&locale=en_US&pageNumber=1&pageSize=12&filterIds=NEW,PRIME
Response: A successful request returns a 200 response code with details about 22 offers for the specified product in the response body.
Response code: 200 OK
{
"offerCount": 22,
"numberOfPages": 2,
"offers": [
{
"availability": "In Stock.",
"buyingGuidance": "UNKNOWN",
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"name": "AllThatUNeed"
},
"offerId": "qAxlAatZj5EmsUjegBOwOAsplZfqIKsSsadQtnL%2FbhsHQQEJPNVWt771eG25WpFwbYAwj%2F97KOJGPxwDOMjY61SHBjPg%2BL163YfNSELBZkaHHn6oiwjRKIboywyiAybT0UOQCZbxnd8B%2BP2Z22Lew%2BawOPrzdu8p",
"price": {
"value": {
"amount": 12.45,
"currencyCode": "USD"
},
"priceType": "NEW"
},
"badges": [],
"listPrice": {},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 10,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery December 28 - 29"
},
{
"availability": "In Stock.",
"buyingGuidance": "UNKNOWN",
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"name": "Starsandstripes0321"
},
"offerId": "qAxlAatZj5EmsUjegBOwOAsplZfqIKsSsU7fTgLW5s0f7lq3K4644FuejEaWJjmQczRqcn%2FoAm91YSrEo7ViOP7Y20vUkiu5i7m4oseC6P3YS5S14h5vfxRj6ourO1rVjI2yXnBah5cNfkh5nuM3%2FYGXLttUMpmX",
"price": {
"value": {
"amount": 12.64,
"currencyCode": "USD"
},
"priceType": "NEW"
},
"badges": [],
"listPrice": {},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 1,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery December 29 - January 3"
},
{
"availability": "In Stock.",
"buyingGuidance": "UNKNOWN",
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"name": "Otc Box"
},
"offerId": "qAxlAatZj5EmsUjegBOwOAsplZfqIKsS%2BfiSeS12hCfGHjDSjR7OYxKjjSiJk75KAixpUjpIX6u8TQAe1XEMxnevHvad8eWPZ19jL4mY56U4yl%2BUvPSGl9APSeaWhzWKjJfFBsf7jTkklnvNFSZfdOoNTA9gpnqBpY6FmBtvRIo%3D",
"price": {
"value": {
"amount": 12.88,
"currencyCode": "USD"
},
"priceType": "NEW"
},
"badges": [],
"listPrice": {},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery January 3 - 4"
},
{
"availability": "In Stock.",
"buyingGuidance": "UNKNOWN",
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"name": "overstockdrugstore"
},
"offerId": "qAxlAatZj5EmsUjegBOwOAsplZfqIKsSP6IwxbGhw0AWv8bUecngCwyIP4IGtz6jhOy4XokVI7ETQt%2FTVGA6bCUQIqSXsTn2xl7Zoa3w8MAYlTlcOisGEkFTDusAimLCh1o%2BOKkT6at6jMIEfZ7csA%3D%3D",
"price": {
"value": {
"amount": 12.88,
"currencyCode": "USD"
},
"priceType": "NEW"
},
"badges": [],
"listPrice": {},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery December 27 - January 4"
},
{
"availability": "",
"buyingGuidance": "UNKNOWN",
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"name": "Welldent"
},
"offerId": "qAxlAatZj5EmsUjegBOwOAsplZfqIKsSm2LlnYF6lMeujPXRPQxgq57yCzX9iWt%2F3az%2BG%2BgHeLOqftb9z7ScGXA7NgiqoQSA3kTakQmlieleZhPyWBg4vAKQHmk%2Fz%2FbbgH3VYcmHJ2XjaemNvoAB4q9jbF4ITEte",
"price": {
"value": {
"amount": 6.97,
"currencyCode": "USD"
},
"priceType": "NEW"
},
"badges": [],
"listPrice": {},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 1,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": ""
},
{
"availability": "In Stock.",
"buyingGuidance": "UNKNOWN",
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"name": "global-wholesale"
},
"offerId": "qAxlAatZj5EmsUjegBOwOAsplZfqIKsSFOT3qxHsGdSJoqyGjDG7m9EjRfEQcBgLM041n4nFVRH9SUZJhOwGlDhqxm9cYFLoGIWCCk3iylLiKohFhkDMK1hGfEgJR%2Bf19d0YlYygacuRYd1IZb1hqj5bgGT4xhrZ",
"price": {
"value": {
"amount": 13.29,
"currencyCode": "USD"
},
"priceType": "NEW"
},
"badges": [],
"listPrice": {},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 1,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery December 29 - January 5"
},
{
"availability": "In Stock.",
"buyingGuidance": "UNKNOWN",
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"name": "The Customer Land"
},
"offerId": "qAxlAatZj5EmsUjegBOwOAsplZfqIKsSKJZao6b2VliUvroZFYlkABkORAUMR4f%2BDDhsR4rFJAj%2Fcj9l%2BuAArSb1ajwPLrnK8YqU7YYYP3jiCtEIqXrsLA4xzS8DTmxp9c3zGV6E0yjhvypE%2Bmm1SkYcytGe8S6w",
"price": {
"value": {
"amount": 13.85,
"currencyCode": "USD"
},
"priceType": "NEW"
},
"badges": [],
"listPrice": {},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 5,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery January 4 - 8"
},
{
"availability": "In Stock.",
"buyingGuidance": "UNKNOWN",
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"name": "brigita"
},
"offerId": "qAxlAatZj5EmsUjegBOwOAsplZfqIKsS9YZhYNK3iJm91Ra4VVTx%2FIunZ55%2FmLfP7OMraHHKy61i9NvtGs9MQx8TKjt2xnsVvPBt03bska3ZUDMDWercRbBh8FzdGWPW7DqyyeyfFUt0OxM9PJzhjw%3D%3D",
"price": {
"value": {
"amount": 8.99,
"currencyCode": "USD"
},
"priceType": "NEW"
},
"badges": [],
"listPrice": {},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 1,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "$4.99 delivery December 27 - January 12"
},
{
"availability": "In Stock.",
"buyingGuidance": "UNKNOWN",
"buyingRestrictions": [],
"fulfillmentType": "AMAZON_FULFILLMENT",
"merchant": {
"name": "Zoéh"
},
"offerId": "qAxlAatZj5EmsUjegBOwOAsplZfqIKsSNrEVngjcCaRFECnCmS1vw7fP%2Bki3Sr0vjB3EVCek4exgnSBBeVHLa%2FHBhC4dUPAmATmT5zje0JU%2FYFi2etKpHP3jOjyJWI1t1becKFJJT3Vy5UzcbSnpN%2FHjva0pWRrE",
"price": {
"value": {
"amount": 8,
"currencyCode": "USD"
},
"priceType": "NEW"
},
"badges": [],
"listPrice": {},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 1,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery Wednesday, December 27 on orders shipped by Amazon over $35"
},
{
"availability": "In Stock.",
"buyingGuidance": "UNKNOWN",
"buyingRestrictions": [],
"fulfillmentType": "MERCHANT_FULFILLMENT",
"merchant": {
"name": "OTC Meds"
},
"offerId": "qAxlAatZj5Hq6hF5xiHfnoaJdUkM0JxDGiXXmBZxqxPIeq5xXzmAu6bc2ANiBcO8mUmCxjnUb7gRePaE8q87fI1kPACHBMGkfy6j%2B17rT%2BnsU7RpKs0C97t2CDBXsENfqtCHhXcoNKEd0N40Lq6NC78EzRRyX0FBVXepQUdANjGRvfTxXif%2B%2BYd6zR4LOosi",
"price": {
"value": {
"amount": 13.99,
"currencyCode": "USD"
},
"priceType": "BUSINESS"
},
"badges": [],
"listPrice": {},
"productCondition": "NEW",
"productConditionNote": "",
"condition": {
"conditionValue": "NEW",
"conditionNote": "",
"subCondition": "UNKNOWN"
},
"quantityLimits": {
"maxQuantity": 30,
"minQuantity": 1
},
"quantityPrice": {
"quantityPriceTiers": []
},
"taxExclusivePrice": {
"displayString": "",
"formattedPrice": "",
"label": ""
},
"deliveryInformation": "FREE delivery December 22 - 28"
}
],
"filterGroups": [
{
"displayName": "Delivery",
"filters": [
{
"id": "PRIME_ELIGIBLE",
"displayName": "Prime"
},
{
"id": "FREE_SHIPPING",
"displayName": "Free delivery"
}
]
},
{
"displayName": "Business Discounts",
"filters": [
{
"id": "QUANTITY_DISCOUNTS",
"displayName": "Quantity discounts"
}
]
},
{
"displayName": "Seller details",
"filters": [
{
"id": "MYC_TYPE_DIV_MIN_BUSINESS",
"displayName": "Seller Credentials - Minority-Owned Business"
},
{
"id": "MYC_TYPE_DIV_REG_SMALL_BUSINESS",
"displayName": "Seller Credentials - Registered Small Business"
}
]
},
{
"displayName": "Condition",
"filters": [
{
"id": "NEW",
"displayName": "New"
}
]
}
]
}
Scenario: Calling Product Search API sandbox searchOffersRequest operation to get product details along with offers from the productId
without required locale
parameter:
GET https://sandbox.na.business-api.amazon.com/products/2020-08-26/products/B07VDJ5RVF/offers?productRegion=DE
Response: This scenario returns a 400 status code with an “InvalidInput” error message.
Response code: 400 Bad Request
{
"errors": [
{
"code": "InvalidInput",
"message": "Missing or invalid request parameters: [locale]",
"details": ""
}
]
}
Path: POST /products/2020-08-26/products/getProductsByAsins
Scenario: Calling Product Search API sandbox getProductsByAsins operation to get product details for a list of ASINs:
POST https://sandbox.na.business-api.amazon.com/products/2020-08-26/products/getProductsByAsins
{
"productIds": [
"B007VC9DKI",
"B007VC9DKI",
"B007VC9DKI"
],
"productRegion": "US",
"locale": "en_US",
}
Response: A successful request returns a 200 response code with information about the specified product in the response body.
Response code: 200 OK
{
"matchingProductCount": 1,
"products": [
{
"asin": "B007VC9DKI",
"asinType": "STANDARD",
"signedProductId": "amzn1.business.asin.RDI2VWGXWAI4MW2BA2MGI2LRMFZG423ZORUGOZLEG5ZGMY3BONQYIXK7CHIQUKIOC55HZRMI6QOP2RK2FJDOFJ7VJAFC6XTT25D5VFERXCAC2B3REYAEVGF2PKFPGEJMWHVN7JOKUYAXHNDTQDEQIOB225VXRNDKQGFQX2XQC6ENUQREF5NQ",
"includedDataTypes": {},
"features": [
"Includes one (1) 1.75-oz. Gold Bond Friction Defense Stick With Aloe",
"Gold Bond Friction Defense Stick reduces friction and comforts skin",
"This easy application stick reduces friction while moisturizing and soothing skin",
"Gold Bond Friction Defense Stick is nongreasy, unscented and gentle on sensitive skin",
"This easy to use stick can be applied liberally to affected areas as needed for friction defense",
"Create a TerraCycle account and start recycling your empty Gold Bond packaging"
],
"editorialReviews": [],
"taxonomies": [
{
"taxonomyCode": "53131600",
"title": "Bath and body",
"type": "UNSPSC"
}
],
"title": "Gold Bond Friction Defense Stick, 1.75 oz., With Aloe to Soothe, Comfort & Moisturize Rough Skin",
"url": "https://www.amazon.com/dp/B007VC9DKI?ref_=ab_psdp",
"bookInformation": {
"isbn": {}
},
"byLine": [],
"mediaInformation": {
"editions": [],
"mediaFormats": []
},
"productOverview": {
"": "",
"Date First Available": "April 18, 2012",
"Sun Protection Factor": "",
"Unit Count": "1 Count",
"Material Type Free": "Fragrance Free",
"Directions": "Apply liberally as often as needed to reduce friction and soothe skin.",
"Recommended Uses For Product": "Soothing",
"Country/Region Of Origin": "",
"ASIN": "B007VC9DKI",
"Product Dimensions": "2.25 x 1.25 x 4.5 inches; 1.76 Ounces",
"Is Discontinued By Manufacturer": "No",
"Active Ingredients": "Caprylic/Capric Triglyceride, Tribehenin, Cetyl Esters, Stearyl Alcohol, Polyethylene, Zinc Oxide, Silica, Ethylhexylglycerin, Aloe Barbadensis Leaf Extract, Isopropyl Myristate, Bisabolol, Tocopheryl Acetate, Isopropyl Palmitate, Zingiber Officinale (Ginger) Root Extract",
"Manufacturer": "Gold Bond",
"Target Gender": "Unisex",
"UNSPSC Code": "",
"Number of Items": "1",
"Use for": "Whole Body",
"Skin Type": "Sensitive, Rough",
"Ingredients": "Caprylic/Capric Triglyceride, Tribehenin, Cetyl Esters, Stearyl Alcohol, Polyethylene, Zinc Oxide, Silica, Ethylhexylglycerin, Aloe Barbadensis Leaf Extract, Isopropyl Myristate, Bisabolol, Tocopheryl Acetate, Isopropyl Palmitate, Zingiber Officinale (Ginger) Root Extract",
"Item model number": "775387",
"Material Feature": "",
"Skin Tone": "Sensitive skin",
"Brand": "Gold Bond",
"Item Volume": "1.75 Fluid Ounces",
"Item Form": "Stick",
"Water Resistance Level": "",
"Item Dimensions LxWxH": "2.25 x 1.25 x 4.5 inches",
"Age Range (Description)": "Adult",
"Scent": "Unscented",
"Product Benefits": "Moisturizing, Soothing,",
"Country of Origin": "",
"Item Weight": "1.76 Ounces"
},
"productDetails": {},
"productVariations": {
"dimensions": [],
"variations": []
},
"customerReviewsSummary": {},
"productDescription": "Skin friction can be quite an affliction. But not with Gold Bond Friction Defense Stick. When you generate friction, things heat up –– especially when it comes to your skin! Gold Bond Friction Defense is the soothing formula that reduces friction while moisturizing your roughed-up skin. It’s unscented and perfect for daily friction prevention. Designed to look like a deodorant stick, it's easy to apply this soothing solution whenever you need it. Keep one in your gym bag or at home to soothe rough skin caused by friction whenever and wherever you need it most.",
"upcValues": [],
"eanValues": []
}
],
"notFoundAsins": [
"ATVPDKIKX0"
]
}
Updated 6 months ago