@stigg/node-server-sdk - v4.23.0

    Type Alias DuplicateProductInput

    Input for duplicating a product

    type DuplicateProductInput = {
        description?: InputMaybe<Scalars["String"]>;
        displayName?: InputMaybe<Scalars["String"]>;
        environmentId: Scalars["String"];
        refId: Scalars["String"];
        sourceProductId: Scalars["String"];
    }
    Index

    Properties

    description?: InputMaybe<Scalars["String"]>

    Description of the new product

    displayName?: InputMaybe<Scalars["String"]>

    Display name of the new product

    environmentId: Scalars["String"]

    The unique identifier for the environment

    The unique identifier for the entity

    sourceProductId: Scalars["String"]

    ID of the product to duplicate

    MMNEPVFCICPMFPCPTTAAATR