Skip to main content
Anchor to SubscriptionDeliveryOption

SubscriptionDeliveryOption

union

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!
non-null

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.

•ID!
non-null

The ID of the pickup location.

•Boolean!
non-null

Whether a phone number is required for the pickup option.

•PickupAddress!
non-null

The address where the customer will pick up the merchandise.

•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!
non-null

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!
non-null

Whether a phone number is required for the shipping option.

•String

The presentment title of the shipping option.

•MoneyV2!
non-null

The price of the shipping option.

•String!
non-null

The title of the shipping option.


Was this section helpful?

Anchor to Fields with this unionFields with this union

•OBJECT

A successful result containing the available delivery options for the subscription contract.


Was this section helpful?