--- title: DeliveryPromiseParticipant - GraphQL Admin description: Returns enabled delivery promise participants. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliverypromiseparticipant md: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliverypromiseparticipant.md --- # Delivery​Promise​Participant object Requires `read_delivery_promises` access scope. Returns enabled delivery promise participants. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null The ID of the promise participant. * owner [Delivery​Promise​Participant​Owner](https://shopify.dev/docs/api/admin-graphql/latest/unions/DeliveryPromiseParticipantOwner) The resource that the participant is attached to. * owner​Type [Delivery​Promise​Participant​Owner​Type!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/connections/DeliveryPromiseParticipantConnection#returns-nodes) * {}[DeliveryPromiseParticipantEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryPromiseParticipantEdge#field-DeliveryPromiseParticipantEdge.fields.node) *** ## Queries * [delivery​Promise​Participants](https://shopify.dev/docs/api/admin-graphql/latest/queries/deliveryPromiseParticipants) query Returns delivery promise participants. *** ## \DeliveryPromiseParticipant Queries ### Queried by * \[delivery​Promise​Participants](https://shopify.dev/docs/api/admin-graphql/latest/queries/deliveryPromiseParticipants) *** ## Mutations * [delivery​Promise​Participants​Update](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/mutations/deliveryPromiseParticipantsUpdate) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-DeliveryPromiseParticipant Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)