Telegram—Check Price List as Buyer¶
As a DGflazz Buyer, you will be able to check the price list of products you have set up in your account. Please ensure that you have activated your products.
Request¶
To check the current price list, please send a message in the following format:
Format¶
P.[PRODUCT_CODE]
Example¶
P.S
Response¶
If our system successfully processes your request, you will receive a message regarding the products you are searching for.
The price list is interactive and includes pagination. It's available in two formats:
- Text Format
- JSON Format
You might also see two symbols that indicate a product's status:
- ✅: Active, available for transactions
- ❌: Out of service
Text¶
Text Format¶
Page [PAGE_NUMBER]
Product Search: [PRODUCT_CODE]
([STATUS_ICON]) [PRODUCT_CODE]
[PRODUCT_NAME]
Price: RM [PRICE]
Text Format Example¶
Page 1
Product Search: b
(✅) btsel5
Telkomsel 5rb
Price: RM 2.00
(❌) btest1
Indosat 12rb
Price: RM 8.00
JSON¶
JSON Format¶
Page [PAGE_NUMBER]
Product Search: [PRODUCT_CODE]
[
{
"status": "[STATUS]",
"code": "[PRODUCT_CODE]",
"product_name": "[PRODUCT_NAME]",
"price": "RM [PRICE]"
}
]
JSON Format Example¶
Page 2
Product Search: b
[
{
"status": "Active",
"code": "bbcdefghijklmnopqrstuvwxy",
"product_name": "Telepon Sesama Tsel (300 menit + 1000SMS, 30Hari)",
"price": "RM 3.00"
},
{
"status": "Seller Inactive",
"code": "btest1x2",
"product_name": "600 SMS sesama Isat + 200 SMS operator lain",
"price": "RM 10.00"
}
]