Description
Fields
auth_order_notification: Boolean
Whether to send "auth_order_notification" email notifications or not
Example: false
email_abandoned_checkout: Boolean
Whether to send "email_abandoned_checkout" email notifications or not
Example: false
email_customer_inventory_notification: Boolean
Whether to send "email_customer_inventory_notification" email notifications or not
Example: false
Whether to send "email_order_canceled" email notifications or not
Example: false
email_order_confirmation: Boolean
Whether to send "email_order_confirmation" email notifications or not
Example: false
email_product_review_reminder: Boolean
Whether to send "email_product_review_reminder" email notifications or not
Example: false
email_refund_notification: Boolean
Whether to send "email_refund_notification" email notifications or not
Example: false
email_return_approved: Boolean
Whether to send "email_return_approved" email notifications or not
Example: false
Whether to send "email_return_created" email notifications or not
Example: false
email_return_rejected: Boolean
Whether to send "email_return_rejected" email notifications or not
Example: false
email_shipping_confirmation_digital_good: Boolean
Whether to send "email_shipping_confirmation_digital_good" email notifications or not
Example: false
email_shipping_confirmation_gift_card: Boolean
Whether to send "email_shipping_confirmation_gift_card" email notifications or not
Example: false
email_shipping_confirmation_physical: Boolean
Whether to send "email_shipping_confirmation_physical" email notifications or not
Example: false
email_shipping_update: Boolean
Whether to send "email_shipping_update" email notifications or not
Example: false
email_tracking_attempt_fail: Boolean
Whether to send "email_tracking_attempt_fail" email notifications or not
Example: false
email_tracking_available_for_pickup: Boolean
Whether to send "email_tracking_available_for_pickup" email notifications or not
Example: false
email_tracking_delivered: Boolean
Whether to send "email_tracking_delivered" email notifications or not
Example: false
email_tracking_exception: Boolean
Whether to send "email_tracking_exception" email notifications or not
Example: false
email_tracking_in_transit: Boolean
Whether to send "email_tracking_in_transit" email notifications or not
Example: false
email_tracking_info_received: Boolean
Whether to send "email_tracking_info_received" email notifications or not
Example: false
email_tracking_out_for_delivery: Boolean
Whether to send "email_tracking_out_for_delivery" email notifications or not
Example: false
email_tracking_unknown: Boolean
Whether to send "email_tracking_unknown" email notifications or not
Example: false
new_order_notification: Boolean
Whether to send "new_order_notification" email notifications or not
Example: false
new_return_notification: Boolean
Whether to send "new_return_notification" email notifications or not
Example: false
Whether to send "purchase_order" email notifications or not
Example: false
sms_fulfillment_created: Boolean
Whether to send "sms_fulfillment_created" email notifications or not
Example: false
sms_tracking_attempt_fail: Boolean
Whether to send "sms_tracking_attempt_fail" email notifications or not
Example: false
sms_tracking_available_for_pickup: Boolean
Whether to send "sms_tracking_available_for_pickup" email notifications or not
Example: false
sms_tracking_delivered: Boolean
Whether to send "sms_tracking_delivered" email notifications or not
Example: false
sms_tracking_out_for_delivery: Boolean
Whether to send "sms_tracking_out_for_delivery" email notifications or not
Example: false
Whether to send "sms_tracking_unknown" email notifications or not
Example: false
Whether to send "variant_low_stock" email notifications or not
Example: false
Used By
Types
Preview (typescript)
interface ShopSettingsNotificationsCreate {auth_order_notification?: booleanemail_abandoned_checkout?: booleanemail_customer_inventory_notification?: booleanemail_order_canceled?: booleanemail_order_confirmation?: booleanemail_product_review_reminder?: booleanemail_refund_notification?: booleanemail_return_approved?: booleanemail_return_created?: booleanemail_return_rejected?: booleanemail_shipping_confirmation_digital_good?: booleanemail_shipping_confirmation_gift_card?: booleanemail_shipping_confirmation_physical?: booleanemail_shipping_update?: booleanemail_tracking_attempt_fail?: booleanemail_tracking_available_for_pickup?: booleanemail_tracking_delivered?: booleanemail_tracking_exception?: booleanemail_tracking_in_transit?: booleanemail_tracking_info_received?: booleanemail_tracking_out_for_delivery?: booleanemail_tracking_unknown?: booleannew_order_notification?: booleannew_return_notification?: booleanpurchase_order?: booleansms_fulfillment_created?: booleansms_tracking_attempt_fail?: booleansms_tracking_available_for_pickup?: booleansms_tracking_delivered?: booleansms_tracking_out_for_delivery?: booleansms_tracking_unknown?: booleanvariant_low_stock?: boolean}