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!] : [
- }