|
Shopify SDK for Unity
|
Represents a single fulfillment in an order. More...
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< FulfillmentTrackingInfo > | trackingInfo (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 | |
| T | 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] |
Represents a single fulfillment in an order.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
| dataJSON | Deserialized JSON data for Fulfillment |
|
inline |
List of the fulfillment's line items.
| alias | If the original field queried was queried using an alias, then pass the matching string. |
|
inline |
The name of the tracking company.
|
inline |
Tracking information associated with the fulfillment, such as the tracking number and tracking URL.
| alias | If the original field queried was queried using an alias, then pass the matching string. |