SellerOnboardingChecklistComplete
Result of seller onboarding checklist complete mutation.
type SellerOnboardingChecklistComplete {
checklist: SellerOnboardingChecklist
checklistErrors: [SellerOnboardingChecklistError!]!
}
Fields
SellerOnboardingChecklistComplete.checklist ● SellerOnboardingChecklist object
The updated checklist item.
SellerOnboardingChecklistComplete.checklistErrors ● [SellerOnboardingChecklistError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
sellerOnboardingChecklistComplete mutation