---
title: DeliveryPromiseParticipantOwner - GraphQL Admin
description: The object that the participant references.
api_version: 2026-07
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
```