• Register

Retrieve Material by Id

This API allows to retrieve material information by Material Id

Request URI

Path Parameter

Field Type Mandatory Description
id string Y Material Id

Query Parameter

Field Type Mandatory Description
PLANT string N Manufacturing location identifier
VALUATIONAREA string N Material valuation area

Response Structure

Field Type Mandatory Description
MATERIALPLANTDATA
    PUR_GROUP string N Purchasing Group
    ISSUE_UNIT string N Unit of Issue
MATERIALVALUATIONDATA
    PRICE_CTRL string N Price Control Indicator
    MOVING_PR decimal N Moving Average Price
    STD_PRICE decimal N Standard Price
    PRICE_UNIT integer N Price Unit
    CURRENCY string N Currency Key
    CURRENCY_ISO string N ISO Code for Currency
MATERIAL_GENERAL_DATA
    MATL_DESC string N Material Description
    OLD_MAT_NO string N Old Material Number
    MATL_TYPE string N Material Type
    IND_SECTOR string N Industry Sector
    DIVISION string N Division
    MATL_GROUP string N Material Group
    PROD_HIER string N Product Hierarchy
    BASIC_MATL string N Basic Material
    STD_DESCR string N Standard Description
    LAB_DESIGN string N Laboratory/Design Office
    PROD_MEMO string N Production Memo
    PAGEFORMAT string N Page Format
    CONTAINER string N Container Requirements
    STOR_CONDS string N Storage Conditions
    TEMP_CONDS string N Temperature Conditions
    BASE_UOM string N Base Unit of Measure
    EAN_UPC string N International Article Number
    EAN_CAT string N Category of EAN
    SIZE_DIM string N Size/Dimensions
    GROSS_WT decimal N Gross Weight
    NET_WEIGHT decimal N Net Weight
    UNIT_OF_WT string N Weight Unit
    VOLUME decimal N Volume
    VOLUMEUNIT string N Volume Unit
    LENGTH decimal N Length
    WIDTH decimal N Width
    HEIGHT decimal N Height
    UNIT_DIM string N Unit of Dimension
    MANU_MAT string N Manufacturer Part Number
    MFR_NO string N Manufacturer Number
    BASE_UOM_ISO string N Base Unit ISO
    UNIT_OF_WT_ISO string N Weight Unit ISO
    VOLUMEUNIT_ISO string N Volume Unit ISO
    UNIT_DIM_ISO string N Dimension Unit ISO
    CREATED_ON string N Creation Date
    CREATED_BY string N Created By User
    LAST_CHNGE string N Last Changed Date
    CHANGED_BY string N Changed By User
    MATL_CAT string N Material Category
    EMPTIESBOM string N Empties BOM Flag
    BASIC_MATL_NEW string N Basic Material (New)
    OLD_MAT_NO_LONG string N Old Material Number (Long)
RETURN
    TYPE string N Message Type
    CODE string N Message Code
    MESSAGE string N Message Text
    LOG_NO string N Log Number
    LOG_MSG_NO string N Log Message Number
    MESSAGE_V1 string N Message Variable 1
    MESSAGE_V2 string N Message Variable 2
    MESSAGE_V3 string N Message Variable 3
    MESSAGE_V4 string N Message Variable 4

Response Example

Docs Navigation