Typescript SDK Type Docs
    Preparing search index...

    Interface ProductVariantPatchRequest

    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)

    Index

    Properties

    Properties

    The product variant patches of this request.

    type: "product-variant-patch"

    The resource type that can be imported.