UpdateBrandInput
Autogenerated input type of UpdateBrand
input UpdateBrandInput {
clientMutationId: String
companyId: ID
description: String
fulfillmentIntegrationId: ID
id: ID!
logoUrl: Url
name: String
responsibleId: ID @deprecated
warehouseId: ID @deprecated
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 deprecated scalar
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
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
Member Of
updateBrand mutation