Build commerce applications with .NET.
Copy for LLM
View as Markdown
The .NET SDK enables you to use domain-specific classes and methods to interact with Composable Commerce APIs. This includes the HTTP API, Import API, Audit Log API, and Checkout API.
With the .NET SDK, you benefit from IDE autocompletion, type-safety, encapsulation, and an internal domain-specific language for formulating valid requests.
Get started
Learn how to set up and use the .NET SDK with our get started guide.
Refer to our integration tests for examples of creating, querying, updating, and deleting resources in your Composable Commerce Project.
The .NET SDK is open source and is available on GitHub under the Apache License.
You can view the full .NET SDK reference on GitHub.
Release schedule
The .NET SDK is autogenerated from our API specifications to ensure it is up to date with the latest enhancements. New releases are published on the first Monday of the month, though occasional updates can occur.
To stay informed about new releases, subscribe to the GitHub releases or watch the GitHub repository.
Best practices and error handling
- Ensure the .NET SDK is up to date.
- Read the documentation carefully to correctly and properly implement or integrate the SDK.
- Report issues at the GitHub repository.
- If you encounter an issue that is urgent or critical for your business, please contact the Composable Commerce support team.
- Provide as many details as possible with your issue reports, including the SDK version, the specific error message, any log or stack traces, and the code snippet that causes the issue.