POST:product_field_sets.json
Commerce APIPOST:product_field_sets.json

POST:product_field_sets.json

Description

Create one or multiple product field sets.

Permission bit: "product_field_sets.create"

Topic: Product Field Sets

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of ProductFieldSetCreate

[
  {
    "fields": [
      {
        "choices": [
          ""
        ],
        "label": "Logo",
        "required": false,
        "type": "checkbox"
      }
    ],
    "name": ""
  }
]

Response Body

Array of ProductFieldSet

Response Body Type

Loading module