| Method | Description | Returns |
|---|---|---|
| getStatusLabels() | Gets all available statuses with their labels | array |
| getStatusDisplay() | Gets status display label | string |
| getHateoasLinks() | Get the HATEOAS links for the record | array |
| getEditUrl() | Get the url for editing the record. | string |
| getId() | int | |
| getStatus() | string | |
| getExternalId() | string | |
| getTrackingCode() | string | |
| getCarrierName() | string | |
| getCarrierService() | string | |
| getCustomerNote() | string | |
| getCustomerPhone() | string | |
| getCreated() | Date the record was created. | DateTime |
| getModified() | Last modification date for the record. | DateTime |
| getDeliveryAddress() | Address | |
| getWarehouse() | Warehouse | |
| getOrder() | BaseOrder | |
| getSelectedShippingRate() | Rate | |
| getTransactions() | Collection (Transaction) | |
| isNewRecord() | Check if the record is a new record | bool |
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool |
| isVersionedModel() | Check whether a model is versioned | bool |
Inventory\Models\Backend\Fulfillment
Fulfillment