Discussions
Custom Member Purchase Amount
about 4 years ago by Henk
Hello,
We currently set up membership tiers to be based on how much a member has spent within a time period. Is there a way, through the openAPI, to add a custom amount to how much a member has spent within the same period? Something like AddMemberTotalSpent ($500)
Right now, the only way I see to do this is through CreateOrder + UpdateOrderDeliveryStatus + UpdateOrderPaymentStatus + UpdateOrderStatus. Is there a more efficient API for this? Thanks