Skip to main content

Peliqan

SendCloud

Average shipping cost per shipping method

SQL query for SendCloud

Calculate the average shipping cost per shipping method from the parcels table and shipping_methods table.

SELECT sm.name AS shipping_method, AVG(p.shipping_cost) AS avg_shipping_cost FROM parcels p JOIN shipping_methods sm ON p.shipping_method_id = sm.id GROUP BY sm.name

SendCloud data model

SendCloud
Parcels

SendCloud
Parcel Labels

SendCloud
Integrations

SendCloud
Integration Shipments

SendCloud
Pickups

SendCloud
Returns

SendCloud
Invoices

SendCloud
Shipping Methods

SendCloud
Sender Addresses

SendCloud
Brands

SendCloud
Contracts

SendCloud
Shipping Functionalities

SendCloud
Orders

Ready to get instant access to all your company data ?​

Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.