object FulfillmentInvoice
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | |||||||||||||||||||||||||||||||
legacy_id | Int | |||||||||||||||||||||||||||||||
stripe_charge_id | String | |||||||||||||||||||||||||||||||
stripe_invoice_id | String | |||||||||||||||||||||||||||||||
stripe_invoice_number | String | |||||||||||||||||||||||||||||||
stripe_invoice_status | String | |||||||||||||||||||||||||||||||
stripe_invoice_url | String | |||||||||||||||||||||||||||||||
stripe_next_payment_attempt | ISODateTime | |||||||||||||||||||||||||||||||
account_id | String | |||||||||||||||||||||||||||||||
cc_info | String | |||||||||||||||||||||||||||||||
amount | String | |||||||||||||||||||||||||||||||
created_at | ISODateTime | |||||||||||||||||||||||||||||||
shipping_items | FulfillmentInvoiceShippingItemConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
inbound_shipping_items | FulfillmentInvoiceInboundShippingItemConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
returns_items | FulfillmentInvoiceReturnItemConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
returns_fulfillment_items | FulfillmentInvoiceReturnFulfillmentItemConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
storage_items | FulfillmentInvoiceStorageItemConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
Example
{
"id": "abc123",
"legacy_id": 987,
"stripe_charge_id": "abc123",
"stripe_invoice_id": "abc123",
"stripe_invoice_number": "abc123",
"stripe_invoice_status": "abc123",
"stripe_invoice_url": "abc123",
"stripe_next_payment_attempt": "abc123",
"account_id": "abc123",
"cc_info": "abc123",
"amount": "abc123",
"created_at": "abc123",
"shipping_items": FulfillmentInvoiceShippingItemConnection,
"inbound_shipping_items": FulfillmentInvoiceInboundShippingItemConnection,
"returns_items": FulfillmentInvoiceReturnItemConnection,
"returns_fulfillment_items": FulfillmentInvoiceReturnFulfillmentItemConnection,
"storage_items": FulfillmentInvoiceStorageItemConnection
}