| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 211 |
| Technical Name |
shippingbo_connector |
| License | OPL-1 |
| Website | https://catalyt.fr |
ShippingBo Connector
Sync your Odoo stock and orders with ShippingBo
Key Features
Nightly Stock Sync
Automatically synchronize stock quantities from ShippingBo to Odoo every night via a scheduled job. No manual export/import required.
Order Push
Send sale orders to ShippingBo with shipping and billing addresses resolved automatically.
OAuth2 Authentication
Connects to ShippingBo using OAuth2. Tokens are refreshed automatically so your integration never breaks due to expired credentials.
How It Works
- Go to Settings > ShippingBo and fill in your API credentials (Client ID, Client Secret, App ID, Redirect URI, Refresh Token).
- Select the Odoo stock location that ShippingBo manages.
- The scheduled job runs nightly and updates Odoo stock quantities to match ShippingBo.
- Use the provided methods (
send_to_shippingbo,update_shippingbo_state,update_shippingbo_items) in your own flows to push orders to ShippingBo.
Configuration
All configuration is done from Settings > ShippingBo:
- Client ID / Client Secret — from your ShippingBo developer app
- App ID — required header for ShippingBo API calls
- Redirect URI — must match the URI registered in ShippingBo
- Refresh Token — obtained once via OAuth2 authorization; auto-renewed thereafter
- Stock Location — the Odoo internal location to synchronize
Support
For questions or support, contact us at stanislas@catalyt.fr or visit catalyt.fr.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 211 |
| Technical Name |
shippingbo_connector |
| License | OPL-1 |
| Website | https://catalyt.fr |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module