Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.GraphQL.FulfillmentQuery Class Reference

Represents a single fulfillment in an order. More...

Public Member Functions

 FulfillmentQuery (StringBuilder query)
 FulfillmentQuery is used to build queries. Typically FulfillmentQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
FulfillmentQuery fulfillmentLineItems (FulfillmentLineItemConnectionDelegate buildQuery, long? first=null, string after=null, long? last=null, string before=null, bool? reverse=null, string alias=null)
 List of the fulfillment's line items. More...
 
FulfillmentQuery trackingCompany ()
 The name of the tracking company. More...
 
FulfillmentQuery trackingInfo (FulfillmentTrackingInfoDelegate buildQuery, long? first=null, string alias=null)
 Tracking information associated with the fulfillment, such as the tracking number and tracking URL. More...
 

Detailed Description

Represents a single fulfillment in an order.

Constructor & Destructor Documentation

◆ FulfillmentQuery()

Shopify.Unity.GraphQL.FulfillmentQuery.FulfillmentQuery ( StringBuilder  query)
inline

FulfillmentQuery is used to build queries. Typically FulfillmentQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ fulfillmentLineItems()

FulfillmentQuery Shopify.Unity.GraphQL.FulfillmentQuery.fulfillmentLineItems ( FulfillmentLineItemConnectionDelegate  buildQuery,
long?  first = null,
string  after = null,
long?  last = null,
string  before = null,
bool?  reverse = null,
string  alias = null 
)
inline

List of the fulfillment's line items.

Parameters
firstReturns up to the first n elements from the list.
afterReturns the elements that come after the specified cursor.
lastReturns up to the last n elements from the list.
beforeReturns the elements that come before the specified cursor.
reverseReverse the order of the underlying list.

◆ trackingCompany()

FulfillmentQuery Shopify.Unity.GraphQL.FulfillmentQuery.trackingCompany ( )
inline

The name of the tracking company.

◆ trackingInfo()

FulfillmentQuery Shopify.Unity.GraphQL.FulfillmentQuery.trackingInfo ( FulfillmentTrackingInfoDelegate  buildQuery,
long?  first = null,
string  alias = null 
)
inline

Tracking information associated with the fulfillment, such as the tracking number and tracking URL.

Parameters
firstTruncate the array result to this size.

The documentation for this class was generated from the following file: