object BusinessRelationshipSchema

Fields

FieldTypeDescription
last_bill_submitted_atString
last_bill_amountString
idID!

The ID of the object

account_idID!
customer_idID!
customer_profile_idID!
customer_warehouse_idInt
warehouse_idID!
warehouse_acceptedInt!
customer_acceptedInt!
date_createdDateTime!
from_nameString!
use_customers_shipping_accountInt!
invoice_scheduleString!
enable_chatInt!
pause_shippingInt!
use_customers_warehouse_infoInt!
do_not_overwrite_from_nameInt!
billing_dayInt!
billing_frequencyString!
payment_termsInt!
billing_profile_idInt
created_atDateTime!
label_charge_triggerWarehouseToCustomersLabelChargeTrigger!
billing_emailString
show_label_costs_to_customerInt!
customer_can_access_billsInt!
returns_use_3pl_shipping_accountsInt!
export_bills_on_tallyInt!
tally_bills_on_scheduleInt!
do_not_allow_account_switchInt!
open_invoicesString
warehouseWarehouseType
productsProductTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
row_idBigInt
has_products_in_warehouseBoolean
activeBoolean
lot_tracking_settingsLotTrackingSettings
invoice_build_strategyString
export_bills_to_quickbooksBoolean
finalize_and_export_bills_on_tally_qbo_scheduleBoolean
attach_csv_qbo_autoBoolean
account_statusString

Implements

Node

Referenced By

Example

{
  "last_bill_submitted_at": "abc123",
  "last_bill_amount": "abc123",
  "id": "abc123",
  "account_id": "abc123",
  "customer_id": "abc123",
  "customer_profile_id": "abc123",
  "customer_warehouse_id": 987,
  "warehouse_id": "abc123",
  "warehouse_accepted": 987,
  "customer_accepted": 987,
  "date_created": "abc123",
  "from_name": "abc123",
  "use_customers_shipping_account": 987,
  "invoice_schedule": "abc123",
  "enable_chat": 987,
  "pause_shipping": 987,
  "use_customers_warehouse_info": 987,
  "do_not_overwrite_from_name": 987,
  "billing_day": 987,
  "billing_frequency": "abc123",
  "payment_terms": 987,
  "billing_profile_id": 987,
  "created_at": "abc123",
  "label_charge_trigger": "CHARGE_ESTIMATE_AND_RECONCILE",
  "billing_email": "abc123",
  "show_label_costs_to_customer": 987,
  "customer_can_access_bills": 987,
  "returns_use_3pl_shipping_accounts": 987,
  "export_bills_on_tally": 987,
  "tally_bills_on_schedule": 987,
  "do_not_allow_account_switch": 987,
  "open_invoices": "abc123",
  "warehouse": WarehouseType,
  "products": ProductTypeCountableConnection,
  "row_id": "abc123",
  "has_products_in_warehouse": true,
  "active": true,
  "lot_tracking_settings": LotTrackingSettings,
  "invoice_build_strategy": "abc123",
  "export_bills_to_quickbooks": true,
  "finalize_and_export_bills_on_tally_qbo_schedule": true,
  "attach_csv_qbo_auto": true,
  "account_status": "abc123"
}