Updates sellerId
of the specified Seller Extension. The version
property must be provided within the oldValues
.
OK
{- "data": {
- "sellerId": "Seller024",
- "typedId": "4.SX3"
}, - "oldValues": {
- "version": 0,
- "typedId": "4.SX3",
- "name": "SXTest",
- "sellerId": "Seller0233",
- "createDate": "2022-06-14T12:57:21",
- "createdBy": 2147490696,
- "lastUpdateDate": "2022-06-14T12:57:21",
- "lastUpdateBy": 2147490696,
- "attribute1": null,
- "attribute2": null,
- "attribute3": null
}, - "operationType": "update",
- "textMatchStyle": "exact"
}
{- "response": {
- "node": "node",
- "data": [
- {
- "version": 1,
- "typedId": "4.SX3",
- "name": "SXTest",
- "sellerId": "Seller024",
- "createDate": "2022-06-14T12:57:21",
- "createdBy": 2147490696,
- "lastUpdateDate": "2022-06-15T10:49:19",
- "lastUpdateBy": 2147490696,
- "attribute1": null,
- "attribute2": null,
- "attribute3": null
}
], - "status": 0
}
}