Access Node.js Servers
Customer and partner developers do not have direct access to the Retail Digital Commerce Node.js servers. The storefront, admin, and extension requests are routed to the Node.js servers, and the responses are sent back to the user.
![]()
This section applies to Open Storefront Framework
(OSF).
The custom server applications can be accessed using the following URL routes:
- Storefront request route prefix:
/ccstorex/custom/* - Admin request route prefix:
/ccadminx/custom/*
For example, if you develop a storefront endpoint with the route
/v1/calculateShipping, it will be
accessed at:https://<storefront-hostname>:<storefront-port>/ccstorex/custom/v1/calculateShippingNote that the /v1 portion is recommended for versioning
but not required. This matches the versioning scheme used
for standard Retail Digital Commerce endpoints.