MRP and Selling Price API related queries

QuestionsCategory: ProductMRP and Selling Price API related queries
integrations@anchanto.com asked 10 months ago

Where can we find the value of MRP in the current payload because we are only able to track the value of selling price and the other value of market_price? Also, we are not able to relate the value market_price to the pricing which is reflecting on the buyer UI.
For example:3754606216063 the SKU has a selling price of 1039 which is coming in the payload but the MRP price:1300 is not coming in the payload. Also, the value 1250 is coming in the payload as market_price.
Checked the response from Tiki, For given sku two price fields are received “price” and “marketprice”. As per previous code, we have mapped selling_price=price.
Please see the attached screenshot. As per the response, there is no price field which is equivalent to 1300000.
 
{
    “id”: 114778825,
    “sku”: “3754606216063”,
    “name”: “[Chính Hãng] Bàn Chải Đánh Răng Điện Zenyum Sonic T11 – Màu Trắng – Công Nghệ Singapore”,
    “master_id”: 114778824,
    “master_sku”: “3747160008957”,
    “super_id”: 0,
    “original_sku”: “VN-S-SON-BRU-WHI-V1”,
    “type”: “simple”,
    “entity_type”: “seller_simple”,
    “price”: 1039000,
    “market_price”: 1250000,
    “version”: 4025,
    “created_at”: “2021-07-28 14:00:34”,
    “created_by”: “minh.trinh@zenyum.com”,
    “updated_at”: “2023-07-08 11:32:24”,
    “active”: “1”,
    “is_hidden”: false
}
[Yesterday 17:22] Chanchal Saluja
Screenshot 2023-07-13 at 5.21.53 PM.png
Is there a specific API to fetch the value of MRP in the current payload?