Delivery Promise Provider
Requires access scope.
A delivery promise provider. Currently restricted to select approved delivery promise partners.
Anchor to FieldsFields
- Anchor to activeactive•Boolean!non-null
Whether the delivery promise provider is active. Defaults to
true
when creating a provider.- Anchor to fulfillmentDelayfulfillment•Int
Delay The number of seconds to add to the current time as a buffer when looking up delivery promises. Represents how long the shop requires before releasing an order to the fulfillment provider.
- •ID!non-null
A globally-unique ID.
- Anchor to locationlocation•Location!non-null
The location associated with this delivery promise provider.
- Anchor to timeZonetime•String!non-null
Zone The time zone to be used for interpreting day of week and cutoff times in delivery schedules when looking up delivery promises.
Anchor to MutationsMutations
- •mutation
Creates or updates a delivery promise provider. Currently restricted to select approved delivery promise partners.
- Anchor to activeactive•Boolean
Whether the delivery promise provider is active. Defaults to
true
when creating a provider.- Anchor to fulfillmentDelayfulfillment•Int
Delay The number of seconds to add to the current time as a buffer when looking up delivery promises. Represents how long the shop requires before releasing an order to the fulfillment provider.
- Anchor to locationIdlocation•ID!required
Id The ID of the location that will be associated with the delivery promise provider.
- Anchor to timeZonetime•String
Zone The time zone to be used for interpreting day of week and cutoff times in delivery schedules when looking up delivery promises. Defaults to
when creating a provider.
Arguments
- Anchor to deliveryPromiseProviderdelivery•Delivery
Promise Provider Promise Provider The created or updated delivery promise provider.
- Anchor to userErrorsuser•[Delivery
Errors Promise Provider Upsert User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields