Python
from channel3_sdk import Channel3 client = Channel3(api_key="YOUR_API_KEY") brand = client.brands.find(query="nike") print(brand)
200
example
{ "id": "<string>", "name": "<string>", "logo_url": "<string>", "description": "<string>", "best_commission_rate": 0}
Find a brand by name.
Was this page helpful?