Skip to main content

Get all details about a product

Returns all details about a product by its unique identifier.

Path Parameters
    id string required

    ID of the product to retrieve.

Responses

Successful response with details about a product on Amazon.


Schema
    id string required

    Opaque identifier of this product.

    provider string required

    Provider of this product. For Amazon, this value is always "amazon".

    name string required

    Name of the product.

    offersCount int32

    Number of offers for this product.

    offers object[]

    Offers from various merchants on Amazon.

  • Array [
  • id string required

    Opaque identifier of this offer.

    productId string required

    Opaque identifier of this product.

    provider string required

    Provider of the result. For results from Amazon, this property is always "amazon".

    vendor string

    Vendor name, which can be "Amazon" or some other merchant on their platform.

    price object required

    Price (per unit) for which the merchant will sell this product. Notice that quantity-based pricing tiers may also apply.

    amount float64 required

    Amount of the price, i.e. its monetary value.

    currency string required

    Currency code of the monetary value.

    formatted string

    Formatted monetary value in the caller's locale.

    QuantityPriceTier object[]

    QuantityPriceTier is used when the ordered quantity has an effect on the price.

  • Array [
  • quantityDisplay string

    QuantityDisplay is a localized text that describes the quantity range for which this tier applies.

    minQuantity float64

    MinQuantity at which the given price will be applied.

    price object required

    Price for the product if the quantity is greater than or equal to minimum quantity.

    amount float64 required

    Amount of the price, i.e. its monetary value.

    currency string required

    Currency code of the monetary value.

    formatted string

    Formatted monetary value in the caller's locale.

  • ]
  • quantityDiscountsAvailable boolean

    QuantityDiscountsAvailable indicates that this product comes with a quantity-based pricing tier.

    delivery string

    Delivery information.

    availability string

    Availability information.

    priceUnit string

    PriceUnit returns details about the price and the packaging unit. E.g. if the price is for a single piece, PriceUnit might be something like "per EA". However, if the price is per 100 kg of something, PriceUnit might be "per 100 KGM".

    priceTaxLabel string

    PriceTaxLabel describes the tax-related details of the price in textual form.

    priceInfo string

    PriceInfo describes price-related details in textual form.

    preferred boolean

    Preferred indicates whether this product is preferred according to the buying guidelines of the organization.

    blocked boolean

    Blocked indicates whether this product must be blocked according to the buying guidelines of the organization.

    quantityMin int64

    QuantityMin represents the minimum quantity accepted for an order.

    quantityMax int64

    QuantityMax represents the maximum quantity accepted for an order.

    condition string

    Possible values: [new, used, collectible, refurbished]

    Condition describes whether the product is new, used, refurbished etc.

    fulfillment string

    Fulfillment gives hints about the fulfillment once purchased, e.g. if the product will be fulfilled by the provider or a 3rd party.

  • ]
  • taxonomies object[]

    Taxonomies represents the list of standard classifications like UNSPSC or eCl@ss for this product.

  • Array [
  • type string required

    Possible values: [unspsc, eclass]

    Type of the taxonomy.

    code string required

    Code in the standard classification.

    version string

    Version of the standard classification.

    displayName string

    DisplayName returns a textual form of the classification code.

  • ]
  • images object[]

    Images of the product in various sizes.

  • Array [
  • url url required

    URL to the image.

    width int32

    Width of the image in pixels.

    height int32

    Height of the image in pixels.

    altText string

    Alternative Text to further describe the image.

    kind string

    Possible values: [thumbnail, small, medium, large]

    Kind describes the size/purpose of the image.

  • ]
  • asin string required

    ASIN of the product, i.e. Amazon Standard Identification Number.

    features string[]

    Features of the product, as a list of strings.

    starRating float64

    Possible values: <= 5

    StarRating is a numeric value between 0.0 and 5.0 that indicates the average customer rating of the product on Amazon.

    reviewCount float64

    ReviewCount represents the number of reviews on Amazon.

    productOverview object

    ProductOverview represents an unordered list of characteristics of the product, e.g. its manufacturer, width, or height.

    book object

    Book contains additional information if the product is a book.

    isbn10 string

    ISBN10 is the 10-digit ISBN of the book.

    isbn13 string

    ISBN13 is the 13-digit ISBN of the book.

    publicationDate date

    PublicationDate represents the date when the book has been published.

    publishedLanguage string

    PublishedLanguage is the language under which the book is published.

Loading...