Table of Contents

TTMSFNCCloudShopify.OrderStatusToString Method

Converts an order status enumeration value to its Shopify API string representation.

API unit family: TMSFNCCloudShopify Declaring type: TTMSFNCCloudShopify Inherited from: 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.