InventoryFeed
Implements
Connections
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
String!
)
Reference of the Inventory Feed. Must be unique.
String
)
Human readable name for this feed
String!
)
Status of the Inventory Feed. Supported values are ACTIVE and INACTIVE.
DateTime
)
Time of creation
String
)
Username who created the Inventory Feed
DateTime
)
Time of last update
String
)
Username who updated the Inventory Feed
[Attribute]
)
A list of attributes associated with this Inventory Feed
InventorySource
)
Source of the Inventory Feed
InventoryDestination
)
Destination of the Inventory Feed
InventoryDataFormat
)
Exported format of inventory data
String
)
CRON expression of Inventory Feed schedule