INPUT_OBJECT
GoldenProductVariantUpdateInput
link GraphQL Schema definition
- input GoldenProductVariantUpdateInput {
- # The golden product this variant belongs to.
- ID :
- # Notes for the golden product variant.
- String :
- # Description for the golden product variant.
- String :
- # Barcodes associated to the golden product variant.
- String!] : [
- # SKU for the golden product variant.
- String :
- # The size of the item. Used for comparable unit pricing.
- Float :
- # Shows if the golden product variant is active
- Boolean :
- # The comparable size of the item. Used for comparable unit pricing.
- Float :
- # The recommended retail price (RRP) for the item.
- String :
- # Tax code applicable for the golden product variant.
- String :
- ImageInput!] : [
- # External IDs key/value pairs.
- KeyValueInput!] : [
- # Metadata key/value pairs.
- KeyValueInput!] : [
- ShippingParcelInput :
- ID :
- # Option values of the golden product variant. If this argument is given, product
- # option values will be updated to match the input and delete the missing ones.
- GoldenProductVariantOptionValueInput!] : [
- # The individual item tax rate for the golden product variant.
- Decimal :
- # A message from the organisation responsible for therapeutic goods labelling.
- String :
- # The intended purpose of the item.
- String :
- # The ingredients in the item.
- String :
- # Usage instructions for the item.
- String :
- # How to store the item.
- String :
- # The suitability of the item for various ailments.
- String :
- # The product warnings of the item.
- String :
- # The health warnings of the item.
- String :
- # The ingredients always in this item that cause allergic reactions.
- String :
- # The ingredients possibly in this item that cause allergic reactions.
- String :
- # The nutritional profile of the item.
- String :
- }