Contents

ShippingFulfillment

The details of a shipped order.

Declaration

object ShippingFulfillment

Properties

NameTypeDescription
fulfillmentIdentifier Requiredstring

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 Requiredstring

The type of fulfillment, which is shipping.

status Requiredstring

The status of the fulfillment.

carrierstring

The shipping carrier used to complete this fulfillment.

deliveredAtdate-time

The date and time when the carrier delivered the shipment, in RFC 3339 format.

estimatedDeliveryAtdate-time

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.

estimatedDeliveryWindowDurationduration

The duration for the estimated delivery window, in ISO 8601-1 duration format.

lineItems[LineItem]

The items the carrier will ship, displayed in the order provided.

notesstring

Additional localized information about the shipment. For example, whether it requires a signature.

recipientShippingFulfillment.Recipient

The recipient of the shipment.

shippedAtdate-time

The date and time when the carrier shipped the order, in RFC 3339 format.

shippingTypestring

The type used for display.

Default: shipping

statusDescriptionstring

A localized message describing the fulfillment status.

trackingNumberstring

The tracking number provided by the shipping carrier.

trackingURLuri

A URL where the customer can track the shipment.

Topics

Objects

See Also

Supporting objects