Action | Method | Resource | Description |
---|
Get all | GET | /delivery_options | Get all delivery options |
Get | GET | /delivery_options/:delivery_option_id | Get delivery option by delivery_option_id |
POST | POST | /delivery_options | Create a delivery option |
PUT | PUT | /delivery_options/:delivery_option_id | Edit a delivery option by delivery_option_id |
DELETE | DELETE | /delivery_options/:delivery_option_id | Delete a delivery option by delivery_option_id |
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. | |