Difference between revisions of "MYOB Endpoint: ItemPriceMatrix"

From OdataLink
Jump to navigation Jump to search
 
Line 7: Line 7:


The following fields are available for the ItemPriceMatrix endpoint.
The following fields are available for the ItemPriceMatrix endpoint.
;DataFile
:A [[Field Type: Record|record field]] that provides the [[Field: DataFile|DataFile]] associated with the data.


;UID
;UID

Latest revision as of 18:14, 2 April 2025

Overview

The MYOB ItemPriceMatrix endpoint allows you to get access to the item price levels within MYOB.


Fields

The following fields are available for the ItemPriceMatrix endpoint.

DataFile
A record field that provides the DataFile associated with the data.
UID
A GUID field representing the internal id of this record. This field does not link to other endpoints.
Item
A record field that provides the item for this price level entry.
SellingPrices
A table field that provides the list of price levels for each quantity break point.
See SellingPrices Fields for more information.
RowVersion
A row version field.


SellingPrices Fields

The SellingPrices field contains the following sub-fields.

QuantityOver
A decimal field that provides the quantity break for when these price levels apply.
Levels
A record field that provides the price level for this quantity break point.
See SellingPrices.Levels Fields for more information.


SellingPrices.Levels Fields

The SellingPrices.Levels field contains the following sub-fields.

LevelA
A decimal field that provides the price for Level A.
LevelB
A decimal field that provides the price for Level B.
LevelC
A decimal field that provides the price for Level C.
LevelD
A decimal field that provides the price for Level D.
LevelE
A decimal field that provides the price for Level E.
LevelF
A decimal field that provides the price for Level F.


MYOB API

For a detailed run through of the endpoint, you can see the MYOB API.


Related Fields

Items


Related Endpoints

Items


Related Topics

MYOB Models
MYOB Endpoints