Skip to main content

Fluent Commerce Connector

Fluent Commerce Manage orders within Fluent Commerce

Connections

Fluent Commerce OAuth 2.0 Password Grant

Authenticate requests to Fluent Commerce using a username and password

InputCommentsDefault
Fluent HostThe retailer's Fluent API endpoint
Retailer UsernameThe retailer's username
Retailer PasswordThe retailer's password
OAuth 2.0 Client IDA client ID obtained from Fluent support
OAuth 2.0 Client SecretA client secret obtained from Fluent support

Actions

Create Customer

Create a new customer

InputCommentsDefault
ConnectionAn OAuth 2.0 password grant type connection
Retailer IDThe ID of the retailer (a number)
Customer EmailThe email address of the customer
First NameThe first name of the customer (required)
Last NameThe last name of the customer
Phone NumberThe customer's phone number
CountryThe customer's country
Time ZoneThe customer's time zone
Promotion Opt Infalse
AttributesCustom attributes you would like to apply to the customer

Create Product

Create a new standard product

InputCommentsDefault
ConnectionAn OAuth 2.0 password grant type connection
Product Catalogue Ref (ID)The reference ID (ref) of an existing product catalog
Product Ref IDThe reference ID (ref) of the new product (must be unique)
Product TypeThe type of the productSTANDARD
Product NameThe name of the product (not required to be unique)
Product Summary / Description
Global Trade Item Number (GTIN)The global trade number of the product
Price CurrencyType of currency the price is in (USD, YEN, GBP, etc)
Price ValueThe price of the product (must be a floating-point number)

Generic GraphQL Request

Issue any GraphQL query or mutation with variables

InputCommentsDefault
ConnectionAn OAuth 2.0 password grant type connection
Query or Mutation
{
me {
id
username
primaryEmail
}
}
Variables
Variables Object

Get Current User

Get information about the currently authenticated user

InputCommentsDefault
ConnectionAn OAuth 2.0 password grant type connection

Get Customer by Email

Find a customer by their email address

InputCommentsDefault
ConnectionAn OAuth 2.0 password grant type connection
Customer Email AddressThe customer's email address