Types > ShopSettingsNotificationsCreate
Commerce APITypesShopSettingsNotificationsCreate
ShopSettingsNotificationsCreate

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


email_order_canceled: Boolean

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


email_return_created: Boolean

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


purchase_order: Boolean

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


sms_tracking_unknown: Boolean

Whether to send "sms_tracking_unknown" email notifications or not

Example: false


variant_low_stock: Boolean

Whether to send "variant_low_stock" email notifications or not

Example: false


Used By

Types

ShopSettingsCreate

Preview (typescript)

interface ShopSettingsNotificationsCreate {
auth_order_notification?: boolean
email_abandoned_checkout?: boolean
email_customer_inventory_notification?: boolean
email_order_canceled?: boolean
email_order_confirmation?: boolean
email_product_review_reminder?: boolean
email_refund_notification?: boolean
email_return_approved?: boolean
email_return_created?: boolean
email_return_rejected?: boolean
email_shipping_confirmation_digital_good?: boolean
email_shipping_confirmation_gift_card?: boolean
email_shipping_confirmation_physical?: boolean
email_shipping_update?: boolean
email_tracking_attempt_fail?: boolean
email_tracking_available_for_pickup?: boolean
email_tracking_delivered?: boolean
email_tracking_exception?: boolean
email_tracking_in_transit?: boolean
email_tracking_info_received?: boolean
email_tracking_out_for_delivery?: boolean
email_tracking_unknown?: boolean
new_order_notification?: boolean
new_return_notification?: boolean
purchase_order?: boolean
sms_fulfillment_created?: boolean
sms_tracking_attempt_fail?: boolean
sms_tracking_available_for_pickup?: boolean
sms_tracking_delivered?: boolean
sms_tracking_out_for_delivery?: boolean
sms_tracking_unknown?: boolean
variant_low_stock?: boolean
}