InStore
Manage your InStore, products, and licenses with this module.
Last updated
Was this helpful?
Manage your InStore, products, and licenses with this module.
Last updated
Was this helpful?
Manage your InStore.
Create your InStore for the first time.
license-id
: InStore license ID that you've purchased to assign to this store.
purchase-log-channel
?: Channel to send logs to for each license purchase.
Import to InStore from another service provider.
To import from Vendr, you must have an upgraded Vendr license with API access.
Regenerate your InStore authorization token. This will invalidate your old token, and require you to replace it in your Roblox Place before your store will load again.
You cannot currently close your InStore via this command. You must to request this.
Manage your InStore products.
Create a new InStore product.
name
: Unique name of your InStore product.
dev-product
: Unique Roblox Developer Product ID for your product.
description
?: Description of your product.
category
?: Category your product belongs to.
file
?: File to send users when purchasing your product.
max-licenses
?: Total amount of licenses allocated to this product. -1 to allow infinite purchases. Default is -1
.
max-per-user-licenses
?: The amount of licenses one user may purchases. -1 to allow infinite purchases per user. Default is 1
.
parent-product-id
?: InStore Product ID of a parent product. This will lock this product until a user purchases the parent product.
Edit a current InStore product.
name
: Name of the product to edit.
new-name
?: New unique name of the product.
dev-product
?: Unique Roblox Developer Product ID for your product.
description
?: Description of your product.
category
?: Category your product belongs to.
file
?: File to send users when purchasing your product.
max-licenses
?: Total amount of licenses allocated to this product. -1 to allow infinite purchases. Default is -1
.
max-per-user-licenses
?: The amount of licenses one user may purchases. -1 to allow infinite purchases per user. Default is 1
.
parent-product-id
?: InStore Product ID of a parent product. This will lock this product until a user purchases the parent product.
Remove a product from sale. This does not hard delete the product, and owners will still be able to retrieve the file. You will not be able to reuse the product name or developer product without changing them in the old product first.
name
: Name of the product to remove from sale.
Create a new license for an existing product.
product
: Existing product to create a license for.
assign-to
: User to assign the new license to.
Transfer an existing license to a different user.
license-id
: License ID to transfer to the other user.
transfer-to
: User to transfer the license to.
Revoke a license from a user, removing their access to it.
license-id
: License ID of the license to revoke.
View information about the InStore.
View a list of for-sale products in this InStore.
category
?: Filter to only products in this category.
Retrieve a product you own from this InStore.
product-name
: Name of the product to retrieve.