Type alias DuplicateProductInput

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

Input for duplicating a product

Type declaration

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

    Description of the new product

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

    Display name of the new product

  • environmentId: Scalars["String"]

    The unique identifier for the environment

  • refId: Scalars["String"]

    The unique identifier for the entity

  • sourceProductId: Scalars["String"]

    ID of the product to duplicate