{
"rootfi_id": 157,
"rootfi_created_at": "2024-01-22T05:07:31.465Z",
"rootfi_updated_at": "2024-01-22T05:07:31.465Z",
"rootfi_company_id": 1089,
"platform_id": "ful_123456",
"order_id": "ord_123456",
"status": "in_transit",
"tracking_number": "1234567890",
"carrier_name": "USPS"
}Update an existing fulfillment in the e-commerce platform.
{
"rootfi_id": 157,
"rootfi_created_at": "2024-01-22T05:07:31.465Z",
"rootfi_updated_at": "2024-01-22T05:07:31.465Z",
"rootfi_company_id": 1089,
"platform_id": "ful_123456",
"order_id": "ord_123456",
"status": "in_transit",
"tracking_number": "1234567890",
"carrier_name": "USPS"
}| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The rootfi_id or platform_id of the fulfillment to update |
| Field | Type | Required | Description |
|---|---|---|---|
| status | string | No | Fulfillment status (pending, in_transit, delivered, canceled, failed, returned) |
| shipment_status | string | No | Current shipping/delivery state |
| estimated_delivery_date | string | No | Expected delivery date (ISO 8601) |
| actual_delivery_date | string | No | Actual delivery date (ISO 8601) |
| tracking_info | object | No | Carrier tracking details including tracking number and carrier name |
The rootfi_id or platform_id of the fulfillment
The body is of type any.
Fulfillment updated successfully
V4 Fulfillment object with comprehensive tracking
The unique ID we assign for that data's information
157
The date at which RootFi first synced this data
"2024-01-22T05:07:31.465Z"
The latest date at which RootFi updated this data
"2024-01-22T05:07:31.000Z"
The ID of the company in the accounting platform
1089
An unique custom RootFi ID made from platform's unique_id.
"123456"
The date at which the data was deleted in the accounting platform
The ID of the data in the accounting platform.
A JSON containing fields that you can directly get from the accounting platform.
The hash of the data
Reference to the parent Order
Fulfillment reference name (e.g., "#1001.1" for first shipment of order 1001)
Overall fulfillment lifecycle status
pending, in_transit, delivered, canceled, failed, returned, unknown Current shipping/delivery state
label_printed, picked_up, in_transit, out_for_delivery, delivered, exception, returned, unknown Expected delivery date provided by carrier (ISO 8601)
Actual delivery date (null if not yet delivered)
Total package weight
Unit of measurement for weight (e.g., "lb", "kg", "oz")
Origin (warehouse) and destination (shipping) addresses
Show child attributes
Items and quantities included in this shipment
Show child attributes
Carrier tracking details
Show child attributes
Original creation timestamp from platform
Last update timestamp from platform