Create an action on a promotion
Adds a new action to a promotion. The type is the wire shorthand from GET /promotion_actions/types (e.g. free_shipping, create_item_adjustments). Fully-qualified Ruby class names are also accepted for backward compatibility.
Required scope: write_promotions (for API-key authentication).
POST
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Path Parameters
Response
action created
Spree Admin SDK

