Returns a number of Price Grid Items that would be affected by the mass action operation.
totalRows
value = number of affected items.
Required Permission | Roles with the Required Permission |
---|---|
PRICEGRID_UPDATE | Edit LPG & Add Products (PB_PRICEGRIDEDITOR_ADD_SKU ), Edit LPG (PB_PRICEGRIDEDITOR ), Administer LPG (PB_PRICEGRIDS ) |
{- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "currency",
- "operator": "iEquals",
- "value": "USD"
}
], - "workflowAction": "SUBMITTED"
}
}
{- "response": {
- "node": "string",
- "data": null,
- "totalRows": 0,
- "status": 0
}
}