PunchOutSetupResponse

PunchOutSetupResponse

The suppliers eCommerce site responds to a PunchOutSetupRequest with a PunchOutSetupResponse document. The document contains a single URL that the shopper will be redirected to in their browser. This URL should automatically log the user in to the eCommerce site without requiring the shopper to enter any additional information.

Example message

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE cXML SYSTEM "http://xml.cXML.org/schemas/cXML/1.2.051/cXML.dtd"> <cXML payloadID="b20f2896-c497-4e5a-886c-c629bccc9760" timestamp="2025-03-19T14:46:01+01:00" xml:lang="en-US"> <Response> <Status code="200" text="success"/> <PunchOutSetupResponse> <StartPage> <URL>https://blue.vanmarcke.com/nl_BE/punchout/cxml/session?sid=vby9KAuZ9qShoRS3Yqp6M43phHuloOhKg2Tk0</URL> </StartPage> </PunchOutSetupResponse> </Response> </cXML>

 

Related content