Skip to main content
Solved

IFS Cloud 25R1 JSON template of Receive_Customer_Order

  • September 23, 2025
  • 4 replies
  • 74 views

Forum|alt.badge.img+2

I’m currently working with EDI transactions and need to locate JSON template files for them. Specifically, I’m looking for the JSON equivalent of RECEIVE_CUSTOMER_ORDER (and others down the line).

Does anyone know where these template files can be found, or if there’s a repository/resource that provides them? Any guidance, examples, or documentation links would be greatly appreciated!

Thanks in advance.

Best answer by astfarazt

@KLNrrberns 

These files can be found in the IFS Outbound Message Viewer from the landing page of your environment URL

  1. Dispatch Advice is listed under DispatchAdviceIntegrationService as SendDispatchAdvice
  2. Order Response is listed under SalesIntegrationService as SendCustomerOrderResponse
    1. Note: You can only send this message for Customer Orders that you’ve received via the Incoming Customer Order.  
  3. Invoice is listed under EInvoiceIntegrationService as SendItsInvoice

4 replies

Forum|alt.badge.img+10
  • Hero (Partner)
  • September 23, 2025

@KLNrrberns  you can find this in the API Explorer - SalesMessageService 

 


 

 
 

 

Forum|alt.badge.img+2
  • Author
  • Do Gooder (Customer)
  • September 23, 2025

Thanks again for the quick reply! Just to follow up—do you know where we might be able to find the JSON equivalents of the BizApi documents SEND_CUSTOMER_ORDER_RESPONSE, SEND_DESPATCH_ADVISE, and SEND_INVOICE?


Forum|alt.badge.img+12
  • Hero (Partner)
  • Answer
  • September 30, 2025

@KLNrrberns 

These files can be found in the IFS Outbound Message Viewer from the landing page of your environment URL

  1. Dispatch Advice is listed under DispatchAdviceIntegrationService as SendDispatchAdvice
  2. Order Response is listed under SalesIntegrationService as SendCustomerOrderResponse
    1. Note: You can only send this message for Customer Orders that you’ve received via the Incoming Customer Order.  
  3. Invoice is listed under EInvoiceIntegrationService as SendItsInvoice

Forum|alt.badge.img+2
  • Author
  • Do Gooder (Customer)
  • September 30, 2025

Perfect.

Thank You.