Skip to main content

Documentation

Everything you need to integrate SniptCart into your application. Comprehensive guides, API reference, and code examples.

Quick Start

# Install the SDK
npm install @sniptcart/sdk

# Or use via CDN
<script src="https://cdn.sniptcart.com/sdk/v1/sniptcart.min.js"></script>

# Initialize
import { SniptCart } from '@sniptcart/sdk';

const cart = new SniptCart({
  apiKey: 'your-api-key',
  environment: 'production'
});

Need Help?

Can't find what you're looking for? Our support team is here to help.