Fulfillments
Create, update, and query fulfillments.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | Long | True |
A unique numeric identifier for the fulfillment. | |
| OrderId | Long | False |
Orders.Id |
A unique numeric identifier for the order. |
| LocationId [KEY] | Long | False |
A unique numeric identifier for the Location. | |
| NotifyCustomer | Bool | False |
A flag indicating whether the customer should be notified | |
| Status | String | False |
The status of the fulfillment. | |
| Receipt | String | True |
Provides information about the receipt of this fulfillment. | |
| TrackingCompany | String | False |
The name of the tracking company. | |
| TrackingNumbers | String | False |
A list of comma-separated tracking numbers, provided by the shipping company. | |
| TrackingUrls | String | False |
The sum of all the prices of all the items in the fulfillment. | |
| VariantInventoryManagement | String | True |
States the name of the inventory management service. | |
| CreatedAt | Datetime | True |
The date and time when the fulfillment was created. | |
| UpdatedAt | Datetime | True |
The date and time when the fulfillment was last modified. | |
| LineAggregate | String | False |
A JSON aggregate of line items associated with the fulfillment. | |
| OrderUpdatedAt | Datetime | True |
The date and time when the order was last modified. | |
| OrderCreatedAt | Datetime | True |
The date and time when the order was last created. | |
| FulfillmentOrderId | Long | False |
The ID of the fulfillment order that is associated with the fulfillments. |