POST:option_sets.json
Commerce APIPOST:option_sets.json

POST:option_sets.json

Description

Create one or multiple option sets.

Permission bit: "option_sets.create"

Topic: Option Sets

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of OptionSetCreate

[
  {
    "name": "T-Shirts",
    "options": [
      ""
    ]
  }
]

Response Body

Array of OptionSet

Response Body Type

Loading module