Description Copied from Repro Steps when changed from Escalation to Bug When trying to map an order to latest version com.theberlinbakery.types.v1_2.StoreOrder during order transmission, I get a parse exception, because the offered JNDI-path points to a bean that returns version 1.0. As the bean that
AWI-78363 • 16-Jan-2024 • Bug • IOM 4.2
Table of Contents Introduction What's New? Features References Fixed Defects Performance Improvements Documentation Code Refactoring Chores Breaking Changes Introduction Welcome to Intershop Progressive Web App 2.4. This public release note contains information about the latest features of the Intershop
30F460 • 22-Jul-2022 • Release Notes • Intershop Progressive Web App
Description Partner found a REST call include for the order call using the PWA: payments_paymentMethod. It seems like this include isn't documented as in the swagger documentation and also not part off the "all" include Repro Steps order call with payments_paymentMethod compare to order call with all
AWI-78353 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Actual Behavior When rejecting/declining a return request, and no comment is given I get HTTP-400, but the spec does not document this constraint. The response message does not match correctly, because I wanted to reject it, but the message tells me that this is already done."A comment is required f
AWI-78323 • 05-Jun-2023 • Bug • IOM 4.4
Actual Behavior When sending a second (or more) approvals/rejections, the API does not respond, that the approval is still closed. The first (successful) approval never changes. The API always responds with HTTP-201, which is ok, but the status of the return request can't be changed after the first approval
AWI-78324 • 22-Apr-2024 • Bug
Actual Behavior When getting a return request, there a ~5 additional endpoints to get further data. I do miss the endpoint to get approvals because this is what I may do next, after creating an approval. HTTP-201 and the location of the new resource indicate that there are real resources. But when calling
AWI-78325 • 22-Apr-2024 • Bug
Actual Behavior When sending, f.e., the body to create a return request to the endpoint for approval creation, the HTTP-400 response indicates, that I wanted to decline the approval. Additionally, it says, that a comment is required, but a comment is given. null Bug null New New null Major AdoWorkItem
AWI-78319 • 22-Apr-2024 • Bug
Actual Behavior This example found in https://intranet.intershop.com/kb/index.php/Display/2F9406 contradicts itself. When accepting a request, you can't comment that it's not acceptable. {"status": "APPROVED", "comment": "The return request reasons are not convincing." } null Bug null New New null Minor
AWI-78322 • 22-Apr-2024 • Bug
Description Calls of the ViewProduct_52-Edit Pipeline in the back-office will go into a loop that ends with a PipelineCallStackException: [2022-07-19 17:27:26.372 +0200] ERROR localhost ES1 appserver0 [TestEnterprise-Site] [TestSalesChannel] com.intershop.beehive.core.internal.request.RequestHandlerServlet
AWI-78306 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Product Attribute Groups export/import has problems with decimal definition and domain assignments The exported file is invalid and cannot be re-imported again. Repro Steps - setup ICM 7.10.38.9 with german lead locale inside \eserver\share\system\config\cluster\localization.properties american
AWI-78289 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Some customers migrate from ICM 7.10.32.13-LTS/7.10.32.6-LTS to 7.10.38.11. dbprepare throws the following errors related to the bts TablesPreparer/DatabaseTablesPreparer: [2022-07-07 15:15:51.769 +0200] ERROR NL-EVI-CCKHFB3 ES2 dbmigrate [] [[migrate]bts:Class0_BasketPO TablePreparer [com
AWI-78272 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Download - TechTalk 2 2022 ENFDEVDOC doc_access_contract doc_status_final doc_type_techtalk 4 144cd7d31f62b71c5ea06f600ab50bd1 ConfluenceCloud 48059678721 /spaces/ENFDEVDOC/pages/48059678721 1844226834
3045X9 • 11-Jul-2022 • TechTalk Newsletter
Description The case is as follows: There exists a base product at organization level with MinOrderQuantity, MaxOrderQuantity, StepQuantity and Unit. Now we import at channel level a product with only the online flag: <product sku="4934090" import-mode=”UPDATE”> <sku>4934090</sku> <online>1</online>
AWI-78230 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Actual Behavior The RMA REST API spec is mixing type RETURN + pickupAddress in the examples, which is not usefull when copying it to play around. A RETURN does not store pickupAddress. Expected Behavior Examples in the spec should fit together. null Bug null Verified Closed null Major AdoWorkItem 78213
AWI-78213 • 05-Jun-2023 • Bug • IOM 4.4
Description Getting HTTP 500 instead of 400, when trying to create return-request via REST, which is not of the type (RETURN | PICKUP). These 2 types can be checked with simple validators before querying any other data. Copied from Repro Steps when changed from Escalation to Bug Use the Postman collection
AWI-78212 • 22-Apr-2024 • Bug
Description After upgrading from Solr4 to SolrCloud, some categories are no longer visible in the responsive storefront (neither in the catalog menu nor in the category filter) because the limitCount in the "Category" filter was not set to "-1". Repro Steps 1) open inSPIRED organization in ICM 2) switch
AWI-78205 • 27-Apr-2023 • Bug • Solr Cloud
Description When you update a product per import and add a link with the type Es_Proxy (a type which is in the database in the table TYPECODEDEFINITION) then you can't access the "Links" tab of the product anymore. Repro Steps - Create a XML file import for an existing product - Add a link with the type
AWI-78192 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Solr synonyms which include , in keyword name logs an exception "java.lang.IllegalArgumentException: Unexpected character ',' found." in the error log. Repro Steps - install ICM 7.10.32.17 with Solr Cloud adapter 3.0.6 - inside inSPIRED-inTRONICS channel define an search index synonym with
AWI-78154 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description AS shutdown does stuck in case of daemon threadsIn case of error JDBCResultSetCache thread is not running as daemon. In case of stuck AS shutdown the AS thread says... "JDBCResultSetCache cleanup thread" #307 prio=5 os_prio=0 tid=0x00007f91c808a000 nid=0x14f2 in Object.wait() [0x00007f918e677000]
AWI-78156 • 13-Sep-2023 • Bug • ICM 7.10
Repro Steps Configure document creation with save = false. Create a document and see that it was stored to SF. Actual Behavior The DocumentTransformerConfigDO.save not considered during document creation - hardcoded false. Processes using it always will persist the created document in the file system
AWI-78152 • 22-Mar-2023 • Bug
Showing 2321-2340 of 5292
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.