Types > QuickbooksSettings
Commerce APITypesQuickbooksSettings
QuickbooksSettings

Description

Topic: Quickbooks

Fields

company_name: String!

Quickbooks company name if connected

Example: "FooBar"


connected: Boolean!

Whether Quickbooks integration is active or not

Example: false


deposit_to_account: String!

Deposit To account identifier

Example: "12"


enabled: Boolean!

Whether syncing is enabled or not

Example: true


product_sales_account: String!

Product Sales account identifier

Example: "12"


synced_customers_at: String!

Date and time when customers were last synced

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


synced_orders_at: String!

Date and time when orders were last synced

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


synced_products_at: String!

Date and time when products were last synced

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


tax_map: [QuickbooksTaxMap!]!


Used By

Mutations

quickbooksCreate

Queries

quickbooks

Preview (typescript)

Loading module