Update October 1, 2024 (#105)

This commit is contained in:
Kirill
2024-10-02 00:39:04 +03:00
committed by GitHub
parent 67898a4738
commit b6af642636
2 changed files with 0 additions and 4 deletions

View File

@@ -1418,9 +1418,6 @@ type GetDescriptionOfProductResult struct {
// Product characteristic identifier // Product characteristic identifier
Id int64 `json:"id"` Id int64 `json:"id"`
// Identifier for subsequent batch loading of images
ImageGroupId string `json:"image_group_id"`
// Array of links to product images // Array of links to product images
Images []GetDescriptionOfProductResultImage `json:"images"` Images []GetDescriptionOfProductResultImage `json:"images"`

View File

@@ -1611,7 +1611,6 @@ func TestGetDescriptionOfProduct(t *testing.T) {
"index": 2 "index": 2
} }
], ],
"image_group_id": "",
"images360": [], "images360": [],
"pdf_list": [], "pdf_list": [],
"attributes": [ "attributes": [