From the attached screenshot it's not clear what type of Authorization you used. Please check this help page: Testing a Connection from SAP Commerce Cloud to SCI using an OAuth Token. As you can see first you need to do a POST request to obtain Beare...
You can try to create a service request in order to reset 2FA. See KBA 3387869 for reference (check CX Commerce - Disable Two-Factor Authentication). Hopefully it will resolve your issue.
PK analyzer simply decodes the Item Type from the PK. Each PK generated in Commerce has encoded information about the Item Type. That is why you can get Item Type from the PK even if the record no longer exists. The exception tells you that the recor...
Yes, this is an issue. It should be fixed in the upcoming releases. Right now you can try to add the missing parent to the bean definition:parent="baseOrderPopulator"
Hi,I can see that you tried to follow the steps described on Help page: Custom Configuration of the HTTP Message Converters. However from the screenshot I can see that you still used the OOTB DateAdapter. Have you tried implementing your own adapter ...