object FulfillmentInvoice
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | Public API ID for this identifiable. | ||||||||||||||||||||||||||||||
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. | ||||||||||||||||||||||||||||||
stripe_charge_id | String | Public API stripe charge ID that identifies the related record. | ||||||||||||||||||||||||||||||
stripe_invoice_id | String | Public API stripe invoice ID that identifies the related record. | ||||||||||||||||||||||||||||||
stripe_invoice_number | String | Stripe invoice number for this fulfillment invoice. | ||||||||||||||||||||||||||||||
stripe_invoice_status | String | Current stripe invoice status; use the API status values returned by this field when filtering or updating. | ||||||||||||||||||||||||||||||
stripe_invoice_url | String | URL for the stripe invoice URL resource. | ||||||||||||||||||||||||||||||
stripe_next_payment_attempt | ISODateTime | Stripe next payment attempt as an ISO-8601 datetime, returned in UTC unless otherwise noted. | ||||||||||||||||||||||||||||||
account_id | String | Public API account ID that identifies the related record. | ||||||||||||||||||||||||||||||
cc_info | String | Cc info for this fulfillment invoice. | ||||||||||||||||||||||||||||||
amount | String | Monetary amount as a decimal value in the record currency; not cents. | ||||||||||||||||||||||||||||||
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. | ||||||||||||||||||||||||||||||
shipping_items | FulfillmentInvoiceShippingItemConnection | Shipping items for this fulfillment invoice. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
inbound_shipping_items | FulfillmentInvoiceInboundShippingItemConnection | Inbound shipping items for this fulfillment invoice. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
returns_items | FulfillmentInvoiceReturnItemConnection | Returns items for this fulfillment invoice. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
returns_fulfillment_items | FulfillmentInvoiceReturnFulfillmentItemConnection | Returns fulfillment items for this fulfillment invoice. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
storage_items | FulfillmentInvoiceStorageItemConnection | Storage items for this fulfillment invoice. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
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=="}]
}