전체 상품 리스트 조회

GET https://{game_host_ext_ssrm}/v1.0/ssrm/market/product/list

Headers

Name
Type
Description

Context-Type*

string

application/json

Authorization

string

Login A.T

Request Body

Name
Type
Description

{
    "return": 0,
    "message": "success",
    "value": {
        "1": {  // store ID
            "store_id": 1,
            "store_name": "Special",
            "products": {
                "1": {  // product ID
                    "product_id": 1, // 중복 정보
                    "product_name": "LumiWave Pass", // 상품 이름 고정
                    "store_id": 1, // 중복 정보
                    "image_url": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ssrm/Point_SSR.png",
                    "product_status": 2,   // 하단 참조    
                    "is_product_chip_limit_active": false, // 구매 시 칩 보유량에 따라 구매 제한 여부
                    "chip_limit_for_purchase": 0, 
                    "is_purchase_limited": true, // 구매 횟수 제한 여부
                    "purchase_limit_count": 1, // 구매 가능 횟수
                    "is_initialized": false, // 주기에 맞춰 초기화 되는지 여부
                    "init_period": 0, // 초기화 주기
                    "reward_type": 7, // 보상 종류
                    "reward_id": 1, // 보상 ID
                    "reward_value": "0.000000000000000000", // 보상 값
                    "bonus_chip_quantity": 0, //구매 보너스 칩 보상량
                    "payments": [ // 구매 가능 재화 종류
                        {
                            "product_id": 1,
                            "payment_type": 1, // 결제 종류
                            "price": "50.000000000000000000"
                        },
                        {
                            "product_id": 1,
                            "payment_type": 5, // 판매 가격
                            "price": "166.580000000000000000"
                        }
                    ]
                }
            }
        },
        "2": {
            "store_id": 2,
            "store_name": "Chip",
            "products": {
                "10": {
                    "product_id": 10,
                    "product_name": "Starter",
                    "store_id": 2,
                    "image_url": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ssrm/chip_pkg_1.png",
                    "product_status": 2,
                    "is_product_chip_limit_active": false,
                    "chip_limit_for_purchase": 0,
                    "is_purchase_limited": false,
                    "purchase_limit_count": 0,
                    "is_initialized": false,
                    "init_period": 0,
                    "reward_type": 6,
                    "reward_id": 0,
                    "reward_value": "12000.000000000000000000",
                    "bonus_chip_quantity": 1200,
                    "payments": [
                        {
                            "product_id": 10,
                            "payment_type": 5,
                            "price": "1.000000000000000000"
                        }
                    ]
                },
                "11": {
                    "product_id": 11,
                    "product_name": "Base",
                    "store_id": 2,
                    "image_url": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ssrm/chip_pkg_2.png",
                    "product_status": 2,
                    "is_product_chip_limit_active": false,
                    "chip_limit_for_purchase": 0,
                    "is_purchase_limited": false,
                    "purchase_limit_count": 0,
                    "is_initialized": false,
                    "init_period": 0,
                    "reward_type": 6,
                    "reward_id": 0,
                    "reward_value": "90000.000000000000000000",
                    "bonus_chip_quantity": 9000,
                    "payments": [
                        {
                            "product_id": 11,
                            "payment_type": 1,
                            "price": "99.000000000000000000"
                        },
                        {
                            "product_id": 11,
                            "payment_type": 5,
                            "price": "9.000000000000000000"
                        }
                    ]
                },
                "12": {
                    "product_id": 12,
                    "product_name": "Boost",
                    "store_id": 2,
                    "image_url": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ssrm/chip_pkg_3.png",
                    "product_status": 2,
                    "is_product_chip_limit_active": false,
                    "chip_limit_for_purchase": 0,
                    "is_purchase_limited": false,
                    "purchase_limit_count": 0,
                    "is_initialized": false,
                    "init_period": 0,
                    "reward_type": 6,
                    "reward_id": 0,
                    "reward_value": "270000.000000000000000000",
                    "bonus_chip_quantity": 27000,
                    "payments": [
                        {
                            "product_id": 12,
                            "payment_type": 1,
                            "price": "299.000000000000000000"
                        },
                        {
                            "product_id": 12,
                            "payment_type": 5,
                            "price": "27.000000000000000000"
                        }
                    ]
                },
                "13": {
                    "product_id": 13,
                    "product_name": "Power",
                    "store_id": 2,
                    "image_url": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ssrm/chip_pkg_4.png",
                    "product_status": 2,
                    "is_product_chip_limit_active": false,
                    "chip_limit_for_purchase": 0,
                    "is_purchase_limited": false,
                    "purchase_limit_count": 0,
                    "is_initialized": false,
                    "init_period": 0,
                    "reward_type": 6,
                    "reward_id": 0,
                    "reward_value": "540000.000000000000000000",
                    "bonus_chip_quantity": 81000,
                    "payments": [
                        {
                            "product_id": 13,
                            "payment_type": 1,
                            "price": "599.000000000000000000"
                        },
                        {
                            "product_id": 13,
                            "payment_type": 5,
                            "price": "54.000000000000000000"
                        }
                    ]
                },
                "14": {
                    "product_id": 14,
                    "product_name": "Epic",
                    "store_id": 2,
                    "image_url": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ssrm/chip_pkg_5.png",
                    "product_status": 2,
                    "is_product_chip_limit_active": false,
                    "chip_limit_for_purchase": 0,
                    "is_purchase_limited": false,
                    "purchase_limit_count": 0,
                    "is_initialized": false,
                    "init_period": 0,
                    "reward_type": 6,
                    "reward_id": 0,
                    "reward_value": "900000.000000000000000000",
                    "bonus_chip_quantity": 135000,
                    "payments": [
                        {
                            "product_id": 14,
                            "payment_type": 1,
                            "price": "999.000000000000000000"
                        },
                        {
                            "product_id": 14,
                            "payment_type": 5,
                            "price": "90.000000000000000000"
                        }
                    ]
                },
                "15": {
                    "product_id": 15,
                    "product_name": "Legend",
                    "store_id": 2,
                    "image_url": "https://innofile.blob.core.windows.net/inno/dev/onchaingame/ssrm/chip_pkg_6.png",
                    "product_status": 2,
                    "is_product_chip_limit_active": false,
                    "chip_limit_for_purchase": 0,
                    "is_purchase_limited": false,
                    "purchase_limit_count": 0,
                    "is_initialized": false,
                    "init_period": 0,
                    "reward_type": 6,
                    "reward_id": 0,
                    "reward_value": "1800000.000000000000000000",
                    "bonus_chip_quantity": 360000,
                    "payments": [
                        {
                            "product_id": 15,
                            "payment_type": 1,
                            "price": "1999.000000000000000000"
                        },
                        {
                            "product_id": 15,
                            "payment_type": 5,
                            "price": "180.000000000000000000"
                        }
                    ]
                },
                "2": {
                    "product_id": 2,
                    "product_name": "Daily Free Chips",
                    "store_id": 2,
                    "image_url": "",
                    "product_status": 2,
                    "is_product_chip_limit_active": true,
                    "chip_limit_for_purchase": 1000,
                    "is_purchase_limited": true,
                    "purchase_limit_count": 1,
                    "is_initialized": true,
                    "init_period": 1,
                    "reward_type": 6,
                    "reward_id": 0,
                    "reward_value": "10000.000000000000000000",
                    "bonus_chip_quantity": 0,
                    "payments": [
                        {
                            "product_id": 2,
                            "payment_type": 4,
                            "price": "0.000000000000000000"
                        }
                    ]
                }
            }
        },
        "3": {
            "store_id": 3,
            "store_name": "SSR Point",
            "products": null
        }
    }
}
{
}

Last updated