DefaultSellerChecklist
No description
type DefaultSellerChecklist {
title: String!
description: String!
completeOn: SellerChecklistCompletionTriggersEnum
isEnabled: Boolean!
}
Fields
DefaultSellerChecklist.title ● String! non-null scalar
DefaultSellerChecklist.description ● String! non-null scalar
DefaultSellerChecklist.completeOn ● SellerChecklistCompletionTriggersEnum enum
DefaultSellerChecklist.isEnabled ● Boolean! non-null scalar
Member Of
MarketplaceConfiguration object