File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,9 @@ type GetStocksOnWarehousesResultRow struct {
200
200
201
201
// Name of the warehouse where the products are stored
202
202
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"`
203
206
}
204
207
205
208
// Report on stocks and products movement at Ozon warehouses
Original file line number Diff line number Diff line change @@ -747,6 +747,9 @@ type CreateOrUpdateProductItem struct {
747
747
// Category identifier
748
748
DescriptionCategoryId int64 `json:"description_category_id"`
749
749
750
+ // New category identifier. Specify it if you want to change the current product category
751
+ NewDescriptinoCategoryId int64 `json:"new_description_category_id"`
752
+
750
753
// Marketing color.
751
754
//
752
755
// Pass the link to the image in the public cloud storage. The image format is JPG
You can’t perform that action at this time.
0 commit comments