Quote SPI
2.3.4
Merchant SPI to search and retrieve quotes from external ERP/quote management systems. APIs include searching quotes, retrieving quote details, and verifying connectivity.
Prerequisites
Enable these settings in CMS > Store Management > Store Settings > Advanced.
- Quote Master of Record is external ERP system - Set to true
- Keep same Quote ID when quote is resumed as cart and then converted back to quote - Set to true
Configuration in CMS
Go to Store Management > Integration > Custom API Connectors > Create.
- Set API Key to QUOTE_SERVICE.
- Set API Endpoint to your base URL. For example, https://your-system.com/api/quotes.
Under JSON Config:
- Set Integration Type to HTTP_POST.
- Set JSON Headers:
{"Content-Type":"application/json"}
Note: For exporting quotes from POS to external systems, configure the QUOTE_EXPORT webhook separately. The QUOTE_EXPORT and QUOTE_SERVICE endpoints should share the same domain for proper integration.
Available Endpoints
- /search - Search quotes from external system
- /{quoteId} - Get a specific quote by ID
- /{quoteId} - Delete a quote by ID (DELETE)
- /verify - Verify SPI connectivity
Quote Source Identification
Quotes created in POS will have a 'source' field indicating origin. External quotes from the merchant's system will be labeled accordingly in the POS quote list.
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!