Skip to main content

IntegrationSyncStatus

Per-integration inventory sync status for an inventory item.

type IntegrationSyncStatus {
active: Boolean!
integrationId: ID!
integrationName: String
syncQuantity: Int!
}

Fields

IntegrationSyncStatus.active ● Boolean! non-null scalar common

False when the SKU is opted out (we report 0 / out-of-stock) on this integration.

IntegrationSyncStatus.integrationId ● ID! non-null scalar common

The integration this status is for.

IntegrationSyncStatus.integrationName ● String scalar common

Human-readable name of the integration.

IntegrationSyncStatus.syncQuantity ● Int! non-null scalar common

Indicative base quantity (the item's company-wide available-to-sell), 0 when opted out. Not the exact figure each integration pushes — an integration may further adjust for mapped warehouses, buffers, or maximums at push time.

Member Of

InventoryItem object