Author:
Fluent Commerce
Changed on:
30 Jan 2024
Field | Description | Type |
name | Human readable name to describe the Inventory Feed | String |
frequencyCronExpression | Frequency for how often a specific Inventory Feed should run (follows the UNIX Cron Standard) | String |
status | Current status of the Inventory Feed | String |
1mutation {
2 updateInventoryFeed(
3 input: {
4 ref: "Example_Inventory_Feed"
5 name: "Test Inventory Feed"
6 frequencyCronExpression: "0 13 * * */2"
7 }
8 ) {
9 ref
10 name
11 frequencyCronExpression
12 }
13}
14
Language: graphqlschema
Name: Example update inventory feed mutation
Description:
[Warning: empty required content area]Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.