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.
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
before
String
first
Int
last
Int
Returns:
CatalogItemOpenQuestionnaireConnection!
type Query { catalogItemsWithOpenQuestionnaire(after: String, before: String, first: Int, last: Int): CatalogItemOpenQuestionnaireConnection! }