Skip to main content
GET
/
v1
/
scraped-products
/
{id}
Get scraped product details
curl --request GET \
  --url http://localhost:3000/v1/scraped-products/{id}
{
  "product": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "brand": "<string>",
    "description": "<string>",
    "image_url": "<string>",
    "barcode": "<string>",
    "size": "<string>",
    "size_uom": "<string>",
    "is_active": true,
    "full_category_hierarchy": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>",
    "is_organic": true,
    "is_gluten_free": true,
    "is_vegan": true,
    "sellable_product": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "selling_price": 123,
      "is_active": true,
      "is_rfc_item": true,
      "category_name": "<string>",
      "subcategory_name": "<string>"
    },
    "retailer_availability": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "retailer_name": "<string>",
        "retailer_logo": "<string>",
        "location_name": "<string>",
        "is_in_stock": true,
        "is_available": true,
        "fulfillment_channel": "<string>",
        "last_seen_at": "<string>"
      }
    ]
  }
}

Path Parameters

id
string<uuid>
required

Scraped product UUID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Scraped product details

Get scraped product response

product
object
required

Scraped product detail