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?
Tell us more…
Help us improve our content. Responses are anonymous.
Thanks
We appreciate your feedback!