Updates a Price Grid Item without recalculation. Use this endpoint to skip recalculation of comments
and manualResultPrice
(Manual Override).
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 ) |
We have performed an update action on the comments
field in our request sample >>>
Example response
{- "data": {
- "typedId": "654.PGI",
- "comments": "a comment"
}, - "oldValues": {
- "_key": "654.PGI",
- "_level": 0,
- "version": 0,
- "typedId": "654.PGI",
- "sku": "22222",
- "label": "Label Two",
- "unitOfMeasure": "EA",
- "priceGridId": 212,
- "manualPriceExpired": false,
- "createDate": "2021-11-08T16:53:21",
- "createdBy": 2147490696,
- "itemExtensions": { },
- "completeResultsAvailable": false
}, - "operationType": "update",
- "textMatchStyle": "exact"
}
{- "response": {
- "node": "<node>",
- "data": [
- {
- "version": 2,
- "typedId": "654.PGI",
- "sku": "22222",
- "label": "Label Two",
- "unitOfMeasure": "EA",
- "currency": null,
- "comments": "a comment",
- "resultPrice": null,
- "previousPrice": null,
- "priceChange": null,
- "priceChangePct": null,
- "workStatus": null,
- "alerts": null,
- "warnings": null,
- "allowedOverrides": null,
- "manualOverrides": null,
- "manualResultPrice": null,
- "calculatedResultPrice": null,
- "priceGridId": 212,
- "approvalState": null,
- "denialReason": null,
- "activePrice": null,
- "priceChange_ActivePrev": null,
- "priceChangePct_ActivePrev": null,
- "manualEditVersion": 1,
- "manualPriceExpired": false,
- "workflowStatus": null,
- "submittedByName": null,
- "approvedByName": null,
- "deniedByName": null,
- "approvalRequiredEmailAttachments": null,
- "key2": null,
- "createDate": "2021-11-08T16:53:21",
- "createdBy": 2147490696,
- "lastUpdateDate": "2021-11-09T15:29:10",
- "lastUpdateBy": 2147490696,
- "attribute1": null,
- "attribute2": null,
- "attribute3": null,
- "attribute4": null,
- "attribute5": null,
- "attribute6": null,
- "attribute7": null,
- "attribute8": null,
- "attribute9": null,
- "attribute10": null,
- "attribute11": null,
- "attribute12": null,
- "attribute13": null,
- "attribute14": null,
- "attribute15": null,
- "attribute16": null,
- "attribute17": null,
- "attribute18": null,
- "attribute19": null,
- "attribute20": null,
- "attribute21": null,
- "attribute22": null,
- "attribute23": null,
- "attribute24": null,
- "attribute25": null,
- "attribute26": null,
- "attribute27": null,
- "attribute28": null,
- "attribute29": null,
- "attribute30": null,
- "attribute31": null,
- "attribute32": null,
- "attribute33": null,
- "attribute34": null,
- "attribute35": null,
- "attribute36": null,
- "attribute37": null,
- "attribute38": null,
- "attribute39": null,
- "attribute40": null,
- "attribute41": null,
- "attribute42": null,
- "attribute43": null,
- "attribute44": null,
- "attribute45": null,
- "attribute46": null,
- "attribute47": null,
- "attribute48": null,
- "attribute49": null,
- "attribute50": null,
- "attribute51": null,
- "attribute52": null,
- "attribute53": null,
- "attribute54": null,
- "attribute55": null,
- "attribute56": null,
- "attribute57": null,
- "attribute58": null,
- "attribute59": null,
- "attribute60": null,
- "attribute61": null,
- "attribute62": null,
- "attribute63": null,
- "attribute64": null,
- "attribute65": null,
- "attribute66": null,
- "attribute67": null,
- "attribute68": null,
- "attribute69": null,
- "attribute70": null,
- "attribute71": null,
- "attribute72": null,
- "attribute73": null,
- "attribute74": null,
- "attribute75": null,
- "attribute76": null,
- "attribute77": null,
- "attribute78": null,
- "attribute79": null,
- "attribute80": null,
- "attribute81": null,
- "attribute82": null,
- "attribute83": null,
- "attribute84": null,
- "attribute85": null,
- "attribute86": null,
- "attribute87": null,
- "attribute88": null,
- "attribute89": null,
- "attribute90": null,
- "attribute91": null,
- "attribute92": null,
- "attribute93": null,
- "attribute94": null,
- "attribute95": null,
- "attribute96": null,
- "attribute97": null,
- "attribute98": null,
- "attribute99": null,
- "attribute100": null,
- "approvalDate": null,
- "denialDate": null,
- "previousPriceDate": null,
- "activePriceDate": null,
- "manualEditUser": 2147490696,
- "manualPriceDate": null,
- "submitDate": null,
- "itemExtensions": { },
- "completeResultsAvailable": false
}
], - "status": 0
}
}