POST:categories.json
POST:categories.json
Description
Create one or multiple categories.
Permission bit: "categories.create"
Topic: Categories
Query Parameters
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of CategoryCreate
[ { "custom_fields": [ { "name": "", "value": "" } ], "featured": false, "handle": "ipods", "image_file_ids": [ "" ], "meta_description": "", "meta_title": "", "parent_id": "ca_EQzGqWoY", "published": false, "published_at": "2014-09-04T12:23:34Z", "raw_content": "{}", "sort_order": "created_at_asc", "title": "IPods" } ]
Response Body
Array of Category
Response Body Type
Loading module