AssignedFulfillmentOrders
Lists fulfillment orders currently assigned to a given app or fulfillment service within a store.
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | A unique numeric identifier for the fulfillment order. | |
| ShopId | Long |
Shop.Id | The unique numeric identifier of the shop associated with the fulfillment order. |
| OrderId | Long |
Orders.Id | The unique numeric identifier of the order linked to this fulfillment order. |
| AssignedLocationId | Long | The unique numeric identifier of the location assigned to fulfill the order. | |
| FulfillmentServiceHandle | String | A unique identifier representing the fulfillment service responsible for processing the order. | |
| RequestStatus | String | The current request status of the fulfillment, such as open, in progress, or completed. | |
| DestinationId | String | A globally unique identifier for the fulfillment destination. | |
| DestinationAddress1 | String | The first line of the destination address where items will be shipped. | |
| DestinationAddress2 | String | The second line of the destination address, such as apartment or suite number. | |
| DestinationCity | String | The city portion of the destination address. | |
| DestinationCompany | String | The company name associated with the fulfillment destination, if applicable. | |
| DestinationFirstName | String | The first name of the recipient at the destination address. | |
| DestinationLastName | String | The last name of the recipient at the destination address. | |
| DestinationPhone | String | The phone number of the recipient at the destination address. | |
| LineItems | String | A list of line items included in the fulfillment order, detailing the products being shipped. | |
| Status | String | The overall status of the fulfillment order, such as open, completed, or canceled. | |
| Operation | String | Specifies the action to be applied to the fulfillment order.
The allowed values are Complete, Open, Cancel. | |
| DeliveryMethodId | Long | The unique identifier for the delivery method selected during checkout. | |
| DeliveryMethodPresentedName | String | The name of the delivery option presented to the buyer at checkout. | |
| DeliveryMethodType | String | The type of delivery method used, such as standard shipping, local delivery, or pickup. |