SellerInput
No description
input SellerInput {
name: String
slug: String
identifiers: [String!]
owner: ID
plan: ID
checklists: [SellerChecklistInput]
status: SellerStatusEnum!
}
Fields
SellerInput.name ● String scalar
SellerInput.slug ● String scalar
SellerInput.identifiers ● [String!] list scalar
SellerInput.owner ● ID scalar
SellerInput.plan ● ID scalar
ID of the Agreement to assign to the seller. For more fine grained control consider using the sellerAgreementAssign mutation
SellerInput.checklists ● [SellerChecklistInput] list input
List of checklist to create for this seller. Empty list is to skip all checklists for this seller. Null value will inherit all default checklist from marketplace configuration.
SellerInput.status ● SellerStatusEnum! non-null enum
Seller status.
Member Of
sellerDataCreate mutation