FAQs - ERP & Grain Accounting

Hello! This page will be helpful to you if youā€™re Barchart employee or an ERP partner that weā€™re just starting to work with. Letā€™s go through the different progressions weā€™ll work through together.

Are you an agribusiness? Youā€™ll probably find the answers youā€™re look for right here

Ā 

Ā 


Getting Started

Discovery

This is the getting to know you phase. Generally weā€™re going to want to ask the following questions to better understand your capabilities.

General data access:

  1. How do you typically deliverĀ this type of data (Contracts, Customers, SettlementsĀ and Balances) outsideĀ of your ERP system?Ā Ā 

  2. Do you have an API for 3rd party integrations?Ā 

  3. Is yourĀ API REST based? JSON or XML output format?Ā 

  4. Maybe flat files via SFTP?

  5. Do you have documentation available on this API?

  6. Do you have a sandbox/testing environmentĀ available for development?

Webhooks (HTTP POST) Integration:Ā Ā 

  1. Do you support a push (HTTP POST) style deliveryĀ mechanism (e.g. on data changes they would send us updates)?

  2. Have you seen our sample data models?

  3. Do they have technicalĀ questions or needĀ access to a sandbox for this type of integration? Contact marketplace@barchart.com.

Follow-up

After the Discovery emails / calls weā€™ll follow-up with some more detail on how we can start working together. Hereā€™s an example of what we might send to you . The relevant attachments are below the code snippet

Hi [Provider], Thanks for the call today. Attached is a brief rundown of the ingestion interface on our side - also attached are some example JSON models. Here is a Postman example of the Update API (HTTP POST): https://documenter.getpostman.com/view/4988380/TVYNXuxD Update HTTP Endpoint https://gar.aws.barchart.com/api/v1/providers/[Provider]/update API Key [Insert any GUID from here (and save it somewehre): https://www.guidgenerator.com/] Example CURL curl --request POST 'https://gar.aws.barchart.com/api/v1/providers/[Provider]/update' \ --header 'x-api-key: [GUID]' \ --header 'x-customer-context: an-elevator-company' \ --header 'Content-Type: application/json' \ --data-raw '{ "key": "any JSON body format is accepted" }' To start, the API will just echo back what you POST to it, once we have the official JSON structure for your document entities we can start the indexing process on our side. Any questions just let us know. [Attach barchart_models.zip] [Attach Accounting_Ingestion.pdf]

Ingestion Examples


FAQs

How quickly can you integrate with our ERP system?

Pretty quickly actually. The system we built is very flexibly, and as long as your models are inline with what weā€™ve seen from other providers, then we can likely make demonstrable progress in a week or two. Once you provide some additional information from the section above we can provide a more precise estimate.

Wait, so we can provide you anything and you turn it around in a week or two?

Not exactly. If you are providing us with models weā€™ve already normalized and integrated then itā€™s not a problem to adopt your models to our schema. If weā€™re supporting a new model type or need to do support a different way to get the information from you, then itā€™s going to take longer. But weā€™re pretty good at this so letā€™s knock this out together.

How much work is it to onboard an additional elevator after we complete an integration?

Itā€™s super easy! All the ERP provider needs to do is to set a header (x-company-context), which allows us to switch on companies inside a provider, while allowing them to keep the same API key. This way, only very small changes on our side are required for onboardingĀ 

So how can we work together to add a new elevator? What steps need to be taken?

Glad you asked. Here are the steps

  1. Use the same API key and endpoint that you currently push information to us with

  2. Set x-customer-context to the name of the company being onboarded, for example:

    1. x-customer-context: stone-grain

    2. x-customer-context: superior-grain-buyers

  3. Send an email to marketplace@barchart.com who will forward to our development team for processing

Thatā€™s it! Just watch that beautiful grower data start flowing