Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-sales
Api
Data
ShipmentTrackInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Sales\Api\Data
;
7
8
use
Magento\Framework\Api\ExtensibleDataInterface
;
9
19
interface
ShipmentTrackInterface
extends
TrackInterface
,
ExtensibleDataInterface
20
{
24
/*
25
* Entity ID.
26
*/
27
const
ENTITY_ID
=
'entity_id'
;
28
/*
29
* Parent ID.
30
*/
31
const
PARENT_ID
=
'parent_id'
;
32
/*
33
* Weight.
34
*/
35
const
WEIGHT
=
'weight'
;
36
/*
37
* Quantity.
38
*/
39
const
QTY
=
'qty'
;
40
/*
41
* Order ID.
42
*/
43
const
ORDER_ID
=
'order_id'
;
44
/*
45
* Track number.
46
*/
47
const
TRACK_NUMBER
=
'track_number'
;
48
/*
49
* Description.
50
*/
51
const
DESCRIPTION
=
'description'
;
52
/*
53
* Title.
54
*/
55
const
TITLE
=
'title'
;
56
/*
57
* Carrier code.
58
*/
59
const
CARRIER_CODE
=
'carrier_code'
;
60
/*
61
* Created-at timestamp.
62
*/
63
const
CREATED_AT
=
'created_at'
;
64
/*
65
* Updated-at timestamp.
66
*/
67
const
UPDATED_AT
=
'updated_at'
;
68
75
public
function
setOrderId
(
$id
);
76
82
public
function
getOrderId
();
83
89
public
function
getCreatedAt
();
90
97
public
function
setCreatedAt
($createdAt);
98
104
public
function
getEntityId
();
105
112
public
function
setEntityId
($entityId);
113
119
public
function
getParentId
();
120
126
public
function
getUpdatedAt
();
127
134
public
function
setUpdatedAt
($timestamp);
135
142
public
function
setParentId
(
$id
);
143
150
public
function
setWeight
($weight);
151
157
public
function
getWeight
();
158
165
public
function
setQty
($qty);
166
172
public
function
getQty
();
173
180
public
function
setDescription
(
$description
);
181
187
public
function
getDescription
();
188
194
public
function
getExtensionAttributes
();
195
202
public
function
setExtensionAttributes
(
203
\
Magento
\Sales\Api\Data\ShipmentTrackExtensionInterface
$extensionAttributes
204
);
205
}
$description
$description
Definition:
pre_composer_update_2.3.php:162
Magento\Sales\Api\Data\ShipmentTrackInterface\UPDATED_AT
const UPDATED_AT
Definition:
ShipmentTrackInterface.php:67
Magento\Sales\Api\Data\ShipmentTrackInterface\getUpdatedAt
getUpdatedAt()
Magento\Sales\Api\Data\ShipmentTrackInterface\getOrderId
getOrderId()
Magento\Sales\Api\Data\ShipmentTrackInterface\setEntityId
setEntityId($entityId)
Magento\Sales\Api\Data\ShipmentTrackInterface\DESCRIPTION
const DESCRIPTION
Definition:
ShipmentTrackInterface.php:51
Magento\Sales\Api\Data\ShipmentTrackInterface\setQty
setQty($qty)
Magento\Sales\Api\Data\ShipmentTrackInterface\setDescription
setDescription($description)
Magento\Sales\Api\Data\ShipmentTrackInterface\CREATED_AT
const CREATED_AT
Definition:
ShipmentTrackInterface.php:63
Magento\Sales\Api\Data\ShipmentTrackInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Sales\Api\Data\ShipmentTrackInterface\TRACK_NUMBER
const TRACK_NUMBER
Definition:
ShipmentTrackInterface.php:47
Magento\Sales\Api\Data\ShipmentTrackInterface\CARRIER_CODE
const CARRIER_CODE
Definition:
ShipmentTrackInterface.php:59
$id
$id
Definition:
fieldset.phtml:14
Magento\Sales\Api\Data\ShipmentTrackInterface\ORDER_ID
const ORDER_ID
Definition:
ShipmentTrackInterface.php:43
Magento\Sales\Api\Data\ShipmentTrackInterface\TITLE
const TITLE
Definition:
ShipmentTrackInterface.php:55
Magento\Sales\Api\Data\ShipmentTrackInterface\setParentId
setParentId($id)
Magento\Sales\Api\Data\ShipmentTrackInterface\setUpdatedAt
setUpdatedAt($timestamp)
Magento\Sales\Api\Data\ShipmentTrackInterface\getWeight
getWeight()
Magento\Sales\Api\Data\ShipmentTrackInterface\ENTITY_ID
const ENTITY_ID
Definition:
ShipmentTrackInterface.php:27
Magento\Sales\Api\Data\TrackInterface
Definition:
TrackInterface.php:14
Magento\Sales\Api\Data\ShipmentTrackInterface\PARENT_ID
const PARENT_ID
Definition:
ShipmentTrackInterface.php:31
Magento\Sales\Api\Data\ShipmentTrackInterface\setOrderId
setOrderId($id)
Magento\Sales\Api\Data\ShipmentTrackInterface\QTY
const QTY
Definition:
ShipmentTrackInterface.php:39
Magento\Sales\Api\Data\ShipmentTrackInterface\getQty
getQty()
Magento\Sales\Api\Data\ShipmentTrackInterface\setWeight
setWeight($weight)
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento\Sales\Api\Data\ShipmentTrackInterface\getParentId
getParentId()
Magento
Magento\Sales\Api\Data\ShipmentTrackInterface\WEIGHT
const WEIGHT
Definition:
ShipmentTrackInterface.php:35
Magento\Sales\Api\Data
Definition:
CommentInterface.php:6
Magento\Sales\Api\Data\ShipmentTrackInterface
Definition:
ShipmentTrackInterface.php:19
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Sales\Api\Data\ShipmentTrackInterface\setCreatedAt
setCreatedAt($createdAt)
Magento\Sales\Api\Data\ShipmentTrackInterface\getCreatedAt
getCreatedAt()
Magento\Sales\Api\Data\ShipmentTrackInterface\getEntityId
getEntityId()
Magento\Sales\Api\Data\ShipmentTrackInterface\getDescription
getDescription()
Magento\Sales\Api\Data\ShipmentTrackInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Sales\Api\Data\ShipmentTrackExtensionInterface $extensionAttributes)