Skip to main content
Anchor to SubscriptionDeliveryOption

SubscriptionDeliveryOption

union

Requires the read_own_subscription_contracts or write_own_subscription_contracts scope.

The delivery option for a subscription contract.

•OBJECT

A local delivery option for a subscription contract.

•String!
non-null

The code of the local delivery option.

•String

The description of the local delivery option.

•Boolean!
non-null

Whether a phone number is required for the local delivery option.

•String

The presentment title of the local delivery option.

•MoneyV2

The price of the local delivery option.

•String!
non-null

The title of the local delivery option.

•OBJECT

A pickup option to deliver a subscription contract.

•String!
non-null

The code of the pickup option.

•String

The description of the pickup option.

•Location!
non-null

The pickup location.

•Boolean!
non-null

Whether a phone number is required for the pickup option.

•String!
non-null

The estimated amount of time it takes for the pickup to be ready. For example, "Usually ready in 24 hours".).

•String

The presentment title of the pickup option.

•MoneyV2

The price of the pickup option.

•String!
non-null

The title of the pickup option.

•OBJECT

A shipping option to deliver a subscription contract.

•String!
non-null

The code of the shipping option.

•String

The description of the shipping option.

•Boolean

If a phone number is required for the shipping option.

•String

The presentment title of the shipping option.

•MoneyV2

The price of the shipping option.

•String!
non-null

The title of the shipping option.

•DeliveryCarrierService
Deprecated

Was this section helpful?

Anchor to Fields with this unionFields with this union


Was this section helpful?