Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ResourceConnection $resourceConnection) | |
execute (int $shipmentId, string $sourceCode) | |
Data Fields | |
const | SHIPMENT_ID = 'shipment_id' |
const | SOURCE_CODE = 'source_code' |
Save Shipment Source
Definition at line 15 of file SaveShipmentSource.php.
__construct | ( | ResourceConnection | $resourceConnection | ) |
ResourceConnection | $resourceConnection |
Definition at line 31 of file SaveShipmentSource.php.
execute | ( | int | $shipmentId, |
string | $sourceCode | ||
) |
int | $shipmentId | |
string | $sourceCode |
Definition at line 42 of file SaveShipmentSource.php.
const SHIPMENT_ID = 'shipment_id' |
Constant for fields in data array
Definition at line 20 of file SaveShipmentSource.php.
const SOURCE_CODE = 'source_code' |
Definition at line 21 of file SaveShipmentSource.php.