ProductVariantsCreationProcess

Asynchronous ProductVariant creation process

This page contains

    Fields

    id: ID!

    ProductVariantsCreationProcess identifier

    triggeredOn: DateTime!

    When the process was triggered by the client

    startedOn: DateTime

    When the creation process has started

    completedOn: DateTime

    When the creation process has completed

    product: Product! PREVIEW

    Associated Product for which variants are being created

    errors: [ProductVariantsCreationProcessExecutionError!]

    Errors linked to the creation process

    Implements

    Mutations for ProductVariantsCreationProcess

    triggerProductVariantsCreation

    Trigger the creation of the variants for one product

    Queries for ProductVariantsCreationProcess

    productVariantsCreationProcess

    Query the variants creation process

    productVariantsCreationProcessByProductRefId

    Query the variants creation process by product ref id