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 649d2fd commit b036984Copy full SHA for b036984
app/code/Magento/Sales/Api/Data/ShipmentInterface.php
@@ -33,7 +33,7 @@ interface ShipmentInterface extends \Magento\Framework\Api\ExtensibleDataInterfa
33
*/
34
const TOTAL_WEIGHT = 'total_weight';
35
/*
36
- * Total quantity. Can be greater than ordered (not validated).
+ * Total quantity. Can be greater than ordered quantity (not validated).
37
38
const TOTAL_QTY = 'total_qty';
39
0 commit comments