Table of Contents

TTMSFNCCustomCloudShopify.FulfillmentStatusToString Method

Converts a fulfillment status enumeration value to its Shopify API string representation.

API unit family: TMSFNCCloudShopify Declaring type: TTMSFNCCustomCloudShopify

Syntax

function FulfillmentStatusToString(AStatus: TTMSFNCCloudShopifyFulfillmentStatus): string;

Parameters

Name Description
AStatus Fulfillment status value to convert.

Returns

Lowercase status string used by the Shopify API, or an empty string for unknown values.