OBJECT
GoldenProductVariant
A variant under the golden product record.
link GraphQL Schema definition
- type GoldenProductVariant implements Node {
- # Shows if the golden product variant is active
- Boolean! :
- String!] : [
- # The comparable size of the item. Used for comparable unit pricing.
- Float :
- # When the golden product variant was created.
- ISO8601DateTime! :
- # Description for the golden product variant.
- String :
- ExternalID!]! : [
- # The golden product this variant belongs to
- GoldenProduct! :
- ID! :
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): ImagesConnection! ( :
- # The size of the item. Used for comparable unit pricing.
- Float :
- Int! :
- # Comparable Unit as a Configurable Unit of Measure
- MeasurementUnit :
- # Item Unit as a Configurable Unit of Measure
- MeasurementUnit :
- # Metadata key/values
- Metadatum!]! : [
- String :
- # This field returns option type values set to the golden product variant.
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- String, : String, : Int, : Int): GoldenProductVariantOptionValueConnection! ( :
- # The recommended retail price (RRP) for the item.
- String :
- # The direct shipping parcel information for the golden product variant.
- ShippingParcel :
- ShippingProfile :
- String :
- String :
- # When the golden product variant was last updated.
- ISO8601DateTime! :
- # Variants associated to the golden product variant
- #
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- # displayableOnly: Whether to only fetch variants that are
- # displayable (e.g. are valid, have inventory available)
- (
- String, :
- String, :
- Int, :
- Int, :
- Boolean :
- ): VariantConnection!
- }
link Require by
- GoldenProductVariantCreateMutationPayloadAutogenerated return type of GoldenProductVariantCreateMutation.
- GoldenProductVariantDeleteMutationPayloadAutogenerated return type of GoldenProductVariantDeleteMutation.
- GoldenProductVariantLinkVariantsMutationPayloadAutogenerated return type of GoldenProductVariantLinkVariantsMutation.
- GoldenProductVariantsActivateMutationPayloadAutogenerated return type of GoldenProductVariantsActivateMutation.
- GoldenProductVariantsConnectionThe connection type for GoldenProductVariant.
- GoldenProductVariantsDeactivateMutationPayloadAutogenerated return type of GoldenProductVariantsDeactivateMutation.
- GoldenProductVariantsEdgeAn edge in a connection.
- GoldenProductVariantUnlinkVariantsMutationPayloadAutogenerated return type of GoldenProductVariantUnlinkVariantsMutation.
- GoldenProductVariantUpdateMutationPayloadAutogenerated return type of GoldenProductVariantUpdateMutation.
- VariantA unique option type/option value combination that represents a variation of a purchasable item.