Product Object

Example Product Object
{
  "product_id": "B06XGHJ5H3",
  "quantity": 1,
  "seller_selection_criteria": {
    "prime": true,
    "handling_days_max": 6,
    "condition_in": ["New"]
  }
}

Attributes

AttributeTypeRequiredDescription
product_idStringYesThe retailer’s unique identifier for the product. Note that Zinc does not support digital purchases or Amazon prime pantry items.
quantityNumberYesThe number of products to purchase.
seller_selection_criteriaObjectNoA seller selection criteria object containing information about which offers to choose when there are multiple offers available. If the seller selection criteria object is not included for a product, the seller selection criteria will default to "prime": true, "handling_days_max": 6, and "condition_in": ["New"].