Update April 16, 2024 (#78)

This commit is contained in:
Kirill
2024-04-18 16:39:33 +03:00
committed by GitHub
parent 25051ee802
commit 8a6ca3b2eb
4 changed files with 109 additions and 1 deletions

View File

@@ -890,6 +890,7 @@ type CreateOrUpdateProductResult struct {
}
// This method allows you to create products and update their details
// More info: https://docs.ozon.ru/api/seller/en/#operation/ProductAPI_ImportProductsV3
func (c Products) CreateOrUpdateProduct(ctx context.Context, params *CreateOrUpdateProductParams) (*CreateOrUpdateProductResponse, error) {
url := "/v3/product/import"