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;
}

Properties

Properties

code: "ImageProcessingOngoing"
message: string

"The image processing is still ongoing."