Skip to content

Commit a5ae609

Browse files
authored
Merge pull request #55 from artcore-society/main
Add parcel dimension properties
2 parents da25589 + 5cb3c66 commit a5ae609

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
@@ -28,6 +28,9 @@
2828
* @property float $total_order_value
2929
* @property string $total_order_value_currency
3030
* @property string $weight
31+
* @property string $height
32+
* @property string $width
33+
* @property string $length
3134
* @property string $sender_address
3235
* @property integer $quantity
3336
*
@@ -61,6 +64,9 @@ class Parcel extends Model
6164
'telephone',
6265
'tracking_number',
6366
'weight',
67+
'height',
68+
'width',
69+
'length',
6470
'label',
6571
'customs_declaration',
6672
'order_number',

0 commit comments

Comments
 (0)