DEV

Query.

catalogItemsWithOpenQuestionnaire

Returns catalog items that have an in-progress compliance questionnaire — items still awaiting answers before they can be cleared for shipping. Each result includes the item's name, SKU, and image. Results are ordered by when the questionnaire was started, newest first.

Arguments

after

String

No description

before

String

No description

first

Int

No description

last

Int

No description
GraphQL
1
2
3
type Query {
  catalogItemsWithOpenQuestionnaire(after: String, before: String, first: Int, last: Int): CatalogItemOpenQuestionnaireConnection!
}
Book a demo

Was this page helpful?