From 45b0dffe39b46fe98cb13bcda9672ac3fd16e2b3 Mon Sep 17 00:00:00 2001 From: Kirill Date: Sun, 15 Dec 2024 21:09:09 +0300 Subject: [PATCH] Update November 19, 2024 (#118) --- ozon/products.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ozon/products.go b/ozon/products.go index 8c8cdd2..e7cd68a 100644 --- a/ozon/products.go +++ b/ozon/products.go @@ -1200,9 +1200,11 @@ type CreateProductByOzonIDResult struct { UnmatchedSKUList []int64 `json:"unmatched_sku_list"` } -// Creates a product by the specified Ozon ID. The number of products is unlimited. +// The method creates a copy of the product description page with the specified SKU. // -// It's not possible to update products using Ozon ID +// You cannot create a copy if the seller has prohibited the copying of their PDPs. +// +// It's not possible to update products using SKU. func (c Products) CreateProductByOzonID(ctx context.Context, params *CreateProductByOzonIDParams) (*CreateProductByOzonIDResponse, error) { url := "/v1/product/import-by-sku"