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