Introduction
Before using the wix-stores-backend
functions, set up your site for stores. To learn more, see Adding Wix Stores.
When setting up your Wix Stores site, be sure to select the payment
methods you want to offer and set your payment currency.
To use the Stores API, import wixStoresBackend
from the wix-stores-backend
module:
javascript | Copy Codeimport wixStoresBackend from 'wix-stores-backend';
Was this helpful?