Action | Method | Resource | Description |
---|---|---|---|
Get all |
|
| Get all checkout fields. |
Get |
|
| Get checkout field with id |
Create |
|
| Create a checkout field. |
Update |
|
| Update checkout field with |
Delete |
|
| Delete checkout field with |
The checkout field model is composed of the following attributes:
Attribute | Type | Required | Description | Whereable |
---|---|---|---|---|
name | string | no, required on create | The checkout field's name. | Yes |
type | string | no, required on create | The checkout field's type. | Yes |
required | boolean | no, required on create | If the checkout field is required. | Yes |
enabled | boolean | no, required in create | If the checkout field is active. | Yes |
Only the user type Administrator can create, update or remove checkout fields.