Create a channel
Creates a new channel on the current store. code is normalized to a
URL-safe slug (Point of Sale → point-of-sale); when omitted it’s
derived from name.
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
Response
201 - application/json
channel created
Spree Admin SDK

