Appearance
Fetch products
GET
/data/products/
Fetch products data uploaded to Custobar. Read more about data retrieval.
Authorizations
bearerAuth
API Key authentication. Use format: Bearer <YOUR_TOKEN>
Type
HTTP (bearer)
Responses
Successful response
application/json
JSON
{
"products": [
{
"external_id": "1619490226",
"price": 1050,
"type": "Paperback",
"category": "string",
"category_id": "string",
"vendor": "Penguin Books",
"ean": "5901234123457",
"sku": "SKU-12345",
"shop_id": "MAIN-STORE",
"brand": "Lewis Carroll",
"title": "Alice in Wonderland",
"image": "https://www.example.com/images/1619490226.png",
"date": "2016-06-10T14:10:00Z",
"url": "https://www.example.com/product/1619490226",
"sale_price": 945,
"lowest_price": 900,
"price_before_campaign": 1200,
"highest_price": 1500,
"description": "A classic children's book about Alice's adventures",
"language": "en",
"visible": true,
"exclude_from_recommendations": true,
"recommendation_set_ids": [
[
"1619490226",
"1770461221"
]
],
"in_stock": true,
"stock": [
{
"shop_id": "east-london",
"quantity": 5
}
],
"tags": [
[
"bestseller",
"new-arrival"
]
],
"main_product_ids": [
[
"5789422"
]
],
"unit": "pcs",
"weight": "250g",
"additionalProperties": "string"
}
]
}