UCP Catalog Mapper
Extract merchant product data from various sources and transform it into UCP catalog schema format.
Prerequisites
store/clients/{client_name}/audit-report.mdmust exist- For Shopify: store URL (public storefront API)
- For WooCommerce: store URL + API credentials
- For CSV: file path
- For URL: product page URLs to scrape
Step 1: Connect to Data Source
Shopify
# Public Storefront API — no auth needed
GET https://{store}.myshopify.com/products.jso
[Description truncada. Veja o README completo no GitHub.]