Docs

Create Order

Creates a new order in TrackMage.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

The workspace reference to which the order belongs.

stringrequired

A number associated with a purchase order.

stringrequired

customer|vendor

Uncommon arguments
string

The workflow reference to integration for ecommerce store.

string

The id of the order in ecommerce store (WooCommerce, Shopify, etc.).

string

The url of the order in ecommerce store.

string

The current subtotal price of the order in the store currency. Default value is **0**

string

The current total price of the order in the store currency. Default value is **0**

string

A three-letter currency code. Default value is **USD**

string

A unique status code. This field is required.

string

A status name. This field is optional.

string
string

Customer email address.

string

Customer phone number.

array of string

List of [shipment](/docs/Shipment/shipment.html) references that belong to the order.

string

The street address. This field is optional.

string

An optional additional field for the street address. This field is optional.

string

The city, town, or village. This field is optional.

string

The company of the person associated with the address. This field is optional.

string

The name of the country. This field is optional.

string

The two-letter country code. This field is optional.

string

The first name of the person associated with the address. This field is optional.

string

The last name of the person associated with the address. This field is optional.

string

The postal code (zip, postcode, Eircode, …). This field is optional.

string

The name of the region (province, state, prefecture, …). This field is optional.

string

The street address. This field is optional.

string

An optional additional field for the street address. This field is optional.

string

The city, town, or village. This field is optional.

string

The company of the person associated with the address. This field is optional.

string

The name of the country. This field is optional.

string

The two-letter country code. This field is optional.

string

The first name of the person associated with the address. This field is optional.

string

The last name of the person associated with the address. This field is optional.

string

The postal code (zip, postcode, Eircode, …). This field is optional.

string

The name of the region (province, state, prefecture, …). This field is optional.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.