> For the complete documentation index, see [llms.txt](https://bewinxed.gitbook.io/radar-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bewinxed.gitbook.io/radar-docs/bot_help/shop/update_shop.md).

# 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.
