Order Rules (Admin)
Product order rules can be used to allow and block a user to purchase some products depending on some situations:
Time: You can define some order rule to allow user of purchasing only in some specific time range
Purchase Limit: You can define how much tokens the user can purchase
The permission to purchase is defined by some whitelist which can be created inside the ID service. That whitelists can be linked into each order rule and defines if some user can or not purchase some product.
Whitelists can specify users by email, wallet address or users who owns some token.
Service Methods
Creates some order rule inside a company product
Rest API reference:
Lists all orders rules from some company product
Rest API reference:
Gets one specific product order rule by id
Rest API reference:
Updates some specific product order rule
Rest API reference:
Deletes some specific product order rule
Rest API reference:
Last updated