title: Query Product Price Book Prices permalink: /pages/open-api/collection/object/PriceBookObj/price/
# Description
Query product price book prices
# Request Specification
Request Method: POST + application/json
Request Path: https://${cloud domain}/cgi/crm/v2/availableRange/getRealPrice?thirdTraceId=${random string}
Request Headers: Refer to Common Parameters
# Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| data | Map | Yes | Data map |
| accountId | String | No | Account ID |
| partnerId | String | No | Partner ID |
| fullProductList | List | Yes | Product list |
| productId | String | No | Product ID |
| mcCurrency | String | No | Currency |
| object_data | Map | No | Data |
| account_id | String | No | Account ID |
| details | Map | No | Data |
| SaleContractLineObj | List | No |
# Request Example
{
"data": {
"accountId": "6167a63099e9280001b194d4",
"fullProductList": [
{
"productId": "6167a63099e9280001b194d4"
}
],
"object_data": {
"account_id": "6167a63099e9280001b194d4"
},
"mcCurrency": "hello",
"details": {
"SaleContractLineObj": []
},
"partnerId": "hello"
},
}
# Response Parameters
| Parameter | Type | Description |
|---|---|---|
| traceId | string | Request unique ID |
| errorDescription | string | Error description |
| errorMessage | string | Error message |
| errorCode | Int | View error codes |
# Response Example
{
"traceId": "E-O.827xxxxxx",
"errorDescription": "success",
"errorMessage": "OK",
"errorCode": 0
}
# Notes
- Do not use the message field in the return value for logical judgment, as errorMessage may change;