FileUploadStatusPayload

Payload for file upload status query

This page contains

    Fields

    status: FileUploadStatus!

    Current status of the upload

    uploadProcessId: ID!

    Unique identifier for tracking the upload process

    productId: ID!

    ID of the product this file belongs to

    createdAt: DateTime!

    When the upload process was created

    errorMessage: String

    Error message when status is ERROR

    fileMetadata: ProductFileMetadata

    File metadata when status is COMPLETED

    Queries for FileUploadStatusPayload

    fileUploadStatus

    Query the upload status of a file