Skip to content
Axis Solutions ZMB
YouTube

Select RRP Items

The RRP Items Selection API allows sellers of MTV products to retrieve manufacturer-recommended retail price (RRP) items.
This ensures that sellers apply standardized retail prices when processing sales with MTV products.

⚠️ Note: This endpoint should only be consumed by sellers of MTV products.

GetRrpItemsAsync() method

This method retrieves RRP items stored by manufacturers.

Request Parameters

NB: These details are stored in the configuration files

ParameterTypeDescription
TPINstringTaxpayer Identification Number of the seller
BranchIdstringBranch identifier of the seller
LastRequestDatestringDate and time of the last request (ISO 8601 format)

Usage Example

classification codes

Example Successful Response

{
       
    {
        "manufacturerTpin": "1000018994",
        "manufacturerName": "NGAMBI ELIAS",
        "itemCd": "12345",
        "itemClsCd": "5020220100",
        "itemNm": "Dunhill switch",
        "orgnNatCd": "ZM",
        "pkgUnitCd": "PACK",
        "qtyUnitCd": "NO",
        "rrp": 4000
    },
    {
        "manufacturerTpin": "1000018994",
        "manufacturerName": "NGAMBI ELIAS",
        "itemCd": "33351",
        "itemClsCd": "5020220100",
        "itemNm": "Beer",
        "orgnNatCd": "ZM",
        "pkgUnitCd": "BN",
        "qtyUnitCd": "L",
        "rrp": 300
    },
    {
        "manufacturerTpin": "1001688716",
        "manufacturerName": "ORICA ZAMBIA LIMITED",
        "itemCd": "RRP1",
        "itemClsCd": "31201532",
        "itemNm": "PVC PIPE",
        "orgnNatCd": "SA",
        "pkgUnitCd": "NT",
        "qtyUnitCd": "NO",
        "rrp": 1000
    },
    {
        "manufacturerTpin": "1001688716",
        "manufacturerName": "ORICA ZAMBIA LIMITED",
        "itemCd": "2007",
        "itemClsCd": "31201532",
        "itemNm": "ImportItem5",
        "orgnNatCd": "SA",
        "pkgUnitCd": "PK",
        "qtyUnitCd": "GRO",
        "rrp": 1000
    },
    {
        "manufacturerTpin": "1001846988",
        "manufacturerName": "SAVANNA SOLUTIONS LIMITED",
        "itemCd": "SPDRNK001",
        "itemClsCd": "50193001",
        "itemNm": "Special Drink",
        "orgnNatCd": "ZM",
        "pkgUnitCd": "EA",
        "qtyUnitCd": "EA",
        "rrp": 160
    },
    {
        "manufacturerTpin": "1001846988",
        "manufacturerName": "SAVANNA SOLUTIONS LIMITED",
        "itemCd": "LNV001",
        "itemClsCd": "43211700",
        "itemNm": "Lenovo Laptop",
        "orgnNatCd": "CN",
        "pkgUnitCd": "EA",
        "qtyUnitCd": "EA",
        "rrp": 7500
    },
    {
        "manufacturerTpin": "1001846988",
        "manufacturerName": "SAVANNA SOLUTIONS LIMITED",
        "itemCd": "SPRT001",
        "itemClsCd": "50193001",
        "itemNm": "Sprite",
        "orgnNatCd": "ZM",
        "pkgUnitCd": "EA",
        "qtyUnitCd": "EA",
        "rrp": 160
    },
    {
        "manufacturerTpin": "1002590502",
        "manufacturerName": "ULTRAVETIS ZAMBIA LIMITED",
        "itemCd": "FG470304",
        "itemClsCd": "10121800",
        "itemNm": "PetPlus 5Kg (Unit per Kg)",
        "orgnNatCd": "TZ",
        "pkgUnitCd": "BG",
        "qtyUnitCd": "KG",
        "rrp": 52
    },
    {
        "manufacturerTpin": "1002590502",
        "manufacturerName": "ULTRAVETIS ZAMBIA LIMITED",
        "itemCd": "FG470302",
        "itemClsCd": "10121800",
        "itemNm": "PetPlus 5Kg (Unit per Kg)",
        "orgnNatCd": "TZ",
        "pkgUnitCd": "BG",
        "qtyUnitCd": "KG",
        "rrp": 50
    },
    {
        "manufacturerTpin": "1002590502",
        "manufacturerName": "ULTRAVETIS ZAMBIA LIMITED",
        "itemCd": "Sera Smart Invoice",
        "itemClsCd": "13111203",
        "itemNm": "Sera Smart Invoice",
        "orgnNatCd": "ZM",
        "pkgUnitCd": "BG",
        "qtyUnitCd": "BX",
        "rrp": 123.68
    },
    {
        "manufacturerTpin": "1002590502",
        "manufacturerName": "ULTRAVETIS ZAMBIA LIMITED",
        "itemCd": "itemCode2",
        "itemClsCd": "50102515",
        "itemNm": "Item Name Example 4",
        "orgnNatCd": "ZM",
        "pkgUnitCd": "BG",
        "qtyUnitCd": "BX",
        "rrp": 123.68
    },
    {
        "manufacturerTpin": "1002590502",
        "manufacturerName": "ULTRAVETIS ZAMBIA LIMITED",
        "itemCd": "itemCode1",
        "itemClsCd": "50102515",
        "itemNm": "Item Name Example",
        "orgnNatCd": "ZM",
        "pkgUnitCd": "BG",
        "qtyUnitCd": "BX",
        "rrp": 123.68
    },
    {
        "manufacturerTpin": "1002590502",
        "manufacturerName": "ULTRAVETIS ZAMBIA LIMITED",
        "itemCd": "Sample 1",
        "itemClsCd": "50102515",
        "itemNm": "Sample 1",
        "orgnNatCd": "ZM",
        "pkgUnitCd": "BG",
        "qtyUnitCd": "BX",
        "rrp": 123.68
    },
    {
        "manufacturerTpin": "1002590502",
        "manufacturerName": "ULTRAVETIS ZAMBIA LIMITED",
        "itemCd": "FG430515",
        "itemClsCd": "10121800",
        "itemNm": "Cosumix Plus 20KG (unit per kg)",
        "orgnNatCd": "TZ",
        "pkgUnitCd": "BG",
        "qtyUnitCd": "PIECE",
        "rrp": 900
    },
}