stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryLegacyModeBlocked

AdminTypes.DeliveryLegacyModeBlocked interface

Whether the shop is blocked from converting to full multi-location delivery profiles mode. If the shop is blocked, then the blocking reasons are also returned.

Signature:

export interface DeliveryLegacyModeBlocked 

Properties

Property Modifiers Type Description
blocked   Scalars[‘Boolean’][‘output’] Whether the shop can convert to full multi-location delivery profiles mode.
reasons?   Maybe<Array<DeliveryLegacyModeBlockedReason | `${DeliveryLegacyModeBlockedReason}`>> (Optional) The reasons why the shop is blocked from converting to full multi-location delivery profiles mode.