Both sku and template must already exist.
mutation { productSetTemplate(input: { sku: "SKU78", template: "template" }) { __typename } }
Last updated 1 year ago