Skip to main content

Query variant creation

Use the Read variants query to read the variants.

EXAMPLE-- When creating 100 variants of the iPhone, use this query to view the status of the variant creation.

Mutation

query productVariantsCreationProcess($id: ID!) {
productVariantsCreationProcess(id: $id) {
completedOn
errors
id
}
}

Was this page helpful?