Table of Contents

TTMSFNCCloudShopify Class

Component that connects to a Shopify store and manages orders and fulfillments. Publishes events and properties for use at design time.

API unit family: TMSFNCCloudShopify Inherits from: TTMSFNCCustomCloudShopify

Syntax

TTMSFNCCloudShopify = class(TTMSFNCCustomCloudShopify)

Properties

Name Description
Orders Collection of orders retrieved by GetOrders. (inherited from TTMSFNCCustomCloudShopify)
Shop Profile and configuration information for the connected Shopify store. (inherited from TTMSFNCCustomCloudShopify)
ShopName Gets or sets the store subdomain used to build API endpoint URLs. (inherited from TTMSFNCCustomCloudShopify)

Methods

Name Description
FulfillmentStatusToString Converts a fulfillment status enumeration value to its Shopify API string representation. (inherited from TTMSFNCCustomCloudShopify)
OrderStatusToString Converts an order status enumeration value to its Shopify API string representation. (inherited from TTMSFNCCustomCloudShopify)
TestTokens Verifies that the stored OAuth tokens are valid by sending a test request. (inherited from TTMSFNCCustomCloudShopify)

Events

Name Description
OnFulfillmentSet Fires when SetFulfillment completes and the fulfillment result is available. (inherited from TTMSFNCCustomCloudShopify)
OnGetOrders Fires when GetOrders completes and the order list is available. (inherited from TTMSFNCCustomCloudShopify)