--- title: DeliveryPromiseParticipantOwner - GraphQL Admin description: The object that the participant references. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/DeliveryPromiseParticipantOwner md: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/DeliveryPromiseParticipantOwner.md --- # Delivery​Promise​Participant​Owner union Requires `read_delivery_promises` access scope. The object that the participant references. ## Fields with this union * [Delivery​Promise​Participant.owner](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryPromiseParticipant#field-DeliveryPromiseParticipant.fields.owner) OBJECT Returns enabled delivery promise participants. *** ```graphql union DeliveryPromiseParticipantOwner = ProductVariant ```