Variants allow you to have multiple choices inside a product, for example, lets say you’re selling a product which sells daily, weekly, monthly and yearly licenses, you can create a variant for each type and they will all have different settings between them.
SERIALS: This will derive the stock based on the list you input as text.
SERVICE: This will derive the stock based on the maximum stock (when -1, it will be unlimited).
DYNAMIC: This will derive the stock based on the maximum stock (when -1, it will be unlimited).
Dynamic means we will call your url to deliver stock, which means, you can effectively have full control over your stock via making an API.
Below is the data we will send to your desired url (as application/json):
This option will only be present when Serials has been selected as the product type. It allows for flexibility depending on how you want the data to be structured.
Here you can optionally add a special note to your customer with more information about what he needs to do in order to redeem the product or how to setup what he bought in general.
Optionally, you may also redirect the user somewhere else via url after checkout.
If the title is not empty, and is for example, “my-cool-product”, here’s how it will look on your url: (my-store.sellburst.io/products/my-cool-product)