v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Live Price Grids

List Live Price Grid Items

Retrieves Live Price Grid Items.<p> A filter can be applied.<p> Filter example:<p> Returns the item where id = 644.

<!-- theme: warning -->

Please note:

Filtering by typedId is 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
         }
      ]
   }
}
<p>
Required PermissionRoles with the Required Permission
PRICEGRID_FETCHEdit 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)
post/pricegridmanager.fetch/{id}

Request body

endRownumber

The number of the end row that defines the end of the result set's returned objects. Use this parameter if you want to implement paging for results.

{"stackTrail":"paths:/pricegridmanager.fetch/{id}:post:requestBody:content:application/json:schema:properties:oldValues","oasType":"schema","type":"unknown"}
operationTypestring

Enter fetch, null, or omit the param.

startRownumber

The number of the first row that defines the start of the result set's returned objects. Use this parameter if you want to implement paging for results.

textMatchStylestring

Response

OK