SellerUpdateInput
Input for updating seller data
input SellerUpdateInput {
status: String
user: ID
plan: ID
companyName: String
storeDescription: String
slug: String
identifiers: [String!]
}
Fields
SellerUpdateInput.status ● String scalar
New seller status
SellerUpdateInput.user ● ID scalar
ID of user to set as owner
SellerUpdateInput.plan ● ID scalar
ID of the Agreement to assign to the seller effective immediately. For more fine grained control over agreement effective dates, use the sellerAgreementAssign mutation.
SellerUpdateInput.companyName ● String scalar
New company name
SellerUpdateInput.storeDescription ● String scalar
Seller store description
SellerUpdateInput.slug ● String scalar
New URL slug
SellerUpdateInput.identifiers ● [String!] list scalar
This will replace the existing list of identifiers
Member Of
sellerDataUpdate mutation