LandTech Self Storage API is a free foundation plugin that securely connects your WordPress site to the LandTech API for real-time inventory updates, automated bookings (when you wire forms or Premium reservation tools to the same API-backed data), and seamless data sync with WebSelfStorage API v3.
Server-side requests use your stored API key and Entity ID—nothing is embedded in page source for visitors, which keeps the integration easier to rotate and audit. Display facility profile data and move-in / availability inventory from the vendor API on any page via shortcodes.
/v3/location), move-in inventory (/v3/movein), and related calls used by the shortcodes[landtech_self_storage], [landtech_wss_movein], [landtech_wss_location_sizes] (see Installation)[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, analytics, advanced automation, and bundled multi-language packages (see Language support), see LandTech 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, 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.
The plugin uses WebSelfStorage API v3 (API version 2.7).
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"]
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).