import osfrom channel3_sdk import Channel3client = 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)
import osfrom channel3_sdk import Channel3client = 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)