Category
Create a new category.
Create a new category.
POST
/
{storeId}
/
categories
/
{id}
Path Parameters
id
string
requiredCategory Id
storeId
string
requiredStore ID for this resource request
Body
application/json
name
string
requiredName
slug
string
Slug
description
string
Shampoos and conditioners
hide
string
Hide a category
displayOrder
string
Display order
parentCategoryId
string
Parent category id
image
object
Category image
Response
201 - application/json
id
string
Unique identifier for the resource that was used to create this category
name
string
Name
slug
string
Slug
description
string
Shampoos and conditioners
hide
string
Hide a category
displayOrder
string
Display order
parentCategoryId
string
Parent category id
image
object
Category image
date_created
string
Created date
date_modified
string
Modified date