Updates August 26, 2024 and August 28, 2024 (#103)

This commit is contained in:
Kirill
2024-09-10 00:57:30 +03:00
committed by GitHub
parent 895ef8be52
commit 7c0e18681b
2 changed files with 6 additions and 0 deletions

View File

@@ -200,6 +200,9 @@ type GetStocksOnWarehousesResultRow struct {
// Name of the warehouse where the products are stored
WarehouseName string `json:"warehouse_name"`
// Number of days the stock will last based on your average daily sales
IDC float64 `json:"idc"`
}
// Report on stocks and products movement at Ozon warehouses

View File

@@ -747,6 +747,9 @@ type CreateOrUpdateProductItem struct {
// Category identifier
DescriptionCategoryId int64 `json:"description_category_id"`
// New category identifier. Specify it if you want to change the current product category
NewDescriptinoCategoryId int64 `json:"new_description_category_id"`
// Marketing color.
//
// Pass the link to the image in the public cloud storage. The image format is JPG