> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Online quote connectors

> Online quote connectors

Quote connectors allow third parties to build a web service endpoint that supplies SuperOffice with product price-list and product details.

* [Online SOAP Quote Connector API][soap]
* [Online REST Quote Connector API][rest]

Use the [SuperOffice.Crm.Online.IntegrationServices][1] package to build a quote connector for SuperOffice Online. This has two package dependencies:

* [SuperOffice.Crm.Online.Core][2]
* [SuperOffice.NetServer.Services][3]

`SuperOffice.Crm.Online.Core` contains the authentication interface to successfully authenticate and connect to your quote connector web service endpoint.

`SuperOffice.NetServer.Services` is necessary because connectors often need to call the tenant's web services for additional information. The packet has additional dependencies.

In total you will have the following NuGet package dependencies:

* [SuperOffice.Crm.Online.Core][1]
* [SuperOffice.Crm.Online.IntegrationServices][2]
* [SuperOffice.NetServer.Core][9]
* [SuperOffice.NetServer.Services][3]
* [SuperOffice.ContinuousDatabase][4]
* [System.IdentityModel.Tokens.Jwt][5]

There is an example quote connector example included in our [SuperOffice.DevNet.Online][6] GitHub repository, located in the [IntegrationServer][7] folder. Take a look at the *README.md*  markdown file for more information.

<Note>
  The sample-project is for .Net Framework, as WCF is not officially supported in .Net Core. This is not a restriction in SuperOffice' packages, but an architectural decision made by Microsoft.
</Note>

If you have any questions, post them here on the [CRM Online Development forums][8], or send an email to `sdk@SuperOffice.com`.

[8]: https://community.superoffice.com/en/technical/forums/api-forums/

Have fun building quote connectors for SuperOffice CRM Online!

[1]: https://www.nuget.org/packages/SuperOffice.Crm.Online.IntegrationServices

[2]: https://www.nuget.org/packages/SuperOffice.Crm.Online.Core

[3]: https://www.nuget.org/packages/SuperOffice.NetServer.Services/

[4]: https://www.nuget.org/packages/SuperOffice.ContinuousDatabase/

[5]: https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt

[6]: https://github.com/SuperOffice/SuperOffice.DevNet.Online

[7]: https://github.com/SuperOffice/SuperOffice.DevNet.Online/tree/master/Source/SuperOffice.DevNet.Online.IntegrationServer

[9]: https://www.nuget.org/packages/SuperOffice.NetServer.Core/

[rest]: ./rest-quote-connector-api

[soap]: ./soap-quote-connector-api


## Related topics

- [Online SOAP quote connector API](/en/api/plugins/quote-connectors/online-quote-connectors/soap-quote-connector-api.md)
- [Online REST quote connector API](/en/api/plugins/quote-connectors/online-quote-connectors/rest-quote-connector-api.md)
- [QuoteConnector](/en/api/archive-providers/reference/quoteconnector.md)
- [IQuoteConnector](/en/api/plugins/quote-connectors/api/iquoteconnector.md)
- [QuoteConnectorBase implementation](/en/api/plugins/quote-connectors/api/quoteconnectorbase.md)
- [Konfigurer ERP-link for Quote Connector](/da/sale/admin/quote/set-up-quote-connector.md)
- [Konfigurere ERP-kobling for Quote Connector](/no/sale/admin/quote/set-up-quote-connector.md)
