Development Only
Wix Booking Sync Test
This page uses local sample Wix booking payloads only. It proves the import mapping before any live Wix API credentials or polling are added.
Wix booking
Maps to Kristina Harwick / complete / no action.
Sample Wix payload
{
"Age Child is Turning": "9",
"Birthday Child's Name": "Parker",
"Booking ID": "wix-booking-001",
"Do you want Pizza?": "yes",
"Email": "kristina@example.com",
"First Name": "Kristina",
"If yes, how many pies?": "4",
"Last Name": "Harwick",
"Notes": "Please put us close to mini golf.",
"Number of Guests": "18",
"Phone": "555-0401",
"Service": "Gold Mini Golf Party",
"Start Date": "2026-08-02",
"Start Time": "15:00"
}Mapped PartyBooking fields
{
"birthday_age": "9",
"birthday_child_name": "Parker",
"booking_source": "wix_import",
"customer_email": "kristina@example.com",
"customer_notes": "Please put us close to mini golf.",
"customer_phone": "555-0401",
"event_date": "2026-08-02",
"guest_count": "18",
"internal_notes": "Imported from dev Wix booking sync sample.",
"package_name": "Gold Mini Golf Party",
"parent_first_name": "Kristina",
"parent_last_name": "Harwick",
"party_id": "wix-booking-001",
"pizza_pies": "4",
"pizza_requested": "yes",
"start_time": "15:00"
}Wix booking
Maps to Jamie Lopez / missing birthday child name and pizza quantity / follow up needed.
Sample Wix payload
{
"Age Child is Turning": "",
"Birthday Child's Name": "",
"Booking ID": "wix-booking-002",
"Do you want Pizza?": "yes",
"Email": "jamie@example.com",
"First Name": "Jamie",
"If yes, how many pies?": "",
"Last Name": "Lopez",
"Notes": "Not sure about pizza quantity yet.",
"Number of Guests": "12",
"Phone": "555-0402",
"Service": "Two Round Go-Kart Party",
"Start Date": "2026-08-03",
"Start Time": "13:30"
}Mapped PartyBooking fields
{
"birthday_age": "",
"birthday_child_name": "",
"booking_source": "wix_import",
"customer_email": "jamie@example.com",
"customer_notes": "Not sure about pizza quantity yet.",
"customer_phone": "555-0402",
"event_date": "2026-08-03",
"guest_count": "12",
"internal_notes": "Imported from dev Wix booking sync sample.",
"package_name": "Two Round Go-Kart Party",
"parent_first_name": "Jamie",
"parent_last_name": "Lopez",
"party_id": "wix-booking-002",
"pizza_pies": "",
"pizza_requested": "yes",
"start_time": "13:30"
}Wix booking
Maps to Test Booking / complete / no action.
Sample Wix payload
{
"Age Child is Turning": "8",
"Birthday Child's Name": "Test Kid",
"Booking ID": "wix-booking-test-001",
"Do you want Pizza?": "no",
"Email": "info@twotsgolf.com",
"First Name": "Test",
"If yes, how many pies?": "",
"Last Name": "Booking",
"Notes": "Wix Test Booking demo row.",
"Number of Guests": "10",
"Phone": "555-0403",
"Service": "Gold Mini Golf Party",
"Start Date": "2026-08-04",
"Start Time": "12:00"
}Mapped PartyBooking fields
{
"birthday_age": "8",
"birthday_child_name": "Test Kid",
"booking_source": "test_import",
"customer_email": "info@twotsgolf.com",
"customer_notes": "Wix Test Booking demo row.",
"customer_phone": "555-0403",
"event_date": "2026-08-04",
"guest_count": "10",
"internal_notes": "Imported from dev Wix booking sync sample.",
"package_name": "Gold Mini Golf Party",
"parent_first_name": "Test",
"parent_last_name": "Booking",
"party_id": "wix-booking-test-001",
"pizza_pies": "",
"pizza_requested": "no",
"start_time": "12:00"
}