Integrations > Quickbooks > quickbooksCreate
Commerce APIIntegrationsQuickbooksquickbooksCreate
quickbooksCreate
POST:quickbooks.json

Description

Modify Quickbooks settings.

Permission bit: "shop.modify"

Topic: Quickbooks

Arguments

data: QuickbooksSettingsCreate!

Main argument for mutations.


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

deposit_to_account: String

Deposit To account identifier

Example: "12"

Valid when: deposit_to_account's length doesn't exceed 250 characters


enabled: Boolean

Whether syncing is enabled or not

Example: true


product_sales_account: String

Product Sales account identifier

Example: "12"

Valid when: product_sales_account's length doesn't exceed 250 characters


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: [QuickbooksTaxMapCreate!]


Result

QuickbooksSettings

Preview (typescript)

Loading module