OBJECT
GoldenProduct
A golden product record.
link GraphQL Schema definition
- type GoldenProduct implements Node {
- # True if at least one item under this golden product record is active
- Boolean! :
- # Adverts associated to the golden product
- #
- # 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 adverts that are
- # displayable (e.g. are valid, have inventory available)
- (
- String, :
- String, :
- Int, :
- Int, :
- Boolean :
- ): AdvertConnection!
- # Brand of the golden product record.
- Brand :
- # When the golden product record was created.
- ISO8601DateTime! :
- Image :
- String :
- # Description for the golden product record.
- String :
- # PDF documents for information on product.
- #
- # 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): GoldenProductDocumentsConnection ( :
- # External ids linked to the golden product record.
- ExternalID!]! : [
- # Golden product variants
- #
- # 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 :
- ): GoldenProductVariantsConnection
- 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 ( :
- Int! :
- # Price Unit as a Configurable Unit of Measure.
- MeasurementUnit :
- # Metadata key/values.
- Metadatum!]! : [
- # This field returns option type values set to the golden product.
- #
- # 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): GoldenProductOptionValueConnection! ( :
- # Origin country code of the golden product
- String :
- String :
- # The recommended retail price (RRP) for the golden product.
- String :
- # The sale type for the golden product.
- GoldenProductSaleTypeEnum :
- # The direct shipping parcel information for the golden product.
- ShippingParcel :
- String :
- String :
- # The Taxon (or Category) that a golden product belongs to - eg. Bikes, Shoes,
- # Wigs.
- Taxon :
- # Title for the golden product record.
- String! :
- # When the golden product record was last updated.
- ISO8601DateTime! :
- # When relevant, the model year of the product.
- Int :
- String :
- String :
- }
link Require by
- AdvertAn advert
- GoldenProductCreateMutationPayloadAutogenerated return type of GoldenProductCreateMutation.
- GoldenProductDeleteMutationPayloadAutogenerated return type of GoldenProductDeleteMutation.
- GoldenProductsConnectionThe connection type for GoldenProduct.
- GoldenProductsEdgeAn edge in a connection.
- GoldenProductUpdateMutationPayloadAutogenerated return type of GoldenProductUpdateMutation.
- GoldenProductVariantA variant under the golden product record.