You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The developer dashboard provides real-time visibility into your integration
114
-
health, helping you monitor performance, debug issues, and optimize your
115
-
implementation.
116
-
</p>
117
-
</div>
108
+
> [!TIP]
109
+
>
110
+
> **Developer Dashboard Benefits**
111
+
>
112
+
> The developer dashboard provides real-time visibility into your integration health, helping you monitor performance, debug issues, and optimize your implementation.
Always validate webhook signatures to ensure events come from Karrio. Store
253
-
webhook secrets securely and use HTTPS endpoints for receiving
254
-
notifications.
255
-
</p>
256
-
</div>
242
+
> [!WARNING]
243
+
>
244
+
> **Webhook Security**
245
+
>
246
+
> Always validate webhook signatures to ensure events come from Karrio. Store webhook secrets securely and use HTTPS endpoints for receiving notifications.
Use the developer tools regularly to monitor integration health, debug
553
-
issues proactively, and optimize performance. Set up appropriate alerts and
554
-
monitoring to catch issues before they impact users.
555
-
</p>
556
-
</div>
537
+
> [!TIP]
538
+
>
539
+
> **Developer Best Practices**
540
+
>
541
+
> Use the developer tools regularly to monitor integration health, debug issues proactively, and optimize performance. Set up appropriate alerts and monitoring to catch issues before they impact users.
Use template variables like `{order.order_id}` or `{customer.name}` to
151
-
dynamically populate document content. The system automatically replaces
152
-
these with actual data when generating documents.
153
-
</p>
154
-
</div>
145
+
> [!TIP]
146
+
>
147
+
> **Template Variables**
148
+
>
149
+
> Use template variables like `{order.order_id}` or `{customer.name}` to dynamically populate document content. The system automatically replaces these with actual data when generating documents.
155
150
156
151
## Template Designer Features
157
152
@@ -302,16 +297,11 @@ Show content based on conditions:
Template variables depend on the context where the template is used. Not all
311
-
data is available in every situation. Test templates thoroughly with
312
-
different data scenarios.
313
-
</p>
314
-
</div>
300
+
> [!WARNING]
301
+
>
302
+
> **Data Availability**
303
+
>
304
+
> Template variables depend on the context where the template is used. Not all data is available in every situation. Test templates thoroughly with different data scenarios.
The form remembers your preferences and automatically populates common
134
-
options like currency, shipping date, and package types based on your
135
-
previous shipments.
136
-
</p>
137
-
</div>
128
+
> [!TIP]
129
+
>
130
+
> **Smart Defaults**
131
+
>
132
+
> The form remembers your preferences and automatically populates common options like currency, shipping date, and package types based on your previous shipments.
138
133
139
134
### 4. Rate Comparison
140
135
@@ -211,15 +206,11 @@ For each item in the shipment:
Tracking accuracy depends on carrier data quality and update frequency. Some
270
-
carriers provide more detailed information than others, and rural deliveries
271
-
may have fewer tracking events.
272
-
</p>
273
-
</div>
260
+
> [!WARNING]
261
+
>
262
+
> **Tracking Limitations**
263
+
>
264
+
> Tracking accuracy depends on carrier data quality and update frequency. Some carriers provide more detailed information than others, and rural deliveries may have fewer tracking events.
0 commit comments