Seller object

    Seller object


    Article summary

    Seller object

    Property name

    Type

    Description

    sellerId

    Long!

    Automatically generated identifier of the seller. (numeric)

    name

    String!

    Name of the seller

    profileUrl

    String?

    Profile image URL of the seller

    storeUrl

    String?

    Store URL of the seller

    description

    String?

    Description of the seller

    schemes

    Map<String, String>?

    App schemes that forward to the seller's page when each button is clicked in the player.

    sellerIdentifier

    String?

    String Identifier of the seller


    Sample

    {
        "sellerId": "1",
        "name": "Shoplive Product Store",
        "profileUrl": "https://image.shoplive.cloud/7910e586-19a4-4740-804b-5f9da02e6939.jpg",
        "storeUrl": "https://shoplive.cloud",
        "description": "Description of the seller",
        "schemes": {},
        "sellerIdentifier": "Identifier_of_the_seller",
        "useNewHostConsole": true
    }


    What's Next