Skip to content

Commit 5cb3c66

Browse files
committed
Add parcel dimension fields
1 parent d2de7b5 commit 5cb3c66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Picqer/Carriers/SendCloud/Parcel.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
* @property float $total_order_value
2828
* @property string $total_order_value_currency
2929
* @property string $weight
30+
* @property string $height
31+
* @property string $width
32+
* @property string $length
3033
* @property string $sender_address
3134
* @property integer $quantity
3235
*
@@ -60,6 +63,9 @@ class Parcel extends Model
6063
'telephone',
6164
'tracking_number',
6265
'weight',
66+
'height',
67+
'width',
68+
'length',
6369
'label',
6470
'customs_declaration',
6571
'order_number',

0 commit comments

Comments
 (0)