November Happy Hour will be moved to Thursday December 5th.
Hi all,
I can't reach the export API as per the documentation, I already set the configuration as per the documentation as well,
moreover, I can use the Get Catalogs API successfully (GET episerverapi/commerce/catalogs/) and I received the data correctly, When I try to call the Api (Get episerver/api/commerce/export/catalog/?catalogName=My Catalog) I get a 404not found status code as it's not available.
Any help is appreciated.
The API is /episerverapi/commerce/export/catalog/{name}, so you will need to get /episerverapi/commerce/export/catalog/My Catalog instead
Hi all,
I can't reach the export API as per the documentation, I already set the configuration as per the documentation as well,
moreover, I can use the Get Catalogs API successfully (GET episerverapi/commerce/catalogs/) and I received the data correctly,
When I try to call the Api (Get episerver/api/commerce/export/catalog/?catalogName=My Catalog) I get a 404not found status code as it's not available.
Any help is appreciated.