UpdateBrandInput
Autogenerated input type of UpdateBrand
input UpdateBrandInput {
clientMutationId: String
companyId: ID
description: String
fulfillmentIntegrationId: ID
id: ID!
logoUrl: Url
name: String
responsibleId: ID
warehouseId: ID
websiteUrl: Url
}
Fields
UpdateBrandInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateBrandInput.companyId
● ID
scalar
UpdateBrandInput.description
● String
scalar
UpdateBrandInput.fulfillmentIntegrationId
● ID
scalar
The ID of the fulfillment integration to use for the brand.
UpdateBrandInput.id
● ID!
non-null scalar
UpdateBrandInput.logoUrl
● Url
scalar
UpdateBrandInput.name
● String
scalar
UpdateBrandInput.responsibleId
● ID
scalar
The ID of the person responsible for the brand.
UpdateBrandInput.warehouseId
● ID
scalar
The ID of the default warehouse for the brand. This warehouse will be used by default for order fulfillment.
UpdateBrandInput.websiteUrl
● Url
scalar
Member Of
updateBrand
mutation