Aasaan home page
Search...
Sign Up
Sign Up
Search...
Navigation
Brand
Delete a brand.
Documentation
Backend API
Partner API
Connect to Shopify
Connect to Bigcommerce
GETTING STARTED
Introduction
Authentication
Versioning
Errors
Store
GET
Get All Stores for a client
GET
Get Store Information
POST
Create a new store.
PATCH
Update Store information (email, address, metadata)
Custom Domain
POST
Create a custom domain.
Category
GET
Get a category by Id.
PUT
Put a new category.
POST
Create a new category.
DEL
Delete a Category.
PATCH
Update a category.
PUT
Put a multiple categories
GET
Get all categories.
Brand
GET
Get a brand by Id.
PUT
Put a brand.
POST
Create a new brand.
DEL
Delete a brand.
PATCH
Update a brand.
GET
Get all brands.
PUT
Put a multiple brands
Tag
GET
Get a tag by Id.
PUT
Put a tag.
POST
Create a new tag.
DEL
Delete a tag.
PATCH
Update a tag.
GET
Get all tags.
PUT
Put a multiple tags
Store Front
GET
Gets the current product ordering.
POST
Updates the product ordering within a category
GET
Get the template attributes.
PATCH
Update a template.
Product
GET
Get a product by id.
PUT
Create or update a product.
POST
Create a new product.
DEL
Delete a Product.
PATCH
Update a product.
GET
Get all products.
PUT
Create or update multiple products.
POST
Create a new Variant of the specified base product.
PATCH
Update a variant.
Brand
Delete a brand.
Delete a brand.
DELETE
/
{storeId}
/
brands
/
{id}
Send
Path
storeId
string
*
storeId
Required
string
Store ID for this resource request
id
string
*
id
Required
string
Brand id
Path Parameters
storeId
string
required
Store ID for this resource request
id
string
required
Brand id
Response
200 - application/json
The response is of type
string
.
Create a new brand.
Update a brand.