# Add a variant to variable product

{% hint style="info" %}
Both products must exist before this operation.&#x20;
{% endhint %}

```graphql
mutation {
  productVariableAddVariant(input: { sku: "SKU_VAR_PRODUCT", variantSku: "SKU_test2" }) {
    __typename
  }
}
```
