object FulfillmentInvoiceStorageItem

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

account_idString

Public API account ID that identifies the related record.

warehouse_idString

Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects.

invoice_idString

Public API invoice ID that identifies the related record.

amountString

Monetary amount as a decimal value in the record currency; not cents.

created_atISODateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "account_id": "QWNjb3VudDoxMjM0",
  "warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
  "invoice_id": "UmVjb3JkOjEyMzQ=",
  "amount": "19.99",
  "created_at": "2026-07-09T15:30:00Z"
}