POST:product_field_sets.json
POST:product_field_sets.json
Description
Modify one or multiple product field sets.
Permission bit: "product_field_sets.modify"
Topic: Product Field Sets
Query Parameters
ids: Comma-separated array of String, required
List of product field set ids. See also: Unique Identifiers
Example: ?ids=pf_EQzGqWoY,pf_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of ProductFieldSetModify
[ { "fields": [ { "choices": [ "" ], "label": "Logo", "required": false, "type": "checkbox" } ], "name": "" } ]
Response Body
Array of ProductFieldSet
Response Body Type
Loading module