Skip to main content
An organization API key can access multiple brands. List them before creating or browsing brand-owned resources:
Use the returned id as brand_id when creating a product or listing products and templates.

Create a brand

If the brand you need is not in the list, create it. Products must belong to a brand, so this is the first call for a website LocalAds has not seen before.
name is the only required field. website_url is what LocalAds uses to fetch the logo, and selling_countries takes ISO 3166-1 alpha-2 codes. One brand per website: posting a second brand for a domain that already has one returns 409 brand_website_exists with the existing brand’s name, so retrying a setup script does not litter the account with duplicates. Send an Idempotency-Key to make a network retry safe as well. You do not need to send brand_id when retrieving a resource by its ID. Photoshoot creation also omits it because LocalAds derives the brand from the selected product and requires the template to belong to that same brand.
Last modified on August 12, 2026