Skip to main content

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.

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

 


 

 
 

 

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?


@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

Perfect.

Thank You.