The ShopiMind API lets you sync your customers, orders, products and custom data, and trigger automated marketing scenarios from any e-commerce platform.
const response = await fetch('https://core.shopimind.com/v1/customers', {
method: 'GET',
headers: {
'spm-api-key': process.env.SPM_API_KEY,
'Accept': 'application/json'
}
})
const { data } = await response.json()
console.log(data)Make your first API call in under 5 minutes with your spm-api-key.
Learn moreFull reference for every endpoint: Contacts, Customers, Orders, Products and more.
Learn moreIntegrate the Shopimind API smoothly with our maintained JavaScript and PHP SDKs.
Coming soonBuild your connector, leverage custom data, automate your imports.
Learn morePick your favorite language and start calling the ShopiMind API right away.
curl -X GET 'https://core.shopimind.com/v1/contacts' \
-H 'spm-api-key: YOUR_API_KEY' \
-H 'Accept: application/json'TIP
Your 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.
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.
Documentation coming soon
Get your ShopiMind integration validated by our team to be listed in the ShopiMind marketplace — accessible to merchants looking for complementary partners: CRM, ERP, loyalty, surveys, carriers, POS platforms, and more.
A validated integration earns commercial visibility in the marketplace, technical recognition on API best practices, and a dedicated support channel.