Creating a new Category
To add a Category, pass the name as a parameter.
URL Query Parameters
-
name - The name of the Category
Call
POST /rest/categories/{id}.json
Adding / Updating Category HTML Content
You can add or edit html content that appears on your category pages. This is denoted by “top” or “bottom” content.
URL Query Parameters
-
content - The html content you are updating
Call
PUT /rest/categories/{id}/content/top.json
or
PUT /rest/categories/{id}/content/bottom.json
Comments
0 comments
Please sign in to leave a comment.