Skip to main content

Shopify Integration

ValueMapper supports Shopify for promotion creation, updates, lifecycle sync, and redemption code delivery.

How to get Shopify added

Shopify is connected through the ValueMapper Shopify App onboarding/OAuth flow.

  1. Install/open the ValueMapper Shopify App: apps.shopify.com/valuemapper.
  2. Complete the app authorization flow for your shop.
  3. In ValueMapper, confirm Shopify is listed under Connected Services.
  4. Confirm your connected service is enabled in the API response.

Verify setup

query ConnectedServices {
account {
connectedServices(enabled: true) {
name
serviceType
enabled
roles
metadata {
... on ShopifyServiceMetadata {
shop
}
}
}
}
}

Notes

  • Promotions created with connectedServiceType: SHOPIFY require an enabled Shopify connected service on your account.
  • If no Shopify service exists, promotion creation returns an error.