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.
1 parent 94a34c3 commit 3b6ea34Copy full SHA for 3b6ea34
src/Picqer/Carriers/SendCloud/Parcel.php
@@ -23,6 +23,8 @@
23
* @property bool requestShipment
24
* @property string order_number
25
* @property string tracking_number
26
+ * @property float total_order_value
27
+ * @property string total_order_value_currency
28
* @property string weight
29
* @property string sender_address
30
*
@@ -60,6 +62,8 @@ class Parcel extends Model
60
62
'order_number',
61
63
'insured_value',
64
'total_insured_value',
65
+ 'total_order_value',
66
+ 'total_order_value_currency',
67
'to_state',
68
'customs_invoice_nr',
69
'customs_shipment_type',
0 commit comments