Set location street address
set_location_addressUpdate a location's address for storefront and delivery/pickup. Preview changes via dry-run then apply with the returned digest; geocoding is automatic.
Instructions
Update a location address (shown on the storefront and used for delivery/pickup). Omit lat/lng — the server geocodes the address. Requires craveup login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| city | Yes | ||
| mode | No | Preview by default. Apply requires the exact returned planDigest. | dry-run |
| state | Yes | State, region, or emirate | |
| street | Yes | ||
| country | Yes | ||
| zipCode | Yes | ||
| timezone | Yes | Explicit IANA timezone for this physical location, for example America/Los_Angeles | |
| locationId | No | Omit to use CRAVEUP_LOCATION_ID | |
| planDigest | No | Exact digest returned by a dry-run of the same arguments. | |
| streetOptional | No | Suite / unit | |
| confirmationToken | No | Required exact phrase for destructive, paid, or release operations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| mode | Yes | ||
| status | Yes | ||
| changes | Yes | ||
| summary | Yes | ||
| operation | Yes | ||
| planDigest | Yes | ||
| environment | Yes | ||
| nextActions | Yes | ||
| schemaVersion | Yes |