LandTech Self Storage API is a free foundation plugin that securely connects your WordPress site to the WebSelfStorage API (U-Haul Self-Storage Affiliate Network) for real-time inventory, facility profile display, and seamless data sync. Production API paths can use v3 or v4 when Premium is active (see API version below).
Server-side requests use your stored API key and Entity ID—nothing is embedded in page source for visitors. Display facility profile data and move-in / availability inventory on any page via shortcodes. See SHORTCODES.md in the plugin folder for the full shortcode reference.
[landtech_self_storage], [landtech_wss_movein], [landtech_wss_location_sizes] (see SHORTCODES.md)[wss_api_*] shortcodes: Raw JSON wrappers for endpoints—for administrators debugging only; do not use on public pageslandtech-self-storage-api; default strings are English (see Language support below)For reservation forms, multi-facility support, waiting lists, Self Storage API Gutenberg blocks (Storage Units, Unit Types, All Units, Reservation Form, Rental Form, Waiting List — six blocks in Premium 1.4.4+), API v4 Features admin, unit card display options, analytics, and bundled multi-language packages, see Self Storage API Premium.
This free plugin is internationalization-ready. WordPress will load a translation if you install a matching landtech-self-storage-api-{locale}.mo (for example in wp-content/languages/plugins/) or when community translations are available for this plugin on WordPress.org. The template for translators (.pot) is included under languages/ in the plugin package.
Self Storage API Premium adds Self Storage API Premium-maintained compiled translations for many locales (for example German, Spanish, French, Italian, Brazilian Portuguese, and Japanese), RTL styles for admin and front-end, Self Storage API Gutenberg blocks, API v4 Features admin, a Language support help document under SelfStorage Documentation, and a much larger set of translatable admin and feature strings (reservations, waiting list, license tools, and more). For the full translated experience across Premium features, upgrade to Self Storage API Premium.
api.webselfstorage.com (the plugin uses wp_remote_get / wp_remote_post, not raw cURL)./wp-content/plugins/landtech-self-storage-api/, or in wp-admin go to Plugins Add New Upload Plugin and select the plugin zip, or search for LandTech Self Storage API if installing from WordPress.org.api.webselfstorage.com and that the API accepts your credentials.[landtech_self_storage] — Primary block: facility profile plus optional units (show_location, show_units).[landtech_wss_movein] — Move-in inventory only (useful if you disabled units on the main shortcode to avoid duplication).[landtech_wss_location_sizes] — Size-code / vacant-units table from /v3/location/{entity} for comparison with move-in data.[wss_api_*] (e.g. wss_api_location, wss_api_movein) — Administrators only; outputs raw JSON for troubleshooting. Do not publish on customer-facing pages.allow_url_fopen / firewall rules, that the API key matches your facility, and that the Entity ID matches WebSelfStorage records.You can obtain your API key from your WebSelfStorage account. Contact your storage network provider for more information about accessing the WebSelfStorage API.
The Entity ID is a unique identifier for your storage facility. It’s typically a 6-digit number (e.g., 019109). If you’re unsure of your Entity ID, you can leave it blank and the plugin will attempt to retrieve it from the API.
The free version supports a single facility. For multi-facility support, please check out LandTech Self Storage API Premium.
Free: The plugin is translation-ready. English ships by default; you can add custom .mo files or use WordPress.org language packs when available. See languages/TRANSLATORS.txt in the plugin. Premium ships pre-built .mo files for multiple locales and covers the full Premium UI—see Language support in this readme, then Self Storage API Premium to upgrade.
Default: WebSelfStorage API v3. Test Connection also probes v4 (GET /v4/test) and reports whether v4 is live for your API key.
Switch to v4 for production requests when using Self Storage API Premium: SelfStorage API v4 Features API path, or add to wp-config.php:
define( 'LANDTECH_SELFSTORAGE_WSS_API_VERSION', 'v4' );
The free plugin’s API client respects the shared version setting when Premium (or the constant) sets it. See SHORTCODES.md in this plugin folder.
Use the [landtech_self_storage] shortcode on any page or post. You can customize what’s displayed using the shortcode attributes:
* show_location="true" – Display facility location information (default: true)
* show_units="true" – Display available units (default: true)
Example: [landtech_self_storage show_location="true" show_units="true"]
Full attribute list and Premium shortcode pointer: see SHORTCODES.md in the plugin directory (or your copy from GitHub).
selfstorage_wss_api_version option (set in Premium SelfStorage API v4 Features API path), LANDTECH_SELFSTORAGE_WSS_API_VERSION in wp-config.php, or Premium reservation settings.[landtech_self_storage] and [landtech_wss_movein show_upgrade="true"] when Self Storage API Premium is active.Tested up to) after testing on WordPress 7.0.This plugin connects to an external API to display storage facility information and available units on your site. This is required for the plugin to function.
WebSelfStorage API (U-Haul Self-Storage Affiliate Network) — https://api.webselfstorage.com
/v3/location/ and /v3/movein/ to fetch location details (address, phone, hours) and available units with pricing. No site visitor personal data is sent. Data is sent when a page or post containing the shortcode is loaded, and when an administrator uses the settings page (e.g. testing the connection).