This is how you can remove variant product from variable one via API
mutation { productVariableRemoveVariant(input: { sku: "SKU_VAR_PRODUCT", variantSku: "SKU_test2" } ) { __typename } }
Last updated 1 year ago