Skip to main content
Anchor to DeliveryPromiseParticipant

DeliveryPromiseParticipant

object

Requires read_delivery_promises access scope.

Returns enabled delivery promise participants.

Anchor to brandedPromiseHandlebrandedPromiseHandle
String!
non-null

The branded promise handle of the promise participant.

ID!
non-null

The ID of the promise participant.

DeliveryPromiseParticipantOwner

The resource that the participant is attached to.

DeliveryPromiseParticipantOwnerType!
non-null

The owner type of the participant.


Was this section helpful?

query

Returns delivery promise participants.

Arguments

[ID!]

The product variant ID to filter by.

Anchor to brandedPromiseHandlebrandedPromiseHandle
String!
required

The branded promise handle to filter by.

DeliveryPromiseParticipantOwnerType

The owner type to filter by.

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?

mutation

Updates the delivery promise participants by adding or removing owners based on a branded promise handle.

Arguments

Anchor to brandedPromiseHandlebrandedPromiseHandle
String!
required

The branded promise handle to update the delivery promise participants for.

[ID!]
Default:[]

The owners to add to the delivery promise participants.

[ID!]
Default:[]

The owners to remove from the delivery promise participants.



Was this section helpful?

interface

Was this section helpful?