curl --request GET \
--url http://localhost:3000/v1/partner/products/brand-products{
"products": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"scraped_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"brand": "<string>",
"barcode": "<string>",
"image_url": "<string>",
"selling_price": 123,
"temperature_zone": "<string>",
"is_active": true,
"is_owned": true,
"is_claimed": true,
"has_retailer_mappings": 123,
"pending_request": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"request_type": "claim",
"status": "pending"
}
}
],
"total": 123
}Returns products matching the partner’s linked brand, including claim status and retailer mapping info.
curl --request GET \
--url http://localhost:3000/v1/partner/products/brand-products{
"products": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"scraped_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"brand": "<string>",
"barcode": "<string>",
"image_url": "<string>",
"selling_price": 123,
"temperature_zone": "<string>",
"is_active": true,
"is_owned": true,
"is_claimed": true,
"has_retailer_mappings": 123,
"pending_request": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"request_type": "claim",
"status": "pending"
}
}
],
"total": 123
}