Skip to content

Commit b036984

Browse files
committed
ACP2E-3032: [Documentation] Please mention that POST "ship" REST API call does not validate total shipped items quantity.
1 parent 649d2fd commit b036984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Api/Data/ShipmentInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ interface ShipmentInterface extends \Magento\Framework\Api\ExtensibleDataInterfa
3333
*/
3434
const TOTAL_WEIGHT = 'total_weight';
3535
/*
36-
* Total quantity. Can be greater than ordered (not validated).
36+
* Total quantity. Can be greater than ordered quantity (not validated).
3737
*/
3838
const TOTAL_QTY = 'total_qty';
3939
/*

0 commit comments

Comments
 (0)