# DeliveryPromiseProvider - admin-graphql - OBJECT Version: 2024-10 ## Description A delivery promise provider. Currently restricted to select approved delivery promise partners. ### Access Scopes `read_delivery_promises` access scope. ## Fields * [active](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the delivery promise provider is active. Defaults to `true` when creating a provider. * [fulfillmentDelay](/docs/api/admin-graphql/2024-10/scalars/Int): 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](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [location](/docs/api/admin-graphql/2024-10/objects/Location): Location! - The location associated with this delivery promise provider. * [timeZone](/docs/api/admin-graphql/2024-10/scalars/String): 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 * [deliveryPromiseProvider](/docs/api/admin-graphql/2024-10/queries/deliveryPromiseProvider) Lookup a delivery promise provider. ## Related mutations * [deliveryPromiseProviderUpsert](/docs/api/admin-graphql/2024-10/mutations/deliveryPromiseProviderUpsert) Creates or updates a delivery promise provider. Currently restricted to select approved delivery promise partners. ## Related Unions ## Examples