From c7697863db48ac2c3f4f8baebe368ef35c01ecd9 Mon Sep 17 00:00:00 2001 From: Kirill Date: Sun, 15 Dec 2024 21:05:21 +0300 Subject: [PATCH] Update November 14, 2024 (#117) --- ozon/products.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ozon/products.go b/ozon/products.go index 3ece097..8c8cdd2 100644 --- a/ozon/products.go +++ b/ozon/products.go @@ -736,8 +736,8 @@ type UpdatePricesResultError struct { } // Allows you to change a price of one or more products. -// You can change prices for 1000 products in one request. -// To reset old_price, set 0 for this parameter +// The price of each product can be updated no more than 10 times per hour. +// To reset old_price, set 0 for this parameter. func (c Products) UpdatePrices(ctx context.Context, params *UpdatePricesParams) (*UpdatePricesResponse, error) { url := "/v1/product/import/prices"