<- Object

Object

All versions ->

OrderFulfillmentShipmentDetailsBeta

Contains details necessary to fulfill a shipment order.

Link to section

Properties

Link to section

recipient

Information on the person meant to receive this shipment fulfillment.

Link to section

carrier

string

The shipping carrier being used to ship this fulfillment e.g. UPS, FedEx, USPS, etc.

Link to section

shipping_note

string

A note with additional information for the shipping carrier.

Link to section

shipping_type

string

A description of the type of shipping product purchased from the carrier. e.g. First Class, Priority, Express

Link to section

tracking_number

string

The reference number provided by the carrier to track the shipment's progress.

Link to section

tracking_url

string

A link to the tracking webpage on the carrier's website.

Link to section

placed_at

string

Read only The timestamp indicating when the shipment was requested. Must be in RFC 3339 timestamp format, e.g., "2016-09-04T23:59:33.123Z".

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

in_progress_at

string

Read only The timestamp indicating when this fulfillment was moved to the RESERVED state. Indicates that preparation of this shipment has begun. Must be in RFC 3339 timestamp format, e.g., "2016-09-04T23:59:33.123Z".

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

packaged_at

string

Read only The timestamp indicating when this fulfillment was moved to the PREPARED state. Indicates that the fulfillment is packaged. Must be in RFC 3339 timestamp format, e.g., "2016-09-04T23:59:33.123Z".

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

expected_shipped_at

string

The timestamp indicating when the shipment is expected to be delivered to the shipping carrier. Must be in RFC 3339 timestamp format, e.g., "2016-09-04T23:59:33.123Z".

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

shipped_at

string

Read only The timestamp indicating when this fulfillment was moved to the COMPLETEDstate. Indicates that the fulfillment has been given to the shipping carrier. Must be in RFC 3339 timestamp format, e.g., "2016-09-04T23:59:33.123Z".

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

canceled_at

string

The timestamp indicating the shipment was canceled. Must be in RFC 3339 timestamp format, e.g., "2016-09-04T23:59:33.123Z".

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

cancel_reason

string

A description of why the shipment was canceled.

Link to section

failed_at

string

Read only The timestamp indicating when the shipment failed to be completed. Must be in RFC 3339 timestamp format, e.g., "2016-09-04T23:59:33.123Z".

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

failure_reason

string

A description of why the shipment failed to be completed.