Skip to main content

SupplierProductLocaleUpdateInput

The necessary fields in order to update a supplierProductLocale. ID fields are required, others are optional, only included fields will be updated.

input SupplierProductLocaleUpdateInput {
description: String
featureBullets: [String]
localeType: ResonanceLocaleType!
supplierProductId: ID!
}

Fields​

SupplierProductLocaleUpdateInput.description ● String scalar​

SupplierProductLocaleUpdateInput.featureBullets ● [String] list scalar​

Limited to 5 bullets

SupplierProductLocaleUpdateInput.localeType ● ResonanceLocaleType! non-null enum​

SupplierProductLocaleUpdateInput.supplierProductId ● ID! non-null scalar​

Member of​

updateSupplierProductLocale mutation