Table of Contents

TTMSFNCCloudShopifyLineItem Class

Represents a single line item within an order, including the product title, price, quantity, and fulfillment details. All values are read-only and populated from the service response.

API unit family: TMSFNCCloudShopify

Syntax

TTMSFNCCloudShopifyLineItem = class

Properties

Name Description
FulFillableQuantity The number of items that can still be fulfilled.
FulFillmentService The name of the service responsible for fulfilling the item.
FulFillmentStatus The current fulfillment status of the line item.
GraphQLID The GraphQL API identifier of the line item.
ID The unique identifier of the line item.
Name The name of the line item.
OriginLocation The origin location from which the item ships.
OwnerOrder The order that owns this line item.
Price The unit price of the line item.
Quantity The ordered quantity of the line item.
RequiresShipping Returns True when the line item must be shipped.
Title The product title of the line item.