Connector Contract - Create Order
Changed on:
13 Dec 2023
Overview
Through the API, create a new in Fluent. The Customer must exist before placing the , whether a guest user or not.
Flow
The activity flow for both standard and guest users is identical. However, in a guest checkout scenario, a new Customer is always created before the is placed. The source system should generate a new unique identification for guest users, even if the email address used is the same as that of an existing standard user.
Order create
The activity flow has to first fetch the Customer ID from Fluent before placing the .
API Details
Create Order
API contract - createOrder
Create Customer
API contract - createCustomer
Create Payment
API contract - Create Order Payment
Get Customer
API contract - getCustomer Query
Interface Contract
Diagram

Configuration example
1Not Available
Request Payload
Property | Description | Type | Required? | Notes |
Version History
v0.0.0
First release