★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch
★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144 San Martin Watch san martin watchSan Martin Watch

★April Sale★San Martin Miyota 9075 GMT 39mm Watch SN0144

2 sold
class SpzCustomDiscountFlashsale extends SPZ.BaseElement { constructor(element) { super(element); this.xhr_ = SPZServices.xhrFor(this.win); this.getFlashSaleApi = "\/api\/storefront\/promotion\/flashsale\/display_setting\/product_setting"; this.timer = null; this.variantId = ""; // 促销活动数据 this.flashsaleData = {} } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.templates_ = SPZServices.templatesForDoc(); this.viewport_ = this.getViewport(); // 挂载bind函数 解决this指向问题 this.render = this.render.bind(this); this.resize = this.resize.bind(this); this.switchVariant = this.switchVariant.bind(this); } mountCallback() { // 获取数据 this.variantId = "ab2e6b0b-a890-4450-90b9-dc93a8819073"; this.getData(); this.element.onclick = (e) => { const cur = this.win.document.querySelector(".app_discount_flashsale_desc"); if (this.flashsaleData.product_setting.is_redirection && appDiscountUtils.inProductBody(this.element) && e.target !== cur) { this.win.open(`/promotions/discount-default/${this.flashsaleData.discount_info.id}`); } } // 绑定 this.viewport_.onResize(this.resize); // 监听子款式切换,重新渲染 this.win.document.addEventListener('dj.variantChange', this.switchVariant); } unmountCallback() { // 解绑 this.viewport_.removeResize(this.resize); this.win.document.removeEventListener('dj.variantChange', this.switchVariant); } resize() { if (this.timer) { clearTimeout(this.timer) this.timer = null; } this.timer = setTimeout(() => { this.getData(); }, 200) } switchVariant(event) { const variant = event.detail.selected; if (variant.product_id == '018b173f-2167-4d88-8ef2-8e2eb970b4c1') { this.variantId = variant.id; this.getData() } } getData() { const reqBody = { product_id: "018b173f-2167-4d88-8ef2-8e2eb970b4c1", product_type: "default", variant_id: this.variantId } this.flashsaleData = {}; this.win.fetch(this.getFlashSaleApi, { method: "POST", body: JSON.stringify(reqBody), headers: { "Content-Type": "application/json" } }).then(async (response) => { if (response.ok) { this.flashsaleData = await response.json(); this.render(); } else { this.clearDom(); } }).catch(err => { this.clearDom(); }); } clearDom() { const children = this.element.querySelector('*:not(template)'); children && SPZCore.Dom.removeElement(children); } render() { this.templates_ .findAndRenderTemplate(this.element, { isMobile: appDiscountUtils.judgeMobile(), isRTL: appDiscountUtils.judgeRTL(), inProductDetail: appDiscountUtils.inProductBody(this.element), flashsaleData: this.flashsaleData, image_domain: this.win.SHOPLAZZA.image_domain, }) .then((el) => { this.clearDom(); this.element.appendChild(el); }) } } SPZ.defineElement('spz-custom-discount-flashsale', SpzCustomDiscountFlashsale);
$419.00
$655.00
-36%
Color-Blue
Please select a color
Band-FKM
Please select a band
Quantity
Fast & Free Delivery
Secure payments
100% Original Products
Easy Returns
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

2025 New JianZhan Dial Miyota 9075 GMT Watch Original Design Bubble Glass SN0144

Brand: San Martin
Model: SN0144-BGX GMT
Movement: Miyota 9075 [Automatic Mechanical Movement]

Japan Miyota 9075, MIYOTA’s Signature Ultra-thin Premium Mechanical Movement.

28,800 vibrations per hour
Stop second device
24 jewels
42 hours of energy storage
Function:
Stop second device
Automatic and hand winding
Central GMT hand
Individual hour hand adjustment

Case: Material - 316L Stainless Steel
Case Diameter: 39mm
Lug to Lug: 46.5mm
Thickness: 12.3mm(excluding bubble glass 10.1mm)
Band Length:
Bracelet: 190mm/7.5in
FKM Strap: 205mm/8.1in
Band width: 20mm

Glass: Sapphire Glass, AR Coating
Bezel: 316L Stainless Steel Brushed Bezel
Dial Color: Gradient Enamel Imitation Ceramic Texture Dial, Blue/Red/Orange/Green/Purple
3D Hexagon Logo, Applied Indices, Date Window at 6 O'clock
Hands: GS Crafts Hands, Luminous
Luminous: BGW-X1 Blue Light, Hands and Markers

Crown: Screw-down Crown, With 3D Hexagon Logo
Case Back: Screw-down Case Back, Engraved with Chinese stamp "Made in San Martin", inspired by the stamp on the bottom of Chinese porcelain "JianZhan".
Strap:
316L Solid Stainless Steel Bracelet, Brushed Process, The Edges are Polished and Chamfered on Both Sides;
New Curved End FKM Premium-Grade Tropic Fluorine Rubber Strap.
Clasp:
New Fly Adjustable Clasp/On The Fly Adjustable Clasp,With San Martin Hexagon Logo;
316L Stainless Steel Buckle, With San Martin 3D Logo

Water Resistant: 10Bar=100 meters
Weight:
With Bracelet about 142g
With FKM Strap about 85g
Warranty: 2 Year

Service Support

We process orders within 2-3 days from Monday to Friday (excluding holidays). Please note that this timeframe does not apply to pre-sale orders or orders requiring extended processing due to special circumstances. For more details, please refer to our shipping regulations.

Orders at sanmartin.watch qualify for free shipping based on the following criteria. Orders totaling $120 or more will receive free standard shipping, while orders totaling $200 or more will receive free FedEx express delivery . Customers have the option to choose their preferred shipping method. Please note that customers are responsible for any applicable VAT/duties. For details regarding exceptions in remote zip codes or unserved areas, please contact sales@sanmartin.watch.

Yes, there is a 30-day return period for each order after receiving the package. You can request a return within the specified time, but please ensure that the watch remains in its original, unopened condition. (The protective film of the watch has not been removed.)Prior to returning the watch, please contact us, and the buyer will be responsible for the cost of return shipping. Thank you for choosing us.

Contact us within twelve hours after checkout, send your order number and the information that you modified, we will modify it to the correct information for you.

Customer Service Center Email: sales@sanmartin.watch

Yes, you can cancel your order before it ships. Orders cannot be canceled if more than 24 hours have passed since the order was placed. Please note that cancellations due to personal reasons may incur PayPal transaction fees (if applicable), which are non-refundable and are subject to PayPal's 2021 revised policies.

Please note that a 5% cancellation fee will be deducted from the refund for the pre-order cancellation. It is the transaction fees charged by our Payment Processing Platform like Stripe/PayPal.

For any inquiries or assistance, please contact our Customer Service Center at sales@sanmartin.watch.