Validate the full flow against the sandbox before going live. Sandbox uses the same protocols and field shapes as production.
Base URL: https://sandbox.api.glede.app (setup: /cxml/punchout or /oci/punchout/setup).
Steps
- Ask Glede for sandbox buyer credentials and your
HOOK_URLallowlist entry. - Point your procurement system's sandbox/test punchout config at the sandbox setup URL.
- Run a punchout: confirm you are redirected to the Glede shopping flow, build a cart, and check out.
- Confirm your system receives the cart return (
NEW_ITEM-*for OCI,PunchOutOrderMessagefor cXML) and that the lineVENDORMAT/SupplierPartAuxiliaryIDcarries<sessionId>:<lineId>. - For cXML, send the approved
OrderRequestback and confirm the order is created.
When everything checks out, Glede issues production credentials and you switch the base URL to https://api.glede.app. No code changes between sandbox and production — only the credentials and host differ.
