Skip to content

Commit

Permalink
Updates August 26, 2024 and August 28, 2024 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
diPhantxm authored Sep 9, 2024
1 parent 895ef8b commit 7c0e186
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ozon/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions ozon/products.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c0e186

Please sign in to comment.