Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanDeliveryPolicyInput
The input fields that are required to create or update a delivery policy.
Signature:
export interface SellingPlanDeliveryPolicyInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fixed? | InputMaybe<SellingPlanFixedDeliveryPolicyInput> | (Optional) The fixed delivery policy details. | |
| recurring? | InputMaybe<SellingPlanRecurringDeliveryPolicyInput> | (Optional) The recurring delivery policy details. |