HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Discussions

Discussions

Ask a Question
Back to All

Custom Member Purchase Amount

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