DefaultSellerChecklist
Default seller checklist item.
type DefaultSellerChecklist {
title: String!
description: String!
completeOn: String
isEnabled: Boolean!
}
Fields
DefaultSellerChecklist.title ● String! non-null scalar
Checklist item title
DefaultSellerChecklist.description ● String! non-null scalar
Checklist item description
DefaultSellerChecklist.completeOn ● String scalar
Trigger for completion
DefaultSellerChecklist.isEnabled ● Boolean! non-null scalar
Whether item is enabled
Member Of
MarketplaceConfiguration object