object FulfillmentInvoice

Fields

FieldTypeDescription
idString
legacy_idInt
stripe_charge_idString
stripe_invoice_idString
stripe_invoice_numberString
stripe_invoice_statusString
stripe_invoice_urlString
stripe_next_payment_attemptISODateTime
account_idString
cc_infoString
amountString
created_atISODateTime
shipping_itemsFulfillmentInvoiceShippingItemConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
inbound_shipping_itemsFulfillmentInvoiceInboundShippingItemConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
returns_itemsFulfillmentInvoiceReturnItemConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
returns_fulfillment_itemsFulfillmentInvoiceReturnFulfillmentItemConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
storage_itemsFulfillmentInvoiceStorageItemConnection
ArgumentTypeRequiredDefaultDescription
sortStringNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo

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
}