on 2023 Sep 13 10:03 PM
Hi, following the bellow article from armin.zamani we prepared a generic system to send the receipts to a 3rd party ERP system.
How to integrate receipts from SAP Customer Checkout manager | SAP Blogs
The 3rd party receives correctly the payload and creates the receipt. After the receipt is created, the 3rd party sends back the respond code Ok (response.StatusCode = Net.HttpStatusCode.OK) but the CCO manager can't verify that the receipt is posted and keeps it as fail.
What is the response that we need to give to CCO?
Request clarification before answering.
Hello Fedias,
I hope you are doing well.
200 should be the correct status code. We have such a setup with a customer and the 200 response is effectively marking the receipts as sent successfully. Maybe there is some other error in the process?
Greetings to Cyprus!
Joerg.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi joerg.ceo and thanks for the info. It works now. I had a text in my response and it was not working. Now I am just sending the 200.
User | Count |
---|---|
19 | |
5 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.