Spiff Commerce provides out of the box themes for quick integration. Unleash our true power by building your own headless solution anywhere you can import our NPM package.
Rich metadata
Spiff Commerce stores everything about how your customer interacts with your products. Generate invaluable insights into customer behavior and performance of your products while adhering to your own unique style.
const client = client.create({accessKey: "abcdefg"});
const exp = client.getWorkflowExperience();
const steps = exp.getSteps()
const stepComponents = steps.map((step) => {
return StepFactory.getStepElement(step);
});
return <div>{stepComponents}</div>