Update February 14, 2025 (#144)

This commit is contained in:
Kirill
2025-03-02 01:34:57 +03:00
committed by GitHub
parent b08f17f3f1
commit 1c0c203097
3 changed files with 52 additions and 3 deletions

View File

@@ -1387,9 +1387,9 @@ type ProductInfoResultPicture struct {
// Image uploading status.
//
// If the `/v1/product/pictures/import` method was called, the response will always be imported—image not processed.
// To see the final status, call the `/v1/product/pictures/info` method after about 10 seconds.
// To see the final status, call the `/v2/product/pictures/info` method after about 10 seconds.
//
// If you called the `/v1/product/pictures/info` method, one of the statuses will appear:
// If you called the `/v2/product/pictures/info` method, one of the statuses will appear:
// - uploaded — image uploaded;
// - pending — image was not uploaded
State string `json:"state"`