You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be willing to provide a "fix" but I am not sure what is the best method.
Should we remove the Product.xml file and just add the steps to make the changes necessary to the install documentation
Should we change the Product.xml file to have a complete file with the content of the native merged in it.
Should we not touch the Product.xml file but add a warning to the documentation about how if the api's are enabled the developer needs to merge both files.
None of these are good solutions, but I don't think there is one.
Regards
The text was updated successfully, but these errors were encountered:
Hello,
When we install the bundle our product api's brakes/changes. (Unless I missed something)
For example the path for the api
api/v2/shop/products/{code}
becomesapi/v2/products/{code}
the content returned by the api changes as well.
This is caused by the "incomplete" Product.xml api description provided here:
https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/blob/master/src/Resources/config/api_resources/Product.xml
compared to the native sylius
Product.xml
filehttps://github.com/Sylius/Sylius/blob/1.13/src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Product.xml
We are missing for example this:
and
I would be willing to provide a "fix" but I am not sure what is the best method.
None of these are good solutions, but I don't think there is one.
Regards
The text was updated successfully, but these errors were encountered: