object BusinessRelationshipSchema
Fields
| Field | Type | Description | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
last_bill_submitted_at | String | ||||||||||||||||||||||||||
last_bill_amount | String | ||||||||||||||||||||||||||
id | ID! | The ID of the object | |||||||||||||||||||||||||
account_id | ID! | ||||||||||||||||||||||||||
customer_id | ID! | ||||||||||||||||||||||||||
customer_profile_id | ID! | ||||||||||||||||||||||||||
customer_warehouse_id | Int | ||||||||||||||||||||||||||
warehouse_id | ID! | ||||||||||||||||||||||||||
warehouse_accepted | Int! | ||||||||||||||||||||||||||
customer_accepted | Int! | ||||||||||||||||||||||||||
date_created | DateTime! | ||||||||||||||||||||||||||
from_name | String! | ||||||||||||||||||||||||||
use_customers_shipping_account | Int! | ||||||||||||||||||||||||||
invoice_schedule | String! | ||||||||||||||||||||||||||
enable_chat | Int! | ||||||||||||||||||||||||||
pause_shipping | Int! | ||||||||||||||||||||||||||
use_customers_warehouse_info | Int! | ||||||||||||||||||||||||||
do_not_overwrite_from_name | Int! | ||||||||||||||||||||||||||
billing_day | Int! | ||||||||||||||||||||||||||
billing_frequency | String! | ||||||||||||||||||||||||||
payment_terms | Int! | ||||||||||||||||||||||||||
billing_profile_id | Int | ||||||||||||||||||||||||||
created_at | DateTime! | ||||||||||||||||||||||||||
label_charge_trigger | WarehouseToCustomersLabelChargeTrigger! | ||||||||||||||||||||||||||
billing_email | String | ||||||||||||||||||||||||||
show_label_costs_to_customer | Int! | ||||||||||||||||||||||||||
customer_can_access_bills | Int! | ||||||||||||||||||||||||||
returns_use_3pl_shipping_accounts | Int! | ||||||||||||||||||||||||||
export_bills_on_tally | Int! | ||||||||||||||||||||||||||
tally_bills_on_schedule | Int! | ||||||||||||||||||||||||||
do_not_allow_account_switch | Int! | ||||||||||||||||||||||||||
open_invoices | String | ||||||||||||||||||||||||||
warehouse | WarehouseType | ||||||||||||||||||||||||||
products | ProductTypeCountableConnection | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
row_id | BigInt | ||||||||||||||||||||||||||
has_products_in_warehouse | Boolean | ||||||||||||||||||||||||||
active | Boolean | ||||||||||||||||||||||||||
lot_tracking_settings | LotTrackingSettings | ||||||||||||||||||||||||||
invoice_build_strategy | String | ||||||||||||||||||||||||||
export_bills_to_quickbooks | Boolean | ||||||||||||||||||||||||||
finalize_and_export_bills_on_tally_qbo_schedule | Boolean | ||||||||||||||||||||||||||
attach_csv_qbo_auto | Boolean | ||||||||||||||||||||||||||
account_status | String | ||||||||||||||||||||||||||
Implements
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"
}