square.createOrder creates a new order that can include information about products for purchase and settings to apply to the purchase.
Example
automations/square-create-order.automation.ts
Inputs
Every input accepts a compatible signal. It requiresORDERS_WRITE.
Use the official CreateOrder reference for provider field semantics and limits.
Output
Returns the officialSquare.CreateOrderResponse response as a codec-safe object. Square integer money amounts remain bigint values.