Specific variations of the item.

Export

RelationshipType

interface RelationshipType {
    Color?: string;
    Edition?: string;
    Flavor?: string;
    GemType?: string[];
    GolfClubFlex?: string;
    GolfClubLoft?: DecimalWithUnits;
    HandOrientation?: string;
    HardwarePlatform?: string;
    Identifiers?: IdentifierType;
    ItemDimensions?: DimensionType;
    MaterialType?: string[];
    MetalType?: string;
    Model?: string;
    OperatingSystem?: string[];
    PackageQuantity?: number;
    ProductTypeSubcategory?: string;
    RingSize?: string;
    Scent?: string;
    ShaftMaterial?: string;
    Size?: string;
    SizePerPearl?: string;
    TotalDiamondWeight?: DecimalWithUnits;
    TotalGemWeight?: DecimalWithUnits;
}

Properties

Color?: string

The color variation of the item.

Memberof

RelationshipType

Edition?: string

The edition variation of the item.

Memberof

RelationshipType

Flavor?: string

The flavor variation of the item.

Memberof

RelationshipType

GemType?: string[]

The gem type variations of the item.

Memberof

RelationshipType

GolfClubFlex?: string

The golf club flex variation of an item.

Memberof

RelationshipType

GolfClubLoft?: DecimalWithUnits

Memberof

RelationshipType

HandOrientation?: string

The hand orientation variation of an item.

Memberof

RelationshipType

HardwarePlatform?: string

The hardware platform variation of an item.

Memberof

RelationshipType

Identifiers?: IdentifierType

Memberof

RelationshipType

ItemDimensions?: DimensionType

Memberof

RelationshipType

MaterialType?: string[]

The material type variations of an item.

Memberof

RelationshipType

MetalType?: string

The metal type variation of an item.

Memberof

RelationshipType

Model?: string

The model variation of an item.

Memberof

RelationshipType

OperatingSystem?: string[]

The operating system variations of an item.

Memberof

RelationshipType

PackageQuantity?: number

The package quantity variation of an item.

Memberof

RelationshipType

ProductTypeSubcategory?: string

The product type subcategory variation of an item.

Memberof

RelationshipType

RingSize?: string

The ring size variation of an item.

Memberof

RelationshipType

Scent?: string

The scent variation of an item.

Memberof

RelationshipType

ShaftMaterial?: string

The shaft material variation of an item.

Memberof

RelationshipType

Size?: string

The size variation of an item.

Memberof

RelationshipType

SizePerPearl?: string

The size per pearl variation of an item.

Memberof

RelationshipType

TotalDiamondWeight?: DecimalWithUnits

Memberof

RelationshipType

TotalGemWeight?: DecimalWithUnits

Memberof

RelationshipType