추천 상품 목록

GET https://{market-domain}/v1.0/product/recommend

Query Parameters

Name
Type
Description

brand_id*

int64

brandID

product_id*

int64

{
    "return": 0,
    "message": "success",
    "value": {
        "page_offset": 3,
        "page_size": 8,
        "total_count": 11,
        "product_list": [
            {
                "product_id": 8,
                "product_status": 5,
                "start_date": "2022-06-01T01:00:00Z",
                "end_date": "2022-06-07T05:13:00Z",
                "brand_id": "1",
                "category_id": "1",
                "pack_id": 5,
                "is_effected": true,
                "payment_method": "1",
                "coin_id": 2,
                "current_price": 121.700679245,
                "is_auction": true,
                "inno_uid": "cIRm0...NXM"
            },
            {
                "product_id": 9,
                "product_status": 6,
                "start_date": "2022-06-01T01:00:00Z",
                "end_date": "2022-06-03T01:00:00Z",
                "brand_id": "1",
                "category_id": "1",
                "pack_id": 5,
                "is_effected": true,
                "payment_method": "1",
                "coin_id": 1,
                "current_price": 100.12345,
                "is_auction": true,
                "inno_uid": "INNO"
            }
        ]
    }
}

curl --location --request GET 'https://{market-domain}/v1.0/product/list?page_offset=3&page_size=8&is_auction=0&category_id=0&sort_by=0&sortorder=true&brand_filter=0&brand_filter=1&section_id=1'

Last updated