deliveryPromiseProvider - admin-graphql - QUERY
Version: 2024-07
Description:
Lookup a delivery promise provider.
Access Scopes
`read_delivery_promises` access scope.
Arguments
-
locationId:
ID! -
The ID of the location associated with the delivery promise provider.
Returns
-
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.
Examples