diff --git a/ozon/products.go b/ozon/products.go index e5bd9e5..ae6ecdb 100644 --- a/ozon/products.go +++ b/ozon/products.go @@ -836,7 +836,7 @@ type CreateOrUpdateProductPDF struct { Name string `json:"name"` // File address - URL string `json:"url"` + SrcUrl string `json:"src_url"` } type CreateOrUpdateProductResponse struct {