REST API Add-On
This documentation describes the optional B2B Quote REST API add-on (module: MageB2B_B2BQuoteApi, package: mageb2b/b2b-quote-api).
If you don’t have the add-on installed, the endpoints below won’t be available.
Installation
1) Require package
composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/b2b-quote-api:* 2) Enable module + run setup
php bin/magento module:enable MageB2B_B2BQuoteApi php bin/magento setup:upgrade php bin/magento cache:flushWhat It Provides
- Admin REST endpoints (manage any quote)
- Customer REST endpoints (ownership checks)
- Guest token endpoints (anonymous access to guest quotes)
- Management endpoints for categories/tags/status transitions/revisions (ACL-protected)
Authentication & Authorization
Magento REST authentication options:
- Admin / Integration: Integration token (ACL-controlled)
- Customer: Customer token (
selfresource) - Guest token quotes:
anonymousfor the specific guest endpoints (access token required)
Endpoint Reference
Full endpoint reference and examples:
Screenshot placeholder: API settings / token creation in Magento
File:./_screenshots/api-token.png
