Skip to main content

UpdateBrandInput

Autogenerated input type of UpdateBrand

input UpdateBrandInput {
clientMutationId: String
companyId: ID
description: String
id: ID!
logoUrl: Url
name: String
responsibleId: ID @deprecated
warehouseId: ID @deprecated
websiteUrl: Url
}

Fields

UpdateBrandInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateBrandInput.companyId ● ID scalar common

UpdateBrandInput.description ● String scalar common

UpdateBrandInput.id ● ID! non-null scalar common

UpdateBrandInput.logoUrl ● Url scalar common

UpdateBrandInput.name ● String scalar common

UpdateBrandInput.responsibleId ● ID deprecated scalar common

DEPRECATED

This argument is deprecated and will be removed in the future.

The ID of the person responsible for the brand.

UpdateBrandInput.warehouseId ● ID deprecated scalar common

DEPRECATED

This argument is deprecated and will be removed in the future. Brand is becoming a product-only entity.

The ID of the default warehouse for the brand. This warehouse will be used by default for order fulfillment.

UpdateBrandInput.websiteUrl ● Url scalar common

Member Of

updateBrand mutation