https://dummyjson.com/products/23

Previous - Next

{
  "id": 23,
  "title": "Eggs",
  "description": "Fresh eggs, a versatile ingredient for baking, cooking, or breakfast.",
  "category": "groceries",
  "price": 2.99,
  "discountPercentage": 11.05,
  "rating": 2.53,
  "stock": 9,
  "tags": [
    "dairy"
  ],
  "sku": "GRO-BRD-EGG-023",
  "weight": 2,
  "dimensions": {
    "width": 11.42,
    "height": 7.44,
    "depth": 16.95
  },
  "warrantyInformation": "1 week warranty",
  "shippingInformation": "Ships in 1 week",
  "availabilityStatus": "In Stock",
  "reviews": [
    {
      "rating": 3,
      "comment": "Disappointing product!",
      "date": "2025-04-30T09:41:02.053Z",
      "reviewerName": "Penelope King",
      "reviewerEmail": "penelope.king@x.dummyjson.com"
    },
    {
      "rating": 3,
      "comment": "Poor quality!",
      "date": "2025-04-30T09:41:02.053Z",
      "reviewerName": "Eleanor Tyler",
      "reviewerEmail": "eleanor.tyler@x.dummyjson.com"
    },
    {
      "rating": 4,
      "comment": "Very pleased!",
      "date": "2025-04-30T09:41:02.053Z",
      "reviewerName": "Benjamin Foster",
      "reviewerEmail": "benjamin.foster@x.dummyjson.com"
    }
  ],
  "returnPolicy": "No return policy",
  "minimumOrderQuantity": 32,
  "meta": {
    "createdAt": "2025-04-30T09:41:02.053Z",
    "updatedAt": "2025-04-30T09:41:02.053Z",
    "barcode": "3478638588469",
    "qrCode": "https://cdn.dummyjson.com/public/qr-code.png"
  },
  "images": [
    "https://cdn.dummyjson.com/product-images/groceries/eggs/1.webp"
  ],
  "thumbnail": "https://cdn.dummyjson.com/product-images/groceries/eggs/thumbnail.webp"
}