Update Storefront
neuron_update_storefrontCreate or update the seller storefront (nestuge-style page). Handle is auto-generated from the display name if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | Short store bio | |
| handle | No | URL handle (a-z, 0-9, hyphens). Becomes /s/<handle>. | |
| enabled | No | Whether the storefront is public | |
| socials | No | Map of social links e.g. { instagram: 'https://...' } | |
| avatarUrl | No | ||
| brandColor | No | Hex brand colour e.g. #188A56 | |
| displayName | No | Store display name |