REST API, typed SDKs and an integration kit to plug any product into the e-commerce marketing platform — in minutes.
From your first API call to a connector in production — a complete, documented toolbox.
Make your first API call in under 5 minutes with your spm-api-key.
Full reference for every endpoint: Contacts, Customers, Orders, Products and more.
Learn moreIntegrate the ShopiMind API with our official JavaScript SDK on npm. PHP SDK coming soon.
Learn moreBuild your connector, leverage custom data, automate your imports.
Learn moreThe simplest way: install the JavaScript SDK, or call the API directly in cURL / fetch / PHP.
$ npm install @shopimind/sdk-jsYour API keys are available from your ShopiMind dashboard (my.new.shopimind.com), under Shop settings → API access. A key is scoped to a single shop and can be revoked at any time.
import { SpmClient, SpmContacts } from '@shopimind/sdk-js'
const client = SpmClient.getClient('v1', process.env.SPM_API_KEY)
// Enveloppe uniforme : { ok, statusCode, data, error }
const res = await SpmContacts.list(client, { limit: 50 })
if (res.ok) console.log(res.data)ShopiMind connects to the main e-commerce platforms via official modules — installation from your shop's back-office in a few minutes, no code required.
Running on a different platform? Build your custom integration through the ShopiMind API.
See the full guideGet your ShopiMind integration validated by our team to be listed in the ShopiMind marketplace — accessible to merchants looking for complementary partners.
A validated integration earns commercial visibility in the marketplace, technical recognition on API best practices, and a dedicated support channel.