Service Options And Variants Object


The serviceOptionsAndVariants object links a service to its variants. You can use it to offer customers different prices for a service, depending on which choices they book. Read more about service options and variants.

Properties
idstringRead-onlyformat GUID

ID of the serviceOptionsAndVariants object.


serviceIdstringformat GUID

ID of the service related to these options and variants.


optionsOptions

Service options. Note that currently only a single option is supported per service.


variantsVariants

Information about the service's variants.


minPriceMinPriceRead-only

Price of the cheapest service variant.


maxPriceMaxPriceRead-only

Price of the most expensive service variant.


revisionintegerformat int64

Revision number, which increments by 1 each time the serviceOptionsAndVariants object is updated. To prevent conflicting changes, the current revision must be passed when updating and deleting the serviceOptionsAndVariants object.

Ignored when creating a serviceOptionsAndVariants object.


extendedFieldsExtendedFields

Extensions enabling users to save custom data related to service options and variants.

Did this help?