Changed on:
17 Aug 2023
Setting Area | UI component, Workflow, Orders |
---|---|
Supported context levels: | ACCOUNT RETAILER |
This setting determines the time when we reserve inventory for an order. It is measured in hours and is set at the account and/or retailer level. The system will create fulfillment based on the
`DeliverAfter`
Data Type | Values |
---|---|
INTEGER | Example:
|
1POST {{fluentApiHost}}/graphql
2
3mutation CreateSetting {
4 createSetting(input: {
5 name: "fc.order.sourcing.reservation.time",
6 valueType: "INTEGER",
7 value: 24,
8 context: "RETAILER",
9 contextId: 1}) {
10 id
11 name
12 }
13}
Language: json
1POST {{fluentApiHost}}/graphql
2
3mutation updateSetting {
4 updateSetting(input: {
5 id: 5001464,
6 name: "fc.order.sourcing.reservation.time",
7 valueType: "INTEGER",
8 value: 24,
9 context: "RETAILER",
10 contextId: 1}) {
11 id
12 name
13 }
14}
15
Language: json
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.