Docs

Create Field For Checkout Page

Creates a field for a checkout page in Checkout Page.

POST

Query

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

Comma-separated response fields to include.

Body

Arguments
stringrequired

Unique identifier. Must be in BSON ObjectId format.

stringrequired

Form label for the input element.

string

Used to store field data in a predictable manner. Please note that you must use Customer Name and Shipping Address if you wish to use any of the shipping address data types.

string

Specifies a short hint that describes the expected value of an input element

string

Input control used to render this field in checkout. Defaults to `text`.

array of object

Selectable options. Applies to `select` and `multiple-choice` elements.

boolean

Whether this field must be completed before checkout can continue.

string

External reference ID for integration purposes.

boolean

Whether this field is hidden from customers at checkout.

object

Default value settings for the field.

object

Conditional visibility rules for this field.

object

Minimum allowed value settings for this field.

object

Maximum allowed value settings for this field.

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.