object FulfillmentInvoice

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

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

stripe_charge_idString

Public API stripe charge ID that identifies the related record.

stripe_invoice_idString

Public API stripe invoice ID that identifies the related record.

stripe_invoice_numberString

Stripe invoice number for this fulfillment invoice.

stripe_invoice_statusString

Current stripe invoice status; use the API status values returned by this field when filtering or updating.

stripe_invoice_urlString

URL for the stripe invoice URL resource.

stripe_next_payment_attemptISODateTime

Stripe next payment attempt as an ISO-8601 datetime, returned in UTC unless otherwise noted.

account_idString

Public API account ID that identifies the related record.

cc_infoString

Cc info for this fulfillment invoice.

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.

shipping_itemsFulfillmentInvoiceShippingItemConnection

Shipping items for this fulfillment invoice.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
inbound_shipping_itemsFulfillmentInvoiceInboundShippingItemConnection

Inbound shipping items for this fulfillment invoice.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
returns_itemsFulfillmentInvoiceReturnItemConnection

Returns items for this fulfillment invoice.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
returns_fulfillment_itemsFulfillmentInvoiceReturnFulfillmentItemConnection

Returns fulfillment items for this fulfillment invoice.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
storage_itemsFulfillmentInvoiceStorageItemConnection

Storage items for this fulfillment invoice.

ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "stripe_charge_id": "Q2hhcmdlOjEyMzQ=",
  "stripe_invoice_id": "UmVjb3JkOjEyMzQ=",
  "stripe_invoice_number": "INV-100045",
  "stripe_invoice_status": "pending",
  "stripe_invoice_url": "https://example.com/resource",
  "stripe_next_payment_attempt": "2026-07-09T15:30:00Z",
  "account_id": "QWNjb3VudDoxMjM0",
  "cc_info": "INV-100045",
  "amount": "19.99",
  "created_at": "2026-07-09T15:30:00Z",
  "shipping_items": [{id: "RnVsZmlsbG1lbnRJbnZvaWNlU2hpcHBpbmdJdGVtOjEyMzQ="}],
  "inbound_shipping_items": [{id: "RnVsZmlsbG1lbnRJbnZvaWNlSW5ib3VuZFNoaXBwaW5nSXRlbToxMjM0"}],
  "returns_items": [{id: "RnVsZmlsbG1lbnRJbnZvaWNlUmV0dXJuSXRlbToxMjM0"}],
  "returns_fulfillment_items": [{id: "RnVsZmlsbG1lbnRJbnZvaWNlUmV0dXJuRnVsZmlsbG1lbnRJdGVtOjEyMzQ="}],
  "storage_items": [{id: "RnVsZmlsbG1lbnRJbnZvaWNlU3RvcmFnZUl0ZW06MTIzNA=="}]
}