Create Order
Creates a new Salesforce Order via the fusionCore Commerce service layer. Returns the created Order’s Salesforce Id and the fusionCore Order UUID.
Authorizations
Salesforce session ID (or OAuth 2.0 access token issued by the Salesforce org) supplied as Authorization: Bearer <token>. Obtain via the Salesforce OAuth 2.0 flows or the SOAP login API.
Body
Salesforce Id of the Business Unit (FCORE_PAY__Business_Unit__c) the order is being placed under.
Customer type for the order. Typical values include ORGANIZATION and INDIVIDUAL; consult your fusionCore Commerce configuration for the full list.
Salesforce Id of the Account that owns the order.
Salesforce Id of the bill-to Contact (optional).
ISO 4217 currency code (for example USD). Required when the org is multi-currency.
Response
Order created.
Common envelope returned by every endpoint. Concrete responses extend this shape with operation-specific fields.

