---
title: ShippingFulfillment
framework: walletorders
role: symbol
role_heading: Object
path: walletorders/shippingfulfillment
---

# ShippingFulfillment

The details of a shipped order.

## Declaration

```data
object ShippingFulfillment
```

## Properties

fulfillmentIdentifier: An opaque value that uniquely identifies this fulfillment in the order. This isn’t displayed to the user, and is only used for determining changes and user notifications. fulfillmentType: The type of fulfillment, which is shipping. status: The status of the fulfillment. carrier: The shipping carrier used to complete this fulfillment. deliveredAt: The date and time when the carrier delivered the shipment, in RFC 3339 format. estimatedDeliveryAt: The estimated delivery date and time from the carrier, in RFC 3339 format. The system ignores the time components unless the carrier provides a window duration. estimatedDeliveryWindowDuration: The duration for the estimated delivery window, in ISO 8601-1 duration format. lineItems: The items the carrier will ship, displayed in the order provided. notes: Additional localized information about the shipment. For example, whether it requires a signature. recipient: The recipient of the shipment. shippedAt: The date and time when the carrier shipped the order, in RFC 3339 format. shippingType: The type used for display. Default: shipping statusDescription: A localized message describing the fulfillment status. trackingNumber: The tracking number provided by the shipping carrier. trackingURL: A URL where the customer can track the shipment.

## Topics

### Objects

- [ShippingFulfillment.Recipient](walletorders/shippingfulfillment/recipient-data.dictionary.md)

## 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)
- [PickupFulfillment](walletorders/pickupfulfillment.md)
