We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad8f0d2 + 3b6ea34 commit 119d369Copy full SHA for 119d369
src/Picqer/Carriers/SendCloud/Parcel.php
@@ -24,6 +24,8 @@
24
* @property bool requestShipment
25
* @property string order_number
26
* @property string tracking_number
27
+ * @property float total_order_value
28
+ * @property string total_order_value_currency
29
* @property string weight
30
* @property string sender_address
31
*
@@ -62,6 +64,8 @@ class Parcel extends Model
62
64
'order_number',
63
65
'insured_value',
66
'total_insured_value',
67
+ 'total_order_value',
68
+ 'total_order_value_currency',
69
'to_state',
70
'customs_invoice_nr',
71
'customs_shipment_type',
0 commit comments