> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/api-reference/code/marketplace/enable-marketplace-function-binding.md).

# Enable Marketplace Function Binding

The **Marketplace** exposes vendor connectors (CRMs, ERPs, finance and marketing tools) as ordinary callable functions over a uniform call shape, regardless of how the vendor's API works.

This endpoint enables the module for your project.

`POST /{version}/code/marketplace/integrations/{IntegrationViewId}/bindings/{BindingViewId}/enable`

{% hint style="info" %}
Full request/response reference will appear here once this endpoint is added to the API spec.
{% endhint %}

## In the dashboard

Manage this visually in Norbix Cloud — see [Code](/norbix-cloud/code.md).

## Use it from code

Every Norbix SDK exposes this endpoint as a method — see [Enable Marketplace Function Binding](/sdks-and-cli/code/marketplace/enable-marketplace-function-binding.md) in the SDK reference, with examples in every language.
