New SPI - Request for Feedback

We have an exciting new SPI in the works and want to make sure it will handle the use cases you need most.

New SPI: Checkout Validation

What’s it for? An engine that allows users to create validations that confirm or deny the process of purchasing anything online (digital/physical product, service, etc.)

Example Use Case 1: Limiting the number of items in the cart

Example Use Case 2: Limiting the weight of a purchase

Example Use Case 3: Block a suspicious purchase/fraud prevention

What other use cases would you like to see in this SPI? Drop your ideas in the comments!

Is this SPI available yet (Feb 2023)? I’m trying to implement a check for an eCom site that could use this validation. If this feature is not yet available, is there any other API use to perform this check.

I know this is available, i was wondering if there are plans to expand its capabilities? I want to be able to check if users have certain badges based on the products and the collections of the products they have in their cart?

Hey Josie! You should already be able to accomplish this with existing apis. You will need to require people log in to shop as otherwise they are anonymous, but then you can use the wix-members API currentMember and badges API to check these things.

This post is old, if you have further questions about implementation please start a new post with your code snippets and other details so that other builders in the community can weigh in if you get stuck.