Export SKU Mappings as CSV
GET /api/customers/:customer_id/sku-mappings/export
Export all SKU mappings for a customer as a CSV file download. The response is a CSV with columns customer_sku and product_id. Use this as a template for the import endpoint.
Request