Skip to main content
GET
/
v0
/
brands
Python
import os
from channel3_sdk import Channel3

client = Channel3(
    api_key=os.environ.get("CHANNEL3_API_KEY"),  # This is the default and can be omitted
)
brand = client.brands.find(
    query="query",
)
print(brand.id)
{
"id": "<string>",
"name": "<string>",
"logo_url": "<string>",
"description": "<string>",
"best_commission_rate": 0
}

Authorizations

x-api-key
string
header
required

Query Parameters

query
string
required

Response

Successful Response

id
string
required
name
string
required
logo_url
string | null
description
string | null
best_commission_rate
number
default:0

The maximum commission rate for the brand, as a percentage