POST:option_sets.json
Commerce APIPOST:option_sets.json

POST:option_sets.json

Description

Modify one or multiple option sets.

Permission bit: "option_sets.modify"

Topic: Option Sets

Query Parameters

ids: Comma-separated array of String, required

List of option set ids. See also: Unique Identifiers

Example: ?ids=os_EQzGqWoY,os_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of OptionSetModify

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

Response Body

Array of OptionSet

Response Body Type

Loading module