DeliveryPromiseProvider - admin-graphql - OBJECT
Version: 2024-07
Description:
A delivery promise provider. Currently restricted to select approved delivery promise partners.
Access Scopes
`read_delivery_promises` access scope.
Fields
-
active:
Boolean! -
Whether the delivery promise provider is active. Defaults to `true` when creating a provider.
-
fulfillmentDelay:
Int -
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:
ID! -
A globally-unique ID.
-
location:
Location! -
The location associated with this delivery promise provider.
-
timeZone:
String! -
The time zone to be used for interpreting day of week and cutoff times in delivery schedules when looking up delivery promises.
Connections
Related queries
Related mutations
Related Unions
Examples