curl --request GET \
--url http://localhost:3000/v1/admin/partners/brands/{id}/brand-products{
"products": [
null
],
"total": 123
}Returns all products matching the linked brand, with claim status and retailer mapping counts.
curl --request GET \
--url http://localhost:3000/v1/admin/partners/brands/{id}/brand-products{
"products": [
null
],
"total": 123
}