Home > @vsf-enterprise/bigcommerce-api > Product > brand_name
# Product.brand_name property
The brand can be created during a product PUT or POST request. If the brand already exists then the product will be added. If not the brand will be created and the product added. If using brand_name
it performs a fuzzy match and adds the brand. eg. "Common Good" and "Common good" are the same. Brand name does not return as part of a product response. Only the brand_id
.
Signature:
brand_name?: string;