Table of Contents

TTMSFNCCloudShopifyOrder.GetLineItemByID Method

Finds a line item of this order by its identifier.

API unit family: TMSFNCCloudShopify Declaring type: TTMSFNCCloudShopifyOrder

Syntax

function GetLineItemByID(ALineItemID: string): TTMSFNCCloudShopifyLineItem;

Parameters

Name Description
ALineItemID The identifier of the line item to find.

Returns

The matching line item, or nil when no line item with the given identifier exists.