DefaultSellerChecklistInput
Input for default seller checklist
input DefaultSellerChecklistInput {
completedSteps: [String!]
completeOn: SellerChecklistCompletionTriggersEnum
description: String
isEnabled: Boolean
title: String
}
Fields
DefaultSellerChecklistInput.completedSteps ● [String!] list scalar
List of completed step IDs.
DefaultSellerChecklistInput.completeOn ● SellerChecklistCompletionTriggersEnum enum
Completion trigger condition.
DefaultSellerChecklistInput.description ● String scalar
Description of the checklist item.
DefaultSellerChecklistInput.isEnabled ● Boolean scalar
Whether the checklist item is enabled.
DefaultSellerChecklistInput.title ● String scalar
Title of the checklist item.