UpdateProductInput
Attributes available to update a product
This page contains
Fields
| productId ID! | Product id |
| supplierId ID | Supplier id |
| name [LocalStringInput!] | The name of the product |
| shortDescription [LocalStringInput!] | 5 words description of the product |
| description [LocalStringInput!] | Description of the product |
| vendorName [LocalStringInput!] | Name of the product vendor |
| linkToProductWebsite [LocalizedURLInput!] | Link to the product website |
| support ProductSupportInput | Support information of a Product |
| overview ProductOverviewInput | Profile overview information |
| media [ProductMediaInput!] | Media information |
| features [ProductFeatureInput!] | Product features information |
| benefits [ProductBenefitInput!] | Product benefits information |
| editionSharedInformation ProductEditionSharedInformationInput | Edition shared information |
| privacyPolicyLink [LocalizedURLInput!] | URL to the application's privacy policy |
| termsAndConditionsLink [LocalizedURLInput!] | URL to the application's terms and conditions |
| externalResources UpdateProductExternalResourcesInput | Application's external resources |
Mutations for UpdateProductInput
| updateProduct | Update a product |