Retrieve an action
Retrieve a single action, including the full list of values it accepts, by its identifier.
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Path Parameters
The stable identifier of the action.
"set_shipping_method"
Response
OK
An action together with the full list of values it accepts.
Stable identifier for the action; use this in action payloads.
"set_insurance"
Name of the action.
"Set insurance"
Value type of the action — "SELECT", "TEXT", "NUMBER", …
"NUMBER"
Optional explanatory text shown next to the action in the UI.
If true, selecting this action should re-fetch dependent possibilities.
[[key, label], …] for SELECT-typed actions; empty for free-form.