Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sCommerce stands as a comprehensive suite of e-commerce tools crafted for Evolution CMS. This package seamlessly integrates with the CMS platform, transforming it into a robust foundation for online commerce.

License

Notifications You must be signed in to change notification settings

Seiger/sCommerce

Repository files navigation

sCommerce

sCommerce is an e-commerce toolkit for Evolution CMS.

API (sApi integration)

sCommerce does not register /rest/* (or /{SAPI_BASE_PATH}/*) API routes by itself. API endpoints are exposed only when seiger/sapi is installed, via sApi provider discovery.

This package declares API route providers in Composer metadata:

core/vendor/seiger/scommerce/composer.jsonextra.sapi.route_providers

Example (orders):

  • GET /{SAPI_BASE_PATH}/{SAPI_VERSION}/orders (if SAPI_VERSION is empty → /{SAPI_BASE_PATH}/orders)
  • PUT /{SAPI_BASE_PATH}/{SAPI_VERSION}/orders/{order_id}

Provider class:

  • Seiger\\sCommerce\\Api\\Routes\\OrdersRouteProvider

About

sCommerce stands as a comprehensive suite of e-commerce tools crafted for Evolution CMS. This package seamlessly integrates with the CMS platform, transforming it into a robust foundation for online commerce.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project