Skip to Content

CartLineCustomization

Represents a customization applied to a cart line item, including the group name, option name, and value.

Type Definition

type CartLineCustomization { groupName: String name: String value: String }

Fields

FieldTypeDescription
groupNameStringThe name of the customization group (e.g. “Delivery”).
nameStringThe name of the customization option (e.g. “Production time”).
valueStringThe value of the customization. For text customizations, this is the user-entered text. For selection customizations, this is null.

Relationships

CartLineCustomization is used to represent individual customization details applied to cart line items. It contains metadata about the customization group and specific option selected or entered by the customer, without directly referencing other complex types in the schema.

Example

{ groupName name value }

Implements

This type does not implement any interfaces.

No related types documented.