INPUT_OBJECT

GoldenProductInput

link GraphQL Schema definition

  • input GoldenProductInput {
  • # Title for the golden product.
  • title: String!
  • # Description for the golden product.
  • description: String
  • # Specifications for the golden product.
  • specifications: String
  • # Tax code applicable for the golden product.
  • taxCode: String
  • # The sale type for the golden product.
  • saleType: GoldenProductSaleTypeEnum
  • # Brand for the golden product.
  • brandId: ID
  • # Taxon for the golden product.
  • taxonId: ID!
  • # External IDs key/value pairs.
  • externalIds: [KeyValueInput!]
  • # Metadata key/value pairs.
  • metadata: [KeyValueInput!]
  • # Option values for the golden product.
  • optionValues: [GoldenProductOptionValueInput!]
  • # The direct shipping parcel information for the golden product.
  • shippingParcel: ShippingParcelInput
  • # PDF documents relating to the golden product
  • documents: [GoldenProductDocumentInput!]
  • # Youtube video url relating to the golden product
  • youtubeVideoUrl: String
  • # Custom video url relating to the golden product
  • customIframeUrl: String
  • # When relevant, the model year of the product.
  • year: Int
  • # Origin country code of the golden product
  • originCountryCode: String
  • # Image thumbnail for the custom video supplied via 'custom_iframe_url'
  • customIframeThumbnail: ImageInput
  • images: [ImageInput!]
  • # The recommended retail price (RRP) for the golden product.
  • recommendedRetailPrice: String
  • price: String
  • }