@gradientedge/commercetools-utils
    Preparing search index...

    Interface ImageProcessingOngoingWarning

    Contained in responses to an Upload Product image or an Upload Product Tailoring image request with response status code 202 Accepted. Indicates that the API is still creating the remaining sizes of the uploaded image. They will be available on the Content Delivery Network (CDN) soon.

    interface ImageProcessingOngoingWarning {
        code: "ImageProcessingOngoing";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "ImageProcessingOngoing"

    Identifier for the type of warning.

    message: string

    "The image processing is still ongoing."