> ## 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.

# Capability names

> Quote connector capability names

| Capability                                  | Description                                                                                                                                                                              |
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| iproductprovider\_provide\_cost             | Can the Product Provider fill in the Cost price value?<br />Determines if the Cost field is shown in the GUI.                                                                            |
| iproductprovider\_provide\_minimumprice     | Can the Product Provider fill in the Minimum price value? Determines if the Minimum Price field is shown in the GUI.                                                                     |
| iproductprovider\_provide\_stockdata        | Can the product provider supply Stock data?<br />Determines whether the Stock values are shown in the GUI or not.                                                                        |
| iproductprovider\_provide\_extradata        | Does the Product Provider fill in any ExtraData. Determines if the extra data fields are shown in the GUI.                                                                               |
| iproductprovider\_provide\_thumbnails       | Can the Product Provider supply thumbnails of products?                                                                                                                                  |
| iproductprovider\_provide\_picture          | Can the Product Provider supply any pictures? Determines if the picture field is shown in the dialog.                                                                                    |
| ipriceprovider\_compute\_price              | Can the connector calculate a price value for a quote? If the ERP system is not available (on travel) then the connector might fall back on the list price.                              |
| iorderconsumer\_place\_order                | Can the connector place orders?<br />If not then the PlaceOrder method is not called.<br /> The ACCEPT button and the PlaceOrder dialog is still shown, but the connector is not called. |
| iorderconsumer\_provide\_orderstate         | Can the connector check order status in the ERP system. If the capability is FALSE, then no GET STATUS button appears after an order has been accepted.                                  |
| ilistprovider\_provide\_productcategorylist | Can the connector provide the Product category list?                                                                                                                                     |
| ilistprovider\_provide\_productfamilylist   | Can the connector provide the Product family list?                                                                                                                                       |
| ilistprovider\_provide\_producttypelist     | Can the connector provide the Product type list?                                                                                                                                         |
| ilistprovider\_provide\_paymenttermslist    | Can the connector provide the Payment terms list?                                                                                                                                        |
| ilistprovider\_provide\_paymenttypelist     | Can the connector provide the Payment type list?                                                                                                                                         |
| ilistprovider\_provide\_deliverytermslist   | Can the connector provide the Delivery terms list?                                                                                                                                       |
| ilistprovider\_provide\_deliverytypelist    | Can the connector provide the Delivery type list?                                                                                                                                        |
| iconnector\_perform\_complexsearch          | Can the connector perform a complex search? Will make the UI show the advanced find button.                                                                                              |
| iaddressprovider\_provide\_addresses        | Can the connector provide addresses at all?                                                                                                                                              |


## Related topics

- [Get Connector Capability Names](/en/api/reference/restful/agent/quote_agent/get-connector-capability-names.md)
- [Can Connector Provide Capability](/en/api/reference/restful/agent/quote_agent/can-connector-provide-capability.md)
- [SuperOffice.WebApi.Data.Quote GetConnectorCapabilityNamesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_GetConnectorCapabilityNamesRequest.md)
- [IQuoteConnector](/en/api/plugins/quote-connectors/api/iquoteconnector.md)
- [Start the client](/en/api/plugins/quote-connectors/start-client.md)
- [SuperOffice.WebApi.Agents.QuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.QuoteAgent.md)
