Overview
This article explains how to fetch product data.
Main endpoints
| Method |
Endpoint |
Description |
Reference |
| GET |
https://api.kaminoretail.dev/v2/websites/{website_id}/products |
Get products by IDs. |
Get products by IDs |
| GET |
https://api.kaminoretail.dev/v2/websites/{website_id}/products/search |
Search products. |
Search products |
| GET |
https://api.kaminoretail.dev/v2/websites/{website_id}/products/search-gtin |
Search products by GTIN. |
Search products by GTIN |
| GET |
https://api.kaminoretail.dev/v2/websites/{website_id}/products/search-ids |
Search products by IDs. |
Search products by IDs (GET) |
| POST |
https://api.kaminoretail.dev/v2/websites/{website_id}/products/search-ids |
Search products by IDs. |
Search products by IDs (POST) |
Product attributes
| Attribute |
Data type |
Description |
brand |
string |
Brand of the product. |
category |
string |
Main category of the product. |
category1Id |
string |
First level of the breadcrumb path. |
category2Id |
string |
Second level of the breadcrumb path. |
category3Id |
string |
Third level of the breadcrumb path. |
customerRating |
string |
Customer rating from 0 to 5. |
gtin |
string |
Global Trade Item Number used to identify products (8, 12, 13, or 14 digits). |
id |
string |
Internal product identifier generated by Kamino. |
image |
string |
URL of the product image used in creatives. |
inStock |
string |
Availability status of the product. |
link |
string |
URL of the product page on your website. |
name |
string |
Name of the product used as the main creative text. |
price |
string |
Displayed product price. |
salePrice |
string |
Discounted product price (optional). |