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 d2de7b5 commit 5cb3c66Copy full SHA for 5cb3c66
src/Picqer/Carriers/SendCloud/Parcel.php
@@ -27,6 +27,9 @@
27
* @property float $total_order_value
28
* @property string $total_order_value_currency
29
* @property string $weight
30
+ * @property string $height
31
+ * @property string $width
32
+ * @property string $length
33
* @property string $sender_address
34
* @property integer $quantity
35
*
@@ -60,6 +63,9 @@ class Parcel extends Model
60
63
'telephone',
61
64
'tracking_number',
62
65
'weight',
66
+ 'height',
67
+ 'width',
68
+ 'length',
69
'label',
70
'customs_declaration',
71
'order_number',
0 commit comments