Discussing APIs and development related to customers, discounts, and order management.
We have a Shopify Plus site which has a fairly large catalog of products ( around 50k ) .
The discounts on these items for specific customers are maintained by an external ERP system.
The number of rules is too large to replicate in Shopify. Hence we need a way to dynamically have this updated in pricing or on cart using an external API.
What would be the best approach to enable this ?
Regards,
Asim
Hi @asimsalim ,
First any discount of feature that will impact the value of cart has be the part of Shopify discount or coupon system.
For your solution you can use discount codes to achieve the discounted price and combine multiple discount codes to create special discount.
These custom logic of combining the code and be managed by external api.
let me know your thoughts…