GraphQL API
Organization API
Organization / Types/ object

IntegrationEdge

An edge that contains a node of type Integration and a cursor.

Fields

2 fields
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

nameString!

Profile name

integrationReferenceString!

Reference provided 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.