Products > Option Sets
Option Sets
Option Sets are collective groupings of individual options that are frequently used together. They serve as a time-saving feature, enabling you to apply a set of options collectively instead of individually. For example, you could create an Option Set that includes the options 'Size' and 'Color'.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| optionSets | Get option sets | GET:option_sets.json |
| optionSetsCreate | Create option sets | POST:option_sets.json |
| optionSetsDelete | Delete option sets | DELETE:option_sets.json |
| optionSetsExport | Export option sets | POST:option_sets/export.json |
| optionSetsImport | Import option sets | POST:option_sets/import.json |
| optionSetsModify | Modify option sets | POST:option_sets.json |
Types
| Types |
|---|
| ForeignShardedTask |
| GenericExport |
| GenericImport |
| OptionSet |
| OptionSetCreate |
| OptionSetModify |