InventoryFeed

Implements

Connections

runs (InventoryFeedRunConnection)

Runs of the Inventory Feed

Argument Type Description
ref [String!]

Unique reference identifier of the Inventory Feed Run

status [String!]

Current status of the Inventory Feed run

type [String!]

Type of the Inventory Feed Run. Supported values are FULL_LOAD and INCREMENTAL.

createdOn DateRange
updatedOn DateRange
inventoryFeed InventoryFeedKey
first Int

Returns the first n elements from the list

last Int

Returns the last n elements from the list

before String

Returns the elements in the list that come before the specified global ID

after String

Returns the elements in the list that come after the specified global ID

Fields

ref (String!)

Reference of the Inventory Feed. Must be unique.

name (String)

Human readable name for this feed

status (String!)

Status of the Inventory Feed. Supported values are ACTIVE and INACTIVE.

createdOn (DateTime)

Time of creation

createdBy (String)

Username who created the Inventory Feed

updatedOn (DateTime)

Time of last update

updatedBy (String)

Username who updated the Inventory Feed

attributes ([Attribute])

A list of attributes associated with this Inventory Feed

source (InventorySource)

Source of the Inventory Feed

destination (InventoryDestination)

Destination of the Inventory Feed

dataFormat (InventoryDataFormat)

Exported format of inventory data

frequencyCronExpression (String)

CRON expression of Inventory Feed schedule