---
title: PickupFulfillment
framework: walletorders
role: symbol
role_heading: Object
path: walletorders/pickupfulfillment
---

# PickupFulfillment

The details of a pickup order.

## Declaration

```data
object PickupFulfillment
```

## Properties

address: The address for the order pickup. barcode: The barcode the customer shows at pickup. displayName: The localized name of the pickup location. fulfillmentIdentifier: An opaque value that uniquely identifies this fulfillment in the order. This isn’t displayed to the user and only for determining changes and user notifications. fulfillmentType: The type of fulfillment, which is pickup. lineItems: The items for the customer to pick up, displayed in the order provided. location: The latitude and longitude of the pickup location. Use this when you require greater precision than address alone (for example, for accurate indoor mapping display). notes: Localized instructions for the pickup. pickedUpAt: The date and time when the customer picked up the order, in RFC 3339 format. pickupAt: The date and time when the pickup window starts, in RFC 3339 format. pickupWindowDuration: The duration for which the pickup window is open, in ISO 8601-1 duration format. status: The status of the fulfillment. statusDescription: A localized message describing the fulfillment status.

## See Also

### Supporting objects

- [Customer](walletorders/customer.md)
- [Merchant](walletorders/merchant.md)
- [Address](walletorders/address.md)
- [Application](walletorders/application.md)
- [Barcode](walletorders/barcode.md)
- [CurrencyAmount](walletorders/currencyamount.md)
- [LineItem](walletorders/lineitem.md)
- [Location](walletorders/location.md)
- [OrderIdentifiers](walletorders/orderidentifiers.md)
- [OrderProvider](walletorders/orderprovider.md)
- [Payment](walletorders/payment.md)
- [Payment.SummaryItems](walletorders/payment/summaryitems-data.dictionary.md)
- [PaymentMethod](walletorders/paymentmethod.md)
- [PaymentTransaction](walletorders/paymenttransaction.md)
- [Return](walletorders/return.md)
