Update October 1, 2024 (#105)
This commit is contained in:
@@ -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"`
|
||||||
|
|
||||||
|
|||||||
@@ -1611,7 +1611,6 @@ func TestGetDescriptionOfProduct(t *testing.T) {
|
|||||||
"index": 2
|
"index": 2
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"image_group_id": "",
|
|
||||||
"images360": [],
|
"images360": [],
|
||||||
"pdf_list": [],
|
"pdf_list": [],
|
||||||
"attributes": [
|
"attributes": [
|
||||||
|
|||||||
Reference in New Issue
Block a user