Product Offer Object

Example Product Offer Object
{
  "seller": {
    "num_ratings": null,
    "percent_positive": null,
    "first_party": false,
    "name": "Amazon Warehouse",
    "id": "A2L77EE7U53NWQ"
  },
  "marketplace_fulfilled": true,
  "international": false,
  "offer_id": "eMLzuculxk%2",
  "available": true,
  "handling_days": {
    "max": 0,
    "min": 0
  },
  "price": 928,
  "prime_only": false,
  "condition": "Used - Very Good",
  "addon": false,
  "shipping_options": [
    {
      "price": 0,
      "delivery_days": {
        "max": 4,
        "min": 4
      },
      "name": "one-day"
    }
  ]
}

Attributes

AttributeTypeDescription
addonBooleanWhether or not the product is an addon item that can only be purchased in a bundle
conditionStringThe condition of the product. Possible values are New, Refurbished, Used - Like New, Used - Very Good, Used - Good, Used - Acceptable, Unacceptable.
handling_days.maxNumberThe maximum number of days required for shipping and handling
handling_days.minNumberThe minimum number of days required for shipping and handling
internationalBooleanWhether or not the product ships from outside of the United States
offer_idString(Amazon only). The unique identifier that identifies an item sold by any merchant on Amazon
priceNumberThe price of the item, not including shipping in cents.
marketplace_fulfilledBooleanWhether or not the product ships direct from retailer. For Amazon, this indicates if the item is shipped with Prime shipping.
seller.idStringThe merchant’s unique identifier for the product
seller.nameStringThe name of the seller of the current offer
seller.num_ratingsNumberThe number of ratings that the seller has accumulated
seller.percent_positiveNumberNumber between 0 and 100 denoting the percentage of positive ratings the seller has received
shipping_options[].priceNumberThe cost to ship the item in cents
shipping_options[].delivery_days.minNumberThe minimum time in days it might take for the item to be delivered
shipping_options[].delivery_days.maxNumberThe maximum time in days it might take for the item to be delivered
shipping_options[].nameStringThe name of the shipping option
prime_onlyBoolean(Amazon only). Whether or not the product only ships using Amazon Prime
member_onlyBoolean(Costco only) Whether or not the purchase must be from a Costco Member