Square integration (future enhancement)
Square is listed as an optional connector for content-strategy, but the full integration path is not yet implemented. This document outlines what's needed.
Square is listed as an optional connector for content-strategy, but the full integration path is not yet implemented. This document outlines what's needed.
Square is listed as an optional connector for content-strategy, but the full integration path is not yet implemented. This document outlines what's needed.
Square organizations can have multiple locations. Before pulling orders, we need to:
For each location ID:
Call list_orders with:
- location_id: <from step 1>
- begin_time: <90 days ago, ISO 8601>
- end_time: <now, ISO 8601>
- sort_order: "DESC"Extract:
Square orders may not have explicit "product" or "service" taxonomy — items live in catalog. Correlate line items to catalog entries to extract product names and categories.
~4 hours for discovery + implementation + testing, assuming a test account is available.