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.
- Install/open the ValueMapper Shopify App: apps.shopify.com/valuemapper.
- Complete the app authorization flow for your shop.
- In ValueMapper, confirm Shopify is listed under Connected Services.
- 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: SHOPIFYrequire an enabled Shopify connected service on your account. - If no Shopify service exists, promotion creation returns an error.