Action | Method | Resource | Description |
---|---|---|---|
Get all |
|
| Get all delivery options |
Get |
|
| Get delivery option by |
POST |
|
| Create a delivery option |
PUT |
|
| Edit a delivery option by |
DELETE |
|
| Delete a delivery option by |
The Wallet model is composed of the following attributes:
Attribute | Type | Required | Description | whereable |
---|---|---|---|---|
name | String | Yes | Name of the delivery option | |
delivery_type_id | Integer | Yes | Identifier of the delivery option | |
enabled | Boolean | Yes | Identifier to know if the delivery option is disabled. |