create
📝 RADAR Documentation - Command: Create Shop
🤝 Command Group: shop
📝 Command Name: create
📋 Parameters:
name
(required: True) - Shop Name. (Type: string)description
(required: True) - Shop Description. (Type: string)logo
(required: False) - Logo URL. (Type: string)banner
(required: False) - Banner URL. (Type: string)is_global
(required: False) - Is this shop restricted to this server only? (Type: boolean)wallet
(required: False) - Wallet address. (Type: string)
📝 Description:
Create a new NiftyShop.
🔍 Example Usage:
Create a shop with required parameters:
This command is used to create a new shop. You need to specify the
name
parameter as the name of the shop and thedescription
parameter as the description of the shop.Create a shop with optional parameters:
This command is used to create a new shop with optional parameters. You can specify the
logo
parameter as the URL of the logo image, thebanner
parameter as the URL of the banner image, theis_global
parameter to restrict the shop to the current server only by setting it totrue
, and thewallet
parameter to associate a wallet address with the shop.
📝 Note:
This command allows you to create a new NiftyShop in your Solana NFT community.
Specify the
name
parameter as the name of the shop.Specify the
description
parameter as the description of the shop.Optionally, you can set the
logo
parameter to add a logo to the shop by providing the URL of the logo image.Optionally, you can set the
banner
parameter to add a banner to the shop by providing the URL of the banner image.Optionally, you can set the
is_global
parameter to restrict the shop to the current server only by setting it totrue
.Optionally, you can set the
wallet
parameter to associate a wallet address with the shop.After creating the shop, a success message will be displayed indicating that the shop has been created.
Last updated