INPUT_OBJECT
GoldenProductInput
link GraphQL Schema definition
- input GoldenProductInput {
- # Title for the golden product.
- String! :
- # Description for the golden product.
- String :
- # Specifications for the golden product.
- String :
- # Tax code applicable for the golden product.
- String :
- # The sale type for the golden product.
- GoldenProductSaleTypeEnum :
- # Brand for the golden product.
- ID :
- # Taxon for the golden product.
- ID! :
- # External IDs key/value pairs.
- KeyValueInput!] : [
- # Metadata key/value pairs.
- KeyValueInput!] : [
- # Option values for the golden product.
- GoldenProductOptionValueInput!] : [
- # The direct shipping parcel information for the golden product.
- ShippingParcelInput :
- # PDF documents relating to the golden product
- GoldenProductDocumentInput!] : [
- # Youtube video url relating to the golden product
- String :
- # Custom video url relating to the golden product
- String :
- # When relevant, the model year of the product.
- Int :
- # Origin country code of the golden product
- String :
- # Image thumbnail for the custom video supplied via 'custom_iframe_url'
- ImageInput :
- ImageInput!] : [
- # The recommended retail price (RRP) for the golden product.
- String :
- String :
- }