Assign the template to a product
mutation {
productSetTemplate(input: { sku: "SKU78", template: "template" }) {
__typename
}
}Last updated
Was this helpful?
Both sku and template must already exist.
mutation {
productSetTemplate(input: { sku: "SKU78", template: "template" }) {
__typename
}
}Last updated
Was this helpful?
Was this helpful?

