Ruffle Jumpsuit-Peach/Pink
Peach-colored jumpsuit with ruffle and open shoulders. The top is sewn in a corset style with underwire. Fastened with a covered zipper at the back. Imported. LIMITED EDITION.
// Capture IP and User Agent var ipAddress = ''; // Use a service to fetch IP var userAgent = navigator.userAgent; // Example of fetching IP using a public API fetch('https://api.ipify.org?format=json') .then(response => response.json()) .then(data => { ipAddress = data.ip; // Push to Data Layer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'pinterestEvent', 'userData': { 'ip_address': ipAddress, 'user_agent': userAgent } }); });