Update November 19, 2024 (#118)

This commit is contained in:
Kirill
2024-12-15 21:09:09 +03:00
committed by GitHub
parent c7697863db
commit 45b0dffe39

View File

@@ -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"