TTMSFNCCloudShopifyOrder Class
Represents a single store order, including its status, addresses, line items, and contact details. Instances are created when orders are retrieved; all values are read-only and populated from the service response.
API unit family: TMSFNCCloudShopify
Syntax
TTMSFNCCloudShopifyOrder = class
Properties
| Name | Description |
|---|---|
| BillingAddress | The billing address of the order. |
| CancelledDateTime | The date and time the order was cancelled. |
| ClosedDateTime | The date and time the order was closed. |
| Customer | The identifier of the customer who placed the order. |
| The contact email address for the order. | |
| FulfillmentStatus | The fulfillment status of the order. |
| ID | The unique identifier of the order. |
| LineItems | The collection of line items that make up the order. |
| LocationID | The identifier of the location associated with the order. |
| Name | The display name of the order, such as the order number. |
| Note | An optional free-text note attached to the order. |
| Phone | The contact phone number for the order. |
| ShippingAddress | The shipping address of the order. |
| ShopifyOwner | The client instance that owns this order. |
| Status | The lifecycle status of the order. |
Methods
| Name | Description |
|---|---|
| GetAddress | Returns the most relevant address of the order, preferring the shipping address and falling back to the billing address when no shipping address is available. |
| GetLineItemByID | Finds a line item of this order by its identifier. |