SellerOnboardingChecklistComplete
Marks manually one checklist item as completed.
type SellerOnboardingChecklistComplete {
checklist: SellerOnboardingChecklist
checklistErrors: [SellerOnboardingChecklistError!]!
}
Fields
SellerOnboardingChecklistComplete.checklist ● SellerOnboardingChecklist object
SellerOnboardingChecklistComplete.checklistErrors ● [SellerOnboardingChecklistError!]! non-null object
Returned By
sellerOnboardingChecklistComplete mutation