update_product
📝 RADAR Documentation - Command: Update Product in Shop
🤝 Command Group: shop
📝 Command Name: update_product
📋 Parameters:
name
(required: False) - Item name. (Type: string)type
(required: False) - Type of the item you're selling. (Type: string)description
(required: False) - Item description. (Type: string)featured
(required: False) - Is this item featured? (Type: boolean)logo
(required: False) - Logo URL. (Type: string)
📝 Description:
Update a product in the shop.
🔍 Example Usage:
Update a product with optional parameters:
This command is used to update a product in the shop. You can specify optional parameters such as
name
to change the name of the product anddescription
to update the description of the product.
📝 Note:
This command allows you to update an existing product in your Solana NFT shop.
Select the shop where the product is located.
Choose the product you want to update from the dropdown list.
If you want to update the prices for the item, select the tokens you want to sell the item for.
Specify the new values for the optional parameters you want to update, such as
name
,description
,featured
,logo
, ortype
.If you want to change the shop or categories the item is under, select the new shop and categories accordingly.
After updating the product, a success message will be displayed indicating that the product has been modified.
Last updated