ProductPublicationProcess

Asynchronous product publication process

This page contains

    Fields

    id: ID!

    Process id

    triggeredOn: DateTime!

    Date in which the publication process was triggered

    startedOn: DateTime

    Date in which the publication process was started

    completedOn: DateTime

    Date in which the publication process was completed

    productId: String!
    status: String!

    Status of the publication

    errors: [ProductPublicationProcessError!]

    Errors occurring during the process

    Implements

    Mutations for ProductPublicationProcess

    triggerProductPublicationProcess

    Trigger the product publication process for one or more products

    Queries for ProductPublicationProcess

    productPublicationProcess

    Query the publication process of a product