2A9995 • 09-Nov-2022 • References • ICM 7.10, ICM 11, ICM 12, ICM 13
This API specification is available for download as an Open API 3.0 YAML file: icm-b2b-quoting-1x1x0.yaml References The following page lists available REST APIs for ICM 7.10 and their version dependencies: Reference - Intershop Commerce Management 7.10 REST API API Specification openapi: 3.0.1 info:
29L994 • 30-May-2023 • References • ICM 7.10
This API specification is available for download as an Open API 3.0 YAML file: icm-b2b-customer-1x1x0.yaml References The following page lists available REST APIs for ICM 7.10 and their version dependencies: Reference - Intershop Commerce Management 7.10 REST API API Specification openapi: 3.0.1 info:
AWI-70834 • 08-May-2023 • Bug
Description Sorted Ascending by Creation date - but "12:59:58 PM" should be smaller than "1:00:04 PM". Same for "Product delivery date"! This leads to random behaviour of test case "IOM-8847-01: admin confirms partial delivery using order details tab, then edits it and finally delivers everything" Steps
AWI-70835 • 01-Dec-2021 • Task
Description A robots.txt can contain a link to the sitemap index like this: User-agent: * Disallow: /INTERSHOP/ Allow: /INTERSHOP/static/ Sitemap: https://pwa.intershop.com/sitemap_pwa.xml Now NGinx must be able to proxy_pass the contents of the mentioned resource. Which involves translating above url
AWI-70809 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The finalizer may throw an exception when cleaning up QueryResult. The following errors occur periodically: [2021-10-18 00:00:39.616 +0000] ERROR ### ES1 appserver0 [] [] com.intershop.beehive.core.internal.environment.ServerEnvironment [] [] [] [] "jgroups-10,appserverSyncChannel,its-prd-del-app-01-2870"
AWI-70711 • 05-Jun-2024 • Bug • ICM 7.10
Description Pipelet ExecutePipeline does not allow correct error handling, because it does not react to stop node of executed pipeline. If a pipeline returns with a stop node, this should be treated as an error and error exit of pipelet "ExecutePipeline" should be taken. This would allow error handling
AWI-70702 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description REST calls: get /orders, get /orders/<id> Steps to Repeat Create an order Change the buyer data (first name, last name, email/login etc.) in the myAccount Profile. At the response the original values are not contained, only the buyer login and the taxation Id. Actual Behavior The REST response
AWI-70688 • 27-Apr-2023 • Bug • Solr Cloud
Description Sometimes exception occur during the search index build when adding documents [2021-10-19 22:00:02.905 +0000] ERROR localhost ES1 appserver0 [] [] com.intershop.adapter.search_solr.internal.SolrIndexHandlerExtension [] [Unknown] [LJ0KCgQQAUwAAAF8HDgqiJqE] [F3gKCgQQ7r0AAAF 8HTgqiJqE] "Flo
AWI-70659 • 22-Mar-2023 • Bug • IOM 3.7
Description (Dispatch) shows inconsistent behaviour making test case 7047-01 unstable. As far as I can see, the JAVA-lists should all keep the order from the query which adds an "sortBy sh.id" to its query. But as you can see in the attachment, the sorting is sometimes wrong. Since this so far did not
AWI-70652 • 30-Jun-2022 • User Story • ICM 7.10, ICM 11
Description The 'stores' resource should return the custom attributes 'Latitude' and 'Longitude' for better Maps integration. These values are currently for some stores already managed but are not accessible via 'stores' REST API (https://support.intershop.com/rdd/Redoc-S29911.html#tag/Store-Locator)