-
Notifications
You must be signed in to change notification settings - Fork 9.4k
API Error during productWithMediaGallery invokation => Property :"EntryData" does not exist #1417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Guys .. any advice / fix for this issue ? it is very critical as i can't insert products and link images using the API service. I am getting error 500 from the server , the API service can't manage the request or properly handle the error exception. Please let me know if you need more info from my end. Thanks, |
Thanks @naspar for reporting this issue. Internal issue MAGEDOC-2426 is created to update the document. |
Can you change your
Notably This is what I used to try:
|
I've updated the documentation to reflect Bryant's new example. |
Hi @bluk and @keharper , Basically the API call gets executed without issue but I can't see the image associated to the product . .either in the admin or in the frontend .. there is only the product itself with the basic information . For simplify my debugging I have create a json very similar to yours sent yesterday and it doesn't work - here below the json I get back from M2 which make me assume the call has been properly executed :
Would you recommend to install the beta16 and try with the latest base code ? Thanks Again! |
@naspar You may want to try it with the latest base code. Also, did you look into the store specific view? There's a dropdown to view the store specific information. |
Many thanks for your support, this is now working like a charm! |
when I POST that data to the end point I get this error:
this is on commit: 07abfaa full stack trace:
|
The original issue should be fixed already. |
@bluk exactly using your example and I get "There is no MediaGalleryEntryConverter for given type" in magento 2.1 I use. |
[EngCom] Public Pull Requests - MAGETWO-71578: Magento\Test\Js\LiveCodeTest is failing because of reference to missing file in blacklist #10536 - MAGETWO-71544: Handle lifetime value 0 for form_key cookie #10528 - MAGETWO-71542: Show shipping methods in shipping estimator as loading during estimation #10514
Hello Team,
I am facing a weird issue while trying to create/import a new product into M2 by using the API service.
Here is the API I am using :
Catalog - ProductRepositoryInterface - productWithMediaGallery
http://devdocs.magento.com/guides/v1.0/rest/restApi/restCollection/Magento/Catalog/Api/ProductRepositoryInterface/productWithMediaGallery.html
here below the error I found in the exception log while hitting the API service :
and here below the json used during the HTTPcLient post invokation :
and as last, my piece of java code I have been using to import category and product - just want to mention that post/get calls are working fairly smoothly except the aforementioned error :
Just let me know if you need more info .. many thanks for all your commitment in making this framework so amazing !!
The text was updated successfully, but these errors were encountered: