{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "carrier_name": "USPS",
  "tracking_number": "1234567890",
  "delivery_service": "Standard",
  "tracking_link": "https://www.usps.com",
  "created_at": "2024-01-22T05:07:31.465Z",
  "updated_at": "2024-01-22T05:07:31.000Z"
}

The Fulfillments Data Model simplifies the handling and retrieval of fulfillments-related information across various ecommerce platforms.

  • Unified Fulfillments properties: The model provides a unified representation of fulfillments properties across different platforms, enabling you to easily access and manage fulfillments data from different platforms.
  • Comprehensive fulfillments information: The model provides a comprehensive representation of fulfillments data, including all the properties and relationships that you can retrieve for an order.

Attributes

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the fulfillments
carrier_namestringThe name of the carrier used for the fulfillment
tracking_numberstringThe tracking number for the fulfillment
delivery_servicestringThe delivery service used for the fulfillment
tracking_linkstringThe tracking link for the fulfillment
created_atstringThe date and time the fulfillment was created
updated_atstringThe date and time the fulfillment was last updated
{
  "rootfi_id": 157,
  "rootfi_deleted_at": null,
  "rootfi_created_at": "2024-01-22T05:07:31.465Z",
  "rootfi_updated_at": "2024-01-22T05:07:31.000Z",
  "rootfi_company_id": 1089,
  "platform_id": "123456",
  "carrier_name": "USPS",
  "tracking_number": "1234567890",
  "delivery_service": "Standard",
  "tracking_link": "https://www.usps.com",
  "created_at": "2024-01-22T05:07:31.465Z",
  "updated_at": "2024-01-22T05:07:31.000Z"
}