Skip to main content

Fields

characteristicMapping : JSONString! required

The characteristic mapping for the price.

Deprecation
The 'characteristicMapping' field is deprecated.

Please use 'characteristics' instead.

- Marked as deprecated on 2026-07-17.
- Scheduled for removal on or after 2026-07-31.
characteristics : GenericScalar! required

The characteristic values for the variant.

price : Decimal! required

The price per unit.

schemeLabels : JSONString

The scheme labels for the price.

Deprecation
The 'schemeLabels' field is deprecated.

Please use 'schemes' instead.

- Marked as deprecated on 2026-07-17.
- Scheduled for removal on or after 2026-07-31.
schemes : GenericScalar

The scheme labels for the variant.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "characteristics": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType, "price": "1.0", "schemes": "abc123" | 1 | 1.0 | true | ["abc123"] | AccountType }