Endpoint: /{cf_uri}/Inventory/PriceLevelDetail
Supported Methods: GET Only
Endpoint Documentation: https://developer.myob.com/api/myob-business-api/v2/inventory/item_price_matrix/price_level_detail/
To coincide with the release of AccountRight 2024.8 Public API, as of 19/09/2024 we will be introducing a new Price Level Detail endpoint to the API. Now, when you rename custom Price Levels in AccountRight, the updated names can be retrieved through our Public API. This new endpoint, located at {cf_uri}/Inventory/PriceLevelDetail, will allow GET requests only, and provide developers a way to GET a list of the current price levels as well as their associated labels. An example of a typical JSON response can be found below:
{
"Items": [
{
"Name": "PriceLevelA",
"Value": "My BFFs",
"RowVersion": "-3710391048371961856"
},
{
"Name": "PriceLevelB",
"Value": "2nd Level BFFs",
"RowVersion": "-3638333454334033920"
},
{
"Name": "PriceLevelC",
"Value": "My C group",
"RowVersion": "-3566275860296105984"
},
{
"Name": "PriceLevelD",
"Value": "My D group",
"RowVersion": "-3494218266258178048"
},
{
"Name": "PriceLevelE",
"Value": "My E group",
"RowVersion": "-3422160672220250112"
},
{
"Name": "PriceLevelF",
"Value": "My F group",
"RowVersion": "-3350103078182322176"
}
],
"NextPageLink": null,
"Count": 6
}
If you have any questions, log a ticket with the Customisation & Integration Team.
Comments
0 comments
Article is closed for comments.