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

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

Inheritance diagram for Shopify.Unity.Fulfillment:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 Fulfillment (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
FulfillmentLineItemConnection fulfillmentLineItems (string alias=null)
 List of the fulfillment's line items. More...
 
string trackingCompany ()
 The name of the tracking company. More...
 
List< FulfillmentTrackingInfotrackingInfo (string alias=null)
 Tracking information associated with the fulfillment, such as the tracking number and tracking URL. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

Represents a single fulfillment in an order.

Constructor & Destructor Documentation

◆ Fulfillment()

Shopify.Unity.Fulfillment.Fulfillment ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for Fulfillment

Member Function Documentation

◆ fulfillmentLineItems()

FulfillmentLineItemConnection Shopify.Unity.Fulfillment.fulfillmentLineItems ( string  alias = null)
inline

List of the fulfillment's line items.

Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ trackingCompany()

string Shopify.Unity.Fulfillment.trackingCompany ( )
inline

The name of the tracking company.

◆ trackingInfo()

List<FulfillmentTrackingInfo> Shopify.Unity.Fulfillment.trackingInfo ( string  alias = null)
inline

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

Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

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