RADAR Docs
  • bot_help
    • alpha
      • announce_channels
      • call
      • register
      • resend
    • analytics
      • chart
      • floor
      • info
      • terminal
    • collections
      • add
      • edit
      • manage
      • remove
    • impostor
      • register
      • unregister
      • unwhitelist
      • whitelist
    • multisig
      • add_signer
      • create
      • sign
    • profiles
      • add_availability
      • afk
      • availability
      • back
      • referral
      • register
      • remove_availability
      • set_afk_message
      • set_timezone
    • raid
      • channel
      • panel
      • register
      • resend
      • role
      • subscribe
      • tweet
    • rarity
      • check
      • rank
      • scraper
      • snipe
    • secret
      • announce_channels
      • author
      • delete
      • edit
      • note
      • resend
    • server
      • backup
      • holder_welcome
      • holder_welcome_remove
      • holder_welcome_test
      • txt2discord
      • undo
    • shop
      • add_category
      • add_product
      • buy
      • create
      • fund
      • open
      • update_product
      • update_shop
    • tools
      • snapshot
    • verification
      • add
      • blacklist
      • manual
      • panel
      • profile
      • refresh_hashlist
      • register
      • role
      • test_token
      • toggle
      • unblacklist
    • votes
      • clear
      • create
      • extend
      • max_weight
      • multipliers
      • resend
    • whalewatch
      • add
      • settings
    • whitelist
      • add_role
      • create
      • enter
      • export
      • manage
      • minimum_balance
      • panel
      • remove
      • stats
      • update
      • wipe
  • api_documentation
    • docs
      • nft
        • Get NFT 🚀 - /nft/moonrank/{mint_address}
        • Get Guild Royalty Dashboard 💸 - /nft/guild_royalty_data/{guild_id}/dashboard
        • Get Multiple NFT Metadata 🔎 - /nft/metadata/multiple/
        • Get NFT Owner Information 🔎 - /nft/{mint}/owner
        • Retrieve Holder Snapshot for NFT 📊 - /nft/holder_snapshot
        • Royalties Status by Address 💰 - /nft/royalty_status_address/{address}
        • Royalties Status of Multiple NFTs 💰 - /nft/royalty_status_multiple_nfts
        • Royalties Status of NFT 💰 - /nft/royalty_status_nft/{nft}
Powered by GitBook
On this page

Was this helpful?

  1. bot_help
  2. shop

update_shop

📝 RADAR Documentation - Command: Update Shop

🤝 Command Group: shop

📝 Command Name: update_shop

📋 Parameters:

  • name (required: False) - Shop Name. (Type: string)

  • description (required: False) - 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:

Update an existing shop.

🔍 Example Usage:

  • Update the name and description of a shop:

    !update_shop --name MyShop --description New description

    This command is used to update the name and description of a shop. You need to specify the name parameter as the new name of the shop and the description parameter as the new description of the shop.

  • Update the logo and banner of a shop:

    !update_shop --logo https://example.com/logo.png --banner https://example.com/banner.png

    This command is used to update the logo and banner of a shop. You need to specify the logo parameter as the URL of the new logo and the banner parameter as the URL of the new banner.

📝 Note:

  • This command allows you to update an existing shop in your Solana NFT community.

  • Specify the desired parameters to update the shop.

  • You can update the name parameter to change the name of the shop.

  • You can update the description parameter to change the description of the shop.

  • You can update the logo parameter to change the logo of the shop by providing the URL of the new logo image.

  • You can update the banner parameter to change the banner of the shop by providing the URL of the new banner image.

  • You can update the is_global parameter to restrict the shop to the current server only by setting it to true.

  • You can update the wallet parameter to change the wallet address associated with the shop.

  • After updating the shop, a success message will be displayed indicating that the shop has been updated.

Previousupdate_productNexttools

Last updated 1 year ago

Was this helpful?