Retrieves product records. Additionally to the /productmanager.fetchproducts
endpoint, this command supports filtering by a custom formula set for the configured and evaluated quote.
Required Permission | Roles with the Required Permission |
---|---|
QUOTE_FETCHFILTERED | Edit LPG & Add Products (PB_PRICEGRIDEDITOR_ADD_SKU ), Edit LPG (PB_PRICEGRIDEDITOR ), Data Integration (DATAINTEGRATION ), View Competition Data (PB_COMPETITION_RO ), View Products (PB_PRODUCTS_RO ), Administer Price Lists (PB_PRICELISTS ), Manage Products (PB_PRODUCTEDITOR ), Manage Price Lists (PB_PRICELISTSEDITOR ), Administer LPG (PB_PRICEGRIDS ), Manage BoM Data (PB_BOM ), Administer Products (PB_PRODUCTS ), View QuoteConfigurator (PRICESHOP_RO ) Manage Product Master (PB_PRODUCTS_ONLY ), Investigate for Support (SUPPORT ), Administer Plasma (PLASMA ), Manage PromotionManager (CM_CONTRACTMANAGER ), Edit Quoting (PRICESHOP_EDIT ) Administer Rebates (RM_REBATEMANAGER ), Administer Quoting (PRICESHOP_QUOTEADMIN ), View Product Details (PB_PDETAILSVIEW ), Manage Product Details Only (PB_PDETAILSEDITOR ), Manage Claims (CLM_CLAIMMANAGER ), Manage Product Master Extensions (PB_PXEDITOR ), View BoM Data (PB_BOM_RO ), Manage Products & Use EC (PB_PRODUCTEDITOR_EC ), Manage Competition Data (PB_COMPETITION ), Manage QuoteConfigurator (PRICESHOP ), View Price Lists (PB_PRICELISTS_RO ) |
OK
{- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "oldValues": null,
- "distinctResults": false,
- "data": {
- "quote": {
- "label": "Quote01",
- "targetDate": "2021-11-01",
- "headerText": "<p>Quote message.</p>",
- "inputs": [
- {
- "name": "Customer",
- "label": "Customer",
- "lookupTableId": null,
- "url": "/fetch/C/",
- "type": "CUSTOMER",
- "value": "00003",
- "valueHint": "Kate Smith",
- "readOnly": null,
- "filter": null,
- "parameterGroup": null,
- "required": null,
- "labelTranslations": null,
- "addUnknownValues": null,
- "typedId": null,
- "alwaysEditable": null,
- "inputs": [ ],
- "parameterConfig": { },
- "formattingOptions": { },
- "valueOptions": null
}
], - "outputs": [ ],
- "nodeId": null,
- "userGroupEdit": null,
- "userGroupViewDetails": null,
- "expiryDate": "2021-11-01",
- "externalRef": null,
- "quoteType": null
}, - "filterCriteria": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "unitOfMeasure",
- "operator": "iContains",
- "value": "EA"
}
]
}
}, - "endRow": 50,
- "sortBy": [
- "sku"
]
}