TTMSFNCCustomCloudShopify.OrderStatusToString Method
Converts an order status enumeration value to its Shopify API string representation.
API unit family: TMSFNCCloudShopify
Declaring type: TTMSFNCCustomCloudShopify
Syntax
function OrderStatusToString(AStatus: TTMSFNCCloudShopifyOrderStatus): string;
Parameters
| Name | Description |
|---|---|
AStatus |
Order status value to convert. |
Returns
Lowercase status string used by the Shopify API, or an empty string for unknown values.