Before you get started, please take a look at the documentation. It contains all of the info you will need to use the inFlow API.
This repository contains several examples in different languages, below you will find instructions on how to run each of them. The examples contain requests for creating a product, retrieving that product, and updating that product.
The following variables are declared in all of the examples but will need to be updated in the example in order for it to work.
- API Key
- Company ID
Requires .NET Core to run
Suggested UUID Library: System.Guid
Requires Node.js to run
Suggested UUID Library: guid-typescript
Requires Deno to run
Suggested UUID Library: crypto.randomUUID
Requires Python3 to run
Suggested UUID Library: uuid
Requires JDK to run
Suggested UUID Library: uuid
Requires Rust to run