Save RRP Items
The RRP Items API allows manufacturers to store their recommended retail price (RRP) items in Smart Invoice.
This ensures that downstream businesses have visibility of standardized retail prices set by the manufacturer.
⚠️ Note: This endpoint should only be consumed by manufacturers authorized to define RRP.
SaveRrpItemsAsync() method
This method is used to save RRP items into Smart Invoice.
Request Parameters
| Parameter | Type | Description |
|---|---|---|
| ItemCode | string | Unique item code |
| ItemName | string | Name of the item |
| Quantity | decimal | Quantity associated with the RRP item |
| UnitPrice | decimal | Recommended retail unit price |
| Remark | string | Optional remarks or notes |
Usage Example

Example Successful Response
{
"success": true,
"code": "000",
"message": "Operation completed successfully",
"timestamp": "2025-09-22 10:20:30",
"data": null,
"error": null
}