GraphQL API
Organization API
Organization / Types/ object

IntegrationConnection

A paginated list of Integration edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

idID!

Unique primary key.

isEnabledBoolean!

Synchronization enabled

Category of the integration

invoicingpaymentshopshipping
nameString!

Name of the integration

isOrderSyncEnabledBoolean!

Order sync enabled

orderSyncUpdatedAtDateTimeTz

When the last order was updated at the integration while syncing

isProductSyncEnabledBoolean!

Product sync enabled

productSyncUpdatedAtDateTimeTz

When the last product was updated at the integration while syncing

isStockSyncEnabledBoolean!

Stock sync enabled

Payment profiles exposed by the integration

createdAtDateTimeTz!

When the integration was created.

updatedAtDateTimeTz!

When the integration was last updated.

cursorString!

A unique cursor that can be used for pagination.