Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

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.

code
non-null

The code of the local delivery option.

description

The description of the local delivery option.

phoneRequired
non-null

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

presentmentTitle

The presentment title of the local delivery option.

price

The price of the local delivery option.

title
non-null

The title of the local delivery option.

OBJECT

A pickup option to deliver a subscription contract.

code
non-null

The code of the pickup option.

description

The description of the pickup option.

location
non-null

The pickup location.

phoneRequired
non-null

Whether a phone number is required for the pickup option.

pickupTime
non-null

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

presentmentTitle

The presentment title of the pickup option.

price

The price of the pickup option.

title
non-null

The title of the pickup option.

OBJECT

A shipping option to deliver a subscription contract.

code
non-null

The code of the shipping option.

description

The description of the shipping option.

phoneRequired

If a phone number is required for the shipping option.

presentmentTitle

The presentment title of the shipping option.

price

The price of the shipping option.

title
non-null

The title of the shipping option.

carrierService
Deprecated

The carrier service that's providing this shipping option. This field isn't currently supported and returns null. This field has never been implemented.


Was this section helpful?