Add a variant to variable product
Here's how to add variant to variable product via API.
mutation {
productVariableAddVariant(input: { sku: "SKU_VAR_PRODUCT", variantSku: "SKU_test2" }) {
__typename
}
}
PreviousRemove a child product from grouping oneNextGet products with variants, binding attributes and variants list
Last updated
Was this helpful?