Update November 14, 2024 (#117)

This commit is contained in:
Kirill
2024-12-15 21:05:21 +03:00
committed by GitHub
parent 8a585d086a
commit c7697863db

View File

@@ -736,8 +736,8 @@ type UpdatePricesResultError struct {
} }
// Allows you to change a price of one or more products. // Allows you to change a price of one or more products.
// You can change prices for 1000 products in one request. // The price of each product can be updated no more than 10 times per hour.
// To reset old_price, set 0 for this parameter // To reset old_price, set 0 for this parameter.
func (c Products) UpdatePrices(ctx context.Context, params *UpdatePricesParams) (*UpdatePricesResponse, error) { func (c Products) UpdatePrices(ctx context.Context, params *UpdatePricesParams) (*UpdatePricesResponse, error) {
url := "/v1/product/import/prices" url := "/v1/product/import/prices"