📘
DG Live
  • Introduction
    • 📗Introduction
  • Getting Started
    • 📗Getting Started
  • Marketplace
    • ⛏️Create a New NFT Collection
    • ⛏️Mint an Item in the Collection
    • 👮Metadata Standards
    • 💲Royalty Management
    • 🛍️Buying an item
    • 🛒Selling an item
  • Business Manager
    • 📗Getting Started
    • ⚙️Overview
    • 👱‍♂️Profile
    • 🏠Scenes
      • Scene implementation code
      • Scene Panorama
      • Scene Marketplace
        • Slots
        • Market panorama
      • Scene Scheduling
      • Scene Groups
      • Sharing a Scene
      • Deleting a Scene
    • 📈Market Analytics
    • 🔌API Auth
    • 📘API Reference
  • Developer Resources
    • 📊Marketplace Plugin
    • 🛒Marketplace SDK
      • ⚙️Installation
      • 📪Basic usage
    • 🌐Metaverse SDK
      • Basic Usage
      • Advanced Usage
    • 🔌API Reference
      • Marketplace Methods
      • Business Manager API
    • 📔Smart Contract Reference
      • Methods
        • Buy
        • Sell
        • Cancel
        • BuyForGift
        • isActive
        • getPrice
      • Events
        • Buy
        • Sell
        • Cancel
        • BuyForGift
  • Tutorials & Resources
    • 🏪Creating a metaverse store
      • Creating a Decentraland Scene
      • Create an account on the business manager
      • Place an item for sale
    • 🙌Sample Scene
  • Use Cases
    • ⏯️Exploring Use Cases
    • 🎨Digital Art Gallery in the Metaverse and Web
    • 🖥️NFT Gaming Platform
    • 🎮Virtual Concert Experience
    • 👔Fashion Industry and Virtual Avatars
Powered by GitBook
On this page
  • Overview
  • Usage
  • Main menu
  • Implementation code
  • Scenes or Meta Zones
  • Documentation
  • Metamarket endpoint
  • Slots
  1. Business Manager
  2. Scenes
  3. Scene Marketplace

Market panorama

PreviousSlotsNextScene Scheduling

Last updated 2 years ago

Overview

Marketplace Panorama allows you to view and manage all the items listed for sale in your metaverse NFT store, making it easy to edit item details, adjust pricing, or remove items from the

Usage

Once you have created your first slot, your market panorama screen will no longer show the integration code, and instead a list of your slots will be displayed.

Main menu

The market panorama has several options described below.

Implementation code

If you click on implementation code, a lightbox popup will display a custom Javascript code that can used to integrate the MetaMarket to your DCL scene.

Scenes or Meta Zones

This option will take you to a list of the scenes owned by you

Documentation

This is the API reference documentation

Metamarket endpoint

This option takes you to a new page that displays a JSON containing information of the slots for the entire scene. You can use this endpoint and dinamically integrate it into your DCL scene.

Slots

By clicking on the context menu of each slot, you will have several options

Edit

You can change the data of your slot and update it.

Delete

You can delete your slot. This action can't be undone.

Joystick

You can move your slot coordinates in the metaverse with a visual component, like you did previously in the scene media resources section

Endpoint

By clicking on this option you will be redirected to a new page containing a JSON representation of this slot's data. You can use this endpoint URL to integrate into your DCL scenes.

New slot

This options allows you to create new slots, as seen previously.

🏠