TTMSFNCCustomCloudShopify Class
Base component that connects to a Shopify store to read orders and shop details and manage order fulfillment.
API unit family: TMSFNCCloudShopify
Inherits from: TTMSFNCCloudOAuth
Syntax
TTMSFNCCustomCloudShopify = class(TTMSFNCCloudOAuth)
Remarks
This is the non-published base class; use the published TTMSFNCCloudShopify component on a form.
Methods
| Name | Description |
|---|---|
| FulfillmentStatusToString | Converts a fulfillment status enumeration value to its Shopify API string representation. |
| OrderStatusToString | Converts an order status enumeration value to its Shopify API string representation. |
| TestTokens | Verifies that the stored OAuth tokens are valid by sending a test request. |