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

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

Hierarchy (View Summary)

Properties

Properties

The product variant patches of this request.

type: "product-variant-patch"

The resource types that can be imported.