Products > Brands
Brands
Brands refer to the manufacturers or creators of the products featured in your store.
While similar to product categories, brands differ in two key aspects:
- A product can only be associated with one brand.
- Unlike categories, brands do not form hierarchical structures.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| brands | Get brands | GET:brands.json |
| brandsCreate | Create brands | POST:brands.json |
| brandsDelete | Delete brands | DELETE:brands.json |
| brandsExport | Export brands | POST:brands/export.json |
| brandsImport | Import brands | POST:brands/import.json |
| brandsModify | Modify brands | POST:brands.json |
| brandsPage | Get brands page | GET:brands/page.json |
Types
| Types |
|---|
| Brand |
| BrandCreate |
| BrandModify |
| BrandPage |
| BrandsPageSortBy |
| ForeignShardedTask |
| GenericExport |
| GenericImport |
| PublishedStatus |