{plan.description}
+ ++ Choose the plan that best fits your business needs. All plans include access to our core features. +
++ Our vision for revolutionizing the shipping and logistics industry through continuous innovation and development. +
+{selectedItem.description}
+ +{item.title}
+- Offer your users a great experience from day one with fast - onboarding, accurate dashboards, and useful workflows – such as - returns, tracking notifications, and carrier management. + From marketplaces to enterprise logistics, Karrio provides a customizable platform to meet the unique requirements of different business models and industries.
- {`// Create a new shipment
-const shipment = await karrio.shipments.create({
- service: "fedex_ground",
- shipper: {
- company_name: "ACME Inc",
- address_line1: "123 Shipping St",
- postal_code: "V6M2V9",
- city: "Vancouver",
- country_code: "CA",
- },
- recipient: {
- name: "John Doe",
- address_line1: "456 Delivery Ave",
- postal_code: "27401",
- city: "Greensboro",
- country_code: "US",
- },
- parcels: [{
- weight: 1.5,
- weight_unit: "KG",
- width: 20,
- height: 10,
- length: 15,
- dimension_unit: "CM"
- }]
-});`}
-
+
- {`// Fetch shipment details and tracking
-const shipment = await karrio.shipments.retrieve('shp_123');
-const tracking = await karrio.tracking.get(shipment.tracking_number);
-
-console.log(tracking.status); // "in_transit"
-console.log(tracking.estimated_delivery); // "2024-01-28"
-console.log(tracking.events); // Array of tracking events`}
-
+
- {`// Add a new carrier account
-const carrierAccount = await karrio.carrierAccounts.create({
- carrier: "fedex",
- account_number: "123456789",
- account_country: "US",
- test_mode: false,
- active: true,
- credentials: {
- user_key: "YOUR_FEDEX_USER_KEY",
- password: "YOUR_FEDEX_PASSWORD",
- meter_number: "YOUR_FEDEX_METER_NUMBER",
- account_number: "YOUR_FEDEX_ACCOUNT_NUMBER"
- }
-});
-
-console.log(carrierAccount.id); // "ca_123456789"
-console.log(carrierAccount.status); // "active"`}
-
+ + Everything you need to know about Karrio and our services. +
++ Karrio provides a unified API that abstracts away the complexity of individual carrier integrations. We handle the maintenance, updates, and certification requirements for each carrier, allowing you to focus on your core business. +
++ We support 30+ major carriers globally, including USPS, FedEx, UPS, DHL, and many regional carriers. Our platform is continuously expanding to include more carriers based on customer needs. +
++ Yes! Our platform is designed to scale with your business. Start with our free tier and upgrade as your shipping needs grow. We offer solutions for businesses of all sizes. +
++ Our pricing is based on shipping volume and features needed. We offer a free tier for small businesses, a professional plan for growing companies, and custom enterprise solutions for large-scale operations. +
++ Yes, you can connect your existing carrier accounts to Karrio. We provide easy-to-use tools for managing multiple carrier accounts and credentials in one place. +
++ We provide different levels of support based on your plan. This includes community support, email support, priority support with faster response times, and dedicated support teams for enterprise customers. +
+- Showing {connections.length} of {pagination.count} connections -
++ Showing {startIndex + 1} to {Math.min(endIndex, connections.length)} of {connections.length} connections +
+No rate sheets found
-Add a rate sheet to get started
+Add a rate sheet to get started
+- Manage system-wide carrier connections that are available to all organizations. -
-- Manage carrier rate sheets and service configurations. -
-+ Manage system-wide carrier connections that are available to all organizations. +
++ Manage carrier rate sheets and service configurations. +
+- Overview of your platform configuration and API endpoints. -
-{metadata?.APP_NAME}
-{metadata?.APP_WEBSITE}
-{metadata?.HOST}
-{metadata?.GRAPHQL}
-{metadata?.OPENAPI}
-- Configure user access and platform behavior settings. -
-Allow user signup
-User signup requires admin approval
-- Configure SMTP settings for sending system emails and notifications. -
-{currentConfig.EMAIL_HOST || 'Not configured'}
-{currentConfig.EMAIL_PORT || 'Not configured'}
-{currentConfig.EMAIL_HOST_USER || 'Not configured'}
-{currentConfig.EMAIL_FROM_ADDRESS || 'Not configured'}
-- Set retention periods for different types of data before automatic cleanup. -
-{currentConfig.ORDER_DATA_RETENTION || 90} days
-{currentConfig.SHIPMENT_DATA_RETENTION || 90} days
-{currentConfig.API_LOGS_DATA_RETENTION || 30} days
-- Configure third-party services for address validation and autocomplete functionality. -
-- {currentConfig.GOOGLE_CLOUD_API_KEY ? '••••••••' : 'Not configured'} -
-- {currentConfig.CANADAPOST_ADDRESS_COMPLETE_API_KEY ? '••••••••' : 'Not configured'} -
-Allow user signup
-User signup requires admin approval
-+ Overview of your platform configuration and API endpoints. +
+{currentConfig.APP_NAME || metadata?.APP_NAME}
+{currentConfig.APP_WEBSITE || metadata?.APP_WEBSITE}
+{metadata?.HOST}
+{metadata?.GRAPHQL}
+{metadata?.OPENAPI}
++ Configure user access and platform behavior settings. +
+Allow user signup
+User signup requires admin approval
+Enable audit logging for system activities
++ Configure platform features and capabilities. +
+Allow users to have multiple accounts
+Enable admin dashboard access
+Enable multi-organization support
+Enable documents management
+Enable data import/export
+Persist SDK tracing
+Enable workflow management
+Enable orders management functionality
+Enable apps management functionality
++ Configure SMTP settings for sending system emails and notifications. +
+{currentConfig.EMAIL_HOST || 'Not configured'}
+{currentConfig.EMAIL_PORT || 'Not configured'}
+{currentConfig.EMAIL_HOST_USER || 'Not configured'}
+{currentConfig.EMAIL_FROM_ADDRESS || 'Not configured'}
++ Set retention periods for different types of data before automatic cleanup. +
+{currentConfig.ORDER_DATA_RETENTION || 90} days
+{currentConfig.SHIPMENT_DATA_RETENTION || 90} days
+{currentConfig.API_LOGS_DATA_RETENTION || 30} days
++ Configure third-party services for address validation and autocomplete functionality. +
++ {currentConfig.GOOGLE_CLOUD_API_KEY ? '••••••••' : 'Not configured'} +
++ {currentConfig.CANADAPOST_ADDRESS_COMPLETE_API_KEY ? '••••••••' : 'Not configured'} +
+Allow user signup
+User signup requires admin approval
+Enable audit logging for system activities
+Allow users to have multiple accounts
+Enable admin dashboard access
+Enable multi-organization support
+Enable documents management
+Enable data import/export
+Persist SDK tracing
+Enable workflow management
+Enable orders management functionality
+Enable apps management functionality
+