Contents

PickupFulfillment

The details of a pickup order.

Declaration

object PickupFulfillment

Properties

NameTypeDescription
addressAddress

The address for the order pickup.

barcodeBarcode

The barcode the customer shows at pickup.

displayName Requiredstring

The localized name of the pickup location.

fulfillmentIdentifier Requiredstring

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 Requiredstring

The type of fulfillment, which is pickup.

lineItems[LineItem]

The items for the customer to pick up, displayed in the order provided.

locationLocation

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).

notesstring

Localized instructions for the pickup.

pickedUpAtdate-time

The date and time when the customer picked up the order, in RFC 3339 format.

pickupAtdate-time

The date and time when the pickup window starts, in RFC 3339 format.

pickupWindowDurationduration

The duration for which the pickup window is open, in ISO 8601-1 duration format.

status Requiredstring

The status of the fulfillment.

statusDescriptionstring

A localized message describing the fulfillment status.

See Also

Supporting objects