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