The request body to import ProductVariantPatches. The data to be imported are represented by ProductVariantPatch.

interface ProductVariantPatchRequest {
    patches: ProductVariantPatch[];
    type: "product-variant-patch";
}

Properties

Properties

The product variant patches of this request.

type: "product-variant-patch"