Products > Options
Commerce APIProductsOptions

Options

Product Options specify the distinguishing characteristics of a product variant, such as size, color, or pattern. These options enhance customer convenience in product selection and bring versatility to your catalog. For example, a T-shirt product variant could have a 'Size' option with the values 'Small', 'Medium', and 'Large'.

Unlike many other elements, options use user-provided, meaningful IDs. This design facilitates lazy binding, enabling you to create a product with non-existent options or option values. These can then be supplemented later by creating the corresponding options with the appropriate details.

Endpoints

EndpointDescriptionJSON API
optionsGet optionsGET:options.json
optionsCreateCreate optionsPOST:options.json
optionsDeleteDelete optionsDELETE:options.json
optionsExportExport optionsPOST:options/export.json
optionsImportImport optionsPOST:options/import.json
optionsModifyModify optionsPOST:options.json

Types

Types
ForeignShardedTask
GenericExport
GenericImport
Option
OptionCreate
OptionModify