Create a custom field definition
Required scope: write_settings (for API-key authentication).
POST
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Body
application/json
Custom field type identifier (one of the registered field-type class names).
Owner class, e.g. Spree::Product
Defaults to custom
Human-readable name; defaults to titleized key
When false, definition is admin-only (was display_on: back_end)
Response
201 - application/json
definition created
Spree Admin SDK

