Create a category
Categories
Create a category
Create a new product category in the store. Requires the WRITE_CATEGORIES scope.
POST
Create a category
Creates a new product category in the store; a URL-friendly slug is generated automatically from the name. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Body
application/json
Response
The created category.
Standard Salesive response envelope. The operation-specific payload is carried in data.

