This is how you remove child product from grouping one via API.
mutation { productGroupingRemoveChild(input: { sku: "SKU_GR_PRODUCT", childSku: "SKU_test2" } ) { __typename } }
Last updated 1 year ago