update
This commit is contained in:
@@ -1564,6 +1564,9 @@ type GetDescriptionOfProductResult struct {
|
||||
// Barcode
|
||||
Barcode string `json:"barcode"`
|
||||
|
||||
// All product's barcodes
|
||||
Barcodes []string `json:"barcodes"`
|
||||
|
||||
// Category identifier
|
||||
DescriptionCategoryId int64 `json:"description_category_id"`
|
||||
|
||||
@@ -1603,6 +1606,12 @@ type GetDescriptionOfProductResult struct {
|
||||
// Array of PDF files
|
||||
PDFList []GetDescriptionOfProductResultPDF `json:"pdf_list"`
|
||||
|
||||
// Link to the main product image
|
||||
PrimaryImage string `json:"primary_image"`
|
||||
|
||||
// Product identifier in the Ozon system, SKU
|
||||
SKU int64 `json:"sku"`
|
||||
|
||||
// Product type identifier
|
||||
TypeId int64 `json:"type_id"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user