Skip to content
Rewards

Get Quote Store Product Details

Queries the detail information of a single quote store product by its SKU ID.

GEThttps://api.lbkrs.com/rewards/product_info

Parameters

product_idstringqueryRequired

Product SKU ID

Responses

HTTP 200The request succeeded. The response body contains the result of the “Get quote store product details” operation.
Standard response envelopecodemessagedata
dataobjectdata structure

Quote store product SKU information (including price, duration package, and inventory)

product_idstring

Product SKU ID

titlestring

Product title

coverstring

Cover image

descriptionstring

Product description

detailstring

Product details

currencystring

Currency unit

pricenumber

List price (original price)

real_pricenumber

Actual selling price

start_timestring

Effective start timestamp (seconds); 0 means unrestricted

end_timestring

Effective end timestamp (seconds); 0 means unrestricted

typeinteger

Product type: 0 NORMAL Regular entitlement, 1 CARD Voucher/card, 2 COMBO Package, 3 COMBO_CARD Package voucher/card

0123

limitationinteger

Purchase limit; 0 means unlimited

detail_urlstring

Product detail page URL

store_kindinteger

Store the product belongs to: 0 COMMON General product, 1 QUOTE Market data product, 2 FUNDAMENTAL Fundamentals product, 3 AI_PLAN

0123

quota_visableinteger

Whether to show purchase-limit information; 1 means shown

inventorystring

Inventory count

labelsarray<string>

Product labels

extrastring

Extra information

is_discountboolean

Whether the price is a discounted price

marketstring

Market the product belongs to

card_durationinteger

Package duration type: 0 WeekCard Weekly card, 1 MonthCard Monthly card, 2 QuarterCard Quarterly card, 3 YearCard Annual card, 4 ContinuousWeekCard Auto-renewing weekly card, 5 ContinuousMonthCard Auto-renewing monthly card, 6 ContinuousQuarterCard Auto-renewing quarterly card, 7 ContinuousYearCard Auto-renewing annual card

01234567

payment_modesarray<integer>

Supported payment methods: 0 Cash Cash, 1 Berry Berry, 2 Stripe Stripe, 3 ApplePay Apple Pay, 4 ZeroFree Free (zero-cost)

per_month_pricenumber

Converted average monthly price

combo_cardsobject

Voucher/card information associated with the package; only present for package-type products

enableboolean

Whether the product is purchasable

professional_categoryinteger

Professional investor category

apple_product_idstring

Apple in-app purchase product ID; used when paying via Apple Pay

get_methodsarray<string>

Acquisition method, e.g. buy

iconstring

Icon

get_method_descriptionobject

Explanatory copy for each acquisition method, keyed by acquisition method

button_textobject

Button copy for each scenario

is_recommendboolean

Whether the product is recommended

HTTP 400The service rejected the request because a business rule or input validation failed. Review the business codes and correct the request before retrying.
codeintegerrequired

Business status code, 0 indicates success

messagestringrequired

Human-readable result or error message.

Whale Docs