Bagisto REST API is a medium to use the features of the core Bagisto System. By using Bagisto REST API, you can integrate your application to serve the default content of Bagisto.
composer require bagisto/rest-api:dev-master
Note: It is not recommended to use the master version as it may contain breaking changes.
SANCTUM_STATEFUL_DOMAINS=http://localhost/public
php artisan bagisto-rest-api:install
http://localhost/public/api/admin/documentation
http://localhost/public/api/shop/documentation