Skip to main content
Server path: /inform3 | Type: Application | PCID required: Yes ERP

Tools

ToolDescription
inform3_search_customerSearch for customers in Infor M3 using the M3 Search API (CRS610MI/SearchCustomer). Supports advanced SQRY query syntax with field:value pairs and wildcards (e.g. “CUNM:MADISON* CUNO:2* RGDT:20210714 ECAR:NC RESP:WWONG”).
inform3_get_customer_infoGet customer master information (CRS610MI/GetBasicData)
inform3_get_delivery_headGet delivery header information from Infor M3 (MWS410MI/GetHead). Returns delivery details such as status, customer, warehouse, and shipping information.
inform3_get_customer_orderRetrieve customer order information (OIS100MI/GetOrderHead)
inform3_list_batch_order_headsList batch customer order headers from Infor M3 (OIS100MI/LstBatchHead). Returns order headers filtered by customer number.
inform3_list_order_linesList customer order lines from Infor M3 (OIS100MI/LstLine). Returns all line items for a given order number.
inform3_get_order_head_textGet customer order header text/notes from Infor M3 (OIS100MI/GetHeadText). Returns text information attached to the order header.
inform3_list_stock_locationsList stock location details from Infor M3 (MMS310MI/List). Returns inventory quantities by location within a warehouse.
inform3_get_item_typeGet item type and additional item data from Infor M3 (MMS019MI/Get). Returns extended item master attributes such as item type, category, and classification.
inform3_list_material_planList material planning data by item and warehouse from Infor M3 (MMS080MI/LstMtPlByItmWhs). Returns planned orders, demand, and supply information for MRP.
inform3_get_picking_list_headGet picking list header information from Infor M3 (OIS390MI/GetHead). Returns picking list details including status, warehouse, and associated order information.

inform3_search_customer

Search for customers in Infor M3 using the M3 Search API (CRS610MI/SearchCustomer). Supports advanced SQRY query syntax with field:value pairs and wildcards (e.g. “CUNM:MADISON* CUNO:2* RGDT:20210714 ECAR:NC RESP:WWONG”). Parameters:
ParameterTypeRequiredDefaultDescription
SQRYstringYesM3 search query string. Use field:value pairs separated by spaces. Supports wildcards (). Example: “CUNM:MADISON CUNO:2* RGDT:20210714 ECAR:NC”
maxRecordsnumberNo50Maximum number of records to return
dateFormatstringNo"YMD8"Date format for date fields (e.g. YMD8)
excludeEmptybooleanNofalseExclude empty fields from results
rightTrimbooleanNotrueRight trim field values
extendedResultbooleanNofalseInclude extended result metadata

inform3_get_customer_info

Get customer master information (CRS610MI/GetBasicData) Parameters:
ParameterTypeRequiredDefaultDescription
customerNumberstringYesCustomer number
dateFormatstringNo"YMD8"Date format for date fields (e.g. YMD8)
excludeEmptybooleanNofalseExclude empty fields from results
rightTrimbooleanNotrueRight trim field values
extendedResultbooleanNofalseInclude extended result metadata

inform3_get_delivery_head

Get delivery header information from Infor M3 (MWS410MI/GetHead). Returns delivery details such as status, customer, warehouse, and shipping information. Parameters:
ParameterTypeRequiredDefaultDescription
deliveryNumberstringYesDelivery number (DLIX)
companyNumberstringNoCompany number (CONO)

inform3_get_customer_order

Retrieve customer order information (OIS100MI/GetOrderHead) Parameters:
ParameterTypeRequiredDefaultDescription
orderNumberstringYesCustomer order number

inform3_list_batch_order_heads

List batch customer order headers from Infor M3 (OIS100MI/LstBatchHead). Returns order headers filtered by customer number. Parameters:
ParameterTypeRequiredDefaultDescription
customerNumberstringYesCustomer number (CUNO)
maxRecordsnumberNo50Maximum number of records to return

inform3_list_order_lines

List customer order lines from Infor M3 (OIS100MI/LstLine). Returns all line items for a given order number. Parameters:
ParameterTypeRequiredDefaultDescription
orderNumberstringYesCustomer order number (ORNO)
maxRecordsnumberNo50Maximum number of records to return

inform3_get_order_head_text

Get customer order header text/notes from Infor M3 (OIS100MI/GetHeadText). Returns text information attached to the order header. Parameters:
ParameterTypeRequiredDefaultDescription
orderNumberstringYesCustomer order number (ORNO)
companyNumberstringNoCompany number (CONO)

inform3_list_stock_locations

List stock location details from Infor M3 (MMS310MI/List). Returns inventory quantities by location within a warehouse. Parameters:
ParameterTypeRequiredDefaultDescription
warehousestringYesWarehouse code (WHLO)
maxRecordsnumberNo50Maximum number of records to return

inform3_get_item_type

Get item type and additional item data from Infor M3 (MMS019MI/Get). Returns extended item master attributes such as item type, category, and classification. Parameters:
ParameterTypeRequiredDefaultDescription
itemNumberstringYesItem number (ITNO)

inform3_list_material_plan

List material planning data by item and warehouse from Infor M3 (MMS080MI/LstMtPlByItmWhs). Returns planned orders, demand, and supply information for MRP. Parameters:
ParameterTypeRequiredDefaultDescription
warehousestringYesWarehouse code (WHLO)
itemNumberstringYesItem number (ITNO)
maxRecordsnumberNo50Maximum number of records to return

inform3_get_picking_list_head

Get picking list header information from Infor M3 (OIS390MI/GetHead). Returns picking list details including status, warehouse, and associated order information. Parameters:
ParameterTypeRequiredDefaultDescription
warehousestringYesWarehouse code (WHLO)
pickingListNumbernumberYesPicking list / report number (REPN)