| Property | Description | Returns |
|---|---|---|
| hateoasLinks | Get the HATEOAS links for the record | array |
| editUrl | Get the url for editing the record. | string |
| deleteUrl | Get the url for deleting the record. | string |
| manageUrl | Get the url for managing records. | string |
| id | int | |
| name | string | |
| configuration | array | |
| created | Date the record was created. | DateTime |
| modified | Last modification date for the record. | DateTime |
| active | bool | |
| requestHook | Hook | |
| responseHook | Hook | |
| group | Group | |
| site | Site | |
| categories | Collection | |
| warehouses | Collection (Warehouse) | |
| zones | Collection |
Shipping\Models\Api\BaseMethod
Method