InStore
Manage your InStore, products, and licenses with this module.
Check out the InStore section to better understand the function of these commands.
/managestore
Manage your InStore.
create
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
Import to InStore from another service provider.
To import from Vendr, you must have an upgraded Vendr license with API access.
regenerate-token
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.
close
You cannot currently close your InStore via this command. You must open a support ticket to request this.
/product
Manage your InStore products.
create
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
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
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.
/license
create
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
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
Revoke a license from a user, removing their access to it.
license-id
: License ID of the license to revoke.
/store
info
View information about the InStore.
products
View a list of for-sale products in this InStore.
category
?: Filter to only products in this category.
/retrieveproduct
Retrieve a product you own from this InStore.
product-name
: Name of the product to retrieve.
Last updated