null

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Usage

OneFlo supports receiving EDI via RESTful API. This allows 3rd Parties to drop files for OneFlo to process via an API endpoint.

This is a POST call that requires the XML dataset passed in the payload of the API call.

Use Cases

  1. Scan Events and PODs

  2. Consignments

This is not for Order Lookup Integration. Please refer to Order Lookup - RESTful (API) Method

Requirements

Endpoint: https://api.flipgroup.com.au/edi

Header:

POST https://api.flipgroup.com.au/edi?subFolder=<FOLDERNAME> HTTP/1.1
Content-Type: text/xml
Ocp-Apim-Subscription-Key: <KEY>

Content in XML format (This will vary depending on use case - please work with your IT Partner)

How can I use this?

Please request an API key from your account manager. The key can only be used to send to your designated folder.

This uses a different subscription key from the https://api.flipgroup.com.au/customers

  • No labels