diff --git a/packages/core/types/src/workflow/order/create-fulfillment.ts b/packages/core/types/src/workflow/order/create-fulfillment.ts index 16c2368827..9fd20c1bc7 100644 --- a/packages/core/types/src/workflow/order/create-fulfillment.ts +++ b/packages/core/types/src/workflow/order/create-fulfillment.ts @@ -16,4 +16,5 @@ export interface CreateOrderFulfillmentWorkflowInput { no_notification?: boolean location_id?: string | null metadata?: Record | null + requires_shipping?: boolean }