UpdateBrandInput
This input is used to update a brand. All fields are optional. You can update only the fields you need. If you don't want to update a field, just don't pass it in the input.
input UpdateBrandInput {
name: String
type: BrandType
externalId: String
}
Fields
UpdateBrandInput.name
● String
scalar
Name is a string that represents the name of the brand. E.g. 'Zara', 'H&M', 'Nike'.
UpdateBrandInput.type
● BrandType
enum
Type defines the type of the brand. E.g. 'SHOPIFY', 'STANDALONE'.
UpdateBrandInput.externalId
● String
scalar
Reference to a brand in your system.
Member Of
updateBrand
mutation