--- title: DeliveryPromiseParticipant - GraphQL Admin description: Returns enabled delivery promise participants. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryPromiseParticipant md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryPromiseParticipant.md --- # Delivery​Promise​Participant object Requires `read_delivery_promises` access scope. Returns enabled delivery promise participants. ## Fields * branded​Promise​Handle [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The branded promise handle of the promise participant. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null The ID of the promise participant. * owner [Delivery​Promise​Participant​Owner](https://shopify.dev/docs/api/admin-graphql/unstable/unions/DeliveryPromiseParticipantOwner) The resource that the participant is attached to. * owner​Type [Delivery​Promise​Participant​Owner​Type!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/DeliveryPromiseParticipantOwnerType) non-null The owner type of the participant. *** ## Map ### Fields and connections with this object * <->[DeliveryPromiseParticipantConnection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryPromiseParticipantConnection#returns-nodes) * {}[DeliveryPromiseParticipantEdge.node](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryPromiseParticipantEdge#field-DeliveryPromiseParticipantEdge.fields.node) * {}[ProductVariant.deliveryPromiseParticipants](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ProductVariant#field-ProductVariant.fields.deliveryPromiseParticipants) *** ## Queries * [delivery​Promise​Participants](https://shopify.dev/docs/api/admin-graphql/unstable/queries/deliveryPromiseParticipants) query Returns delivery promise participants. *** ## \DeliveryPromiseParticipant Queries ### Queried by * \[delivery​Promise​Participants](https://shopify.dev/docs/api/admin-graphql/unstable/queries/deliveryPromiseParticipants) *** ## Mutations * [delivery​Promise​Participants​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryPromiseParticipantsUpdate) mutation Updates the delivery promise participants by adding or removing owners based on a branded promise handle. *** ## <\~> DeliveryPromiseParticipant Mutations ### Mutated by * <\~>[delivery​Promise​Participants​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryPromiseParticipantsUpdate) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node) interface *** ## ||-DeliveryPromiseParticipant Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)