Retrieves Live Price Grid Items.
A filter can be applied.
Filter example:
Returns the item where id = 644.
Please note:
Filtering by
typedIdis not accepted by this enpoint.
{
   "endRow":300,
   "oldValues":null,
   "operationType":"fetch",
   "startRow":0,
   "textMatchStyle":"exact",
   "data":{
      "_constructor":"AdvancedCriteria",
      "operator":"and",
      "criteria":[
         {
            "fieldName":"id",
            "operator":"equals",
            "value":644
         }
      ]
   }
}
| Required Permission | Roles with the Required Permission | 
|---|---|
| PRICEGRID_FETCH | Edit LPG & Add Products (PB_PRICEGRIDEDITOR_ADD_SKU), Edit LPG (PB_PRICEGRIDEDITOR), Administer LPG (PB_PRICEGRIDS), Investigate for Support (SUPPORT), Administer Plasma (PLASMA), Manage Workflow Logics (WF_BUILDER) | 
OK
object  | |
{- "endRow": 300,
 - "oldValues": null,
 - "operationType": "fetch",
 - "startRow": 0,
 - "textMatchStyle": "exact",
 - "data": {
- "_constructor": "AdvancedCriteria",
 - "operator": "and",
 - "criteria": [
- {
- "fieldName": "currency",
 - "operator": "equals",
 - "value": "USD"
 
} 
] 
} 
}{- "response": {
- "node": "string",
 - "csrfToken": "string",
 - "startRow": 0,
 - "data": [
- {
- "version": 0,
 - "typedId": "string",
 - "sku": "string",
 - "priceGridId": 0,
 - "manualEditVersion": 0,
 - "manualPriceExpired": true,
 - "createDate": "string",
 - "createdBy": 0,
 - "lastUpdateDate": "string",
 - "lastUpdateBy": 0,
 - "itemExtensions": { },
 - "completeResultsAvailable": true
 
} 
], - "endRow": 300,
 - "totalRows": 0,
 - "status": 0
 
} 
}