Types > XeroSettings
Commerce APITypesXeroSettings
XeroSettings

Description

Topic: Xero

Fields

connected: Boolean!

Whether Xero integration is active or not

Example: false


customer_balance_account_code: String!

Customer balance account code

Example: "270"


daily_summary: Boolean!

Create daily summary invoices instead of an invoice per order

Example: true


daily_summary_prefix: String!

Daily summary prefix to use when creating an order number

Example: "DAILY"


discount_account_code: String!

Discount account code

Example: "356"


enabled: Boolean!

Whether syncing is enabled or not

Example: true


invoice_status: XeroInvoiceStatus!

Create xero invoices in this status


organization_name: String!

Xero organization name if connected

Example: "FooBar"


payment_map: [XeroPaymentMap!]!


refund_adjustment_account_code: String!

Refund adjustment account code

Example: "200"


rounding_account_code: String!

Rounding account code

Example: "860"


sales_account_code: String!

Sales account code

Example: "200"


sales_tax_account_code: String!

Salexs tax account code

Example: "250"


shipping_account_code: String!

Shipping account code

Example: "200"


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


use_single_customer: Boolean!

Use single customer instead of exported ones (disables customer syncing as well)

Example: false


Used By

Mutations

xeroCreate

Queries

xero

Preview (typescript)

Loading module