Skip to content

Commit 7c0e186

Browse files
authored
Updates August 26, 2024 and August 28, 2024 (#103)
1 parent 895ef8b commit 7c0e186

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ozon/analytics.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ type GetStocksOnWarehousesResultRow struct {
200200

201201
// Name of the warehouse where the products are stored
202202
WarehouseName string `json:"warehouse_name"`
203+
204+
// Number of days the stock will last based on your average daily sales
205+
IDC float64 `json:"idc"`
203206
}
204207

205208
// Report on stocks and products movement at Ozon warehouses

ozon/products.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,9 @@ type CreateOrUpdateProductItem struct {
747747
// Category identifier
748748
DescriptionCategoryId int64 `json:"description_category_id"`
749749

750+
// New category identifier. Specify it if you want to change the current product category
751+
NewDescriptinoCategoryId int64 `json:"new_description_category_id"`
752+
750753
// Marketing color.
751754
//
752755
// Pass the link to the image in the public cloud storage. The image format is JPG

0 commit comments

Comments
 (0)