POST:brands.json
POST:brands.json
Description
Modify one or multiple brands.
Permission bit: "brands.modify"
Topic: Brands
Query Parameters
ids: Comma-separated array of String, required
List of brand ids. See also: Unique Identifiers
Example: ?ids=br_EQzGqWoY,br_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of BrandModify
[ { "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