Skip to content
Axis Solutions ZMB
YouTube

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

ParameterTypeDescription
ItemCodestringUnique item code
ItemNamestringName of the item
QuantitydecimalQuantity associated with the RRP item
UnitPricedecimalRecommended retail unit price
RemarkstringOptional remarks or notes

Usage Example

classification codes

Example Successful Response

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