İçereği Atla
Odoo Menü
  • Portal
  • Ücretsiz deneyin
  • Uygulamalar
    Finans
    • Muhasebe
    • Faturalama
    • Masraf Yönetimi
    • Elektronik Çizelge (BI)
    • Belgeler
    • İmza
    Satış
    • Müşteri İlişkileri Yönetimi (CRM)
    • Satış
    • Satış Noktası Mağaza
    • Satış Noktası Restoran
    • Abonelikler
    • Kiralama
    Web Sitesi
    • Web Sitesi Oluşturucu
    • eTicaret
    • Blog
    • Forum
    • Canlı Sohbet
    • eÖğrenme
    Tedarik Zinciri
    • Envanter
    • Üretim
    • Ürün Yaşam Döngüsü Yönetimi
    • Satın Alma
    • Bakım
    • Kalite
    İnsan Kaynakları
    • Çalışanlar
    • İşe Alım
    • İzin
    • Değerlendirme
    • Referans
    • Filo Yönetimi
    Pazarlama
    • Sosyal Medyada Pazarlama
    • E-posta ile Pazarlama
    • SMS ile Pazarlama
    • Etkinlikler
    • Pazarlama Otomasyonu
    • Anket
    Hizmetler
    • Proje Yönetimi
    • Çalışma Çizelgeleri
    • Saha Hizmeti
    • Yardım Masası
    • Planlama
    • Randevular
    Verimlilik
    • Sohbet
    • Onay
    • Nesnelerin İnterneti
    • VoIP
    • Bilgi Bankası
    • WhatsApp
    Üçüncü taraf uygulamalar Odoo Stüdyo Odoo Bulut Platformu
  • Sektörler
    Perakende satış
    • Kitapçı
    • Giyim Mağazası
    • Mobilya Mağazası
    • Gıda Marketi
    • Hırdavat Dükkanı
    • Oyuncak Dükkanı
    Gıda ve Konaklama
    • Bar ve Pub
    • Restoran
    • Fast Food Restoranı
    • Konuk Evi
    • İçecek Distribütörü
    • Otel
    Gayrimenkul
    • Emlak Acentesi
    • Mimarlık Firması
    • İnşaat
    • Emlak Yönetimi
    • Bahçe Tasarımı
    • Mülk Sahipleri Derneği
    Uzmanlık
    • Muhasebe Firması
    • Odoo Partner
    • Pazarlama Ajansı
    • Hukuk Firması
    • Yetenek Kazanımı
    • Denetim ve Belgelendirme
    Üretim
    • Tekstil
    • Metal
    • Mobilyalar
    • Gıda
    • Bira fabrikası
    • Kurumsal Hediye
    Sağlık ve Spor
    • Spor Kulübü
    • Optik Mağazası
    • Fitness Merkezi
    • Sağlıklı Yaşam Merkezi
    • Eczane
    • Kuaför Salonu
    Ticaret
    • Tamirci
    • BT Donanım & Destek
    • Güneş Enerjisi Sistemleri
    • Ayakkabı İmalatçısı
    • Temizlik Hizmetleri
    • HVAC Hizmetleri
    Diğerleri
    • Kar Amacı Gütmeyen Kuruluş
    • Çevre Ajansı
    • Reklam Panosu Kiralama
    • Fotoğrafçılık
    • Bisiklet Kiralama
    • Yazılım Bayisi
    Tüm Sektörlere Göz Atın
  • Topluluk
    Öğrenim
    • Eğitim Araçları
    • Dokümantasyon
    • Sertifikasyonlar
    • Eğitim Etkinlikleri
    • Blog
    • Podcast
    Eğitim ve Gelişim
    • Eğitim Programı
    • Scale Up! İşletme Oyunu
    • Odoo'yu Ziyaret Edin
    Yazılım
    • İndirin
    • Sürümleri Kıyaslayın
    • Sürümler
    İş Birliği
    • Github
    • Forum
    • Etkinlikler
    • Çeviriler
    • Partner Olun
    • Partnerler için Hizmetler
    • Muhasebe Firmanızı Kaydettirin
    Hizmetler
    • Partner Bulun
    • Muhasebeci Bulun
    • Bir danışmanla görüşün
    • Kurulum Hizmetleri
    • Müşteri Referansları
    • Destek
    • Sürüm Yükseltme
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Demo randevusu alın
  • Fiyatlandırma
  • Yardım

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • Müşteri İlişkileri Yönetimi
  • e-Commerce
  • Muhasebe
  • Envanter
  • PoS
  • Proje Yönetimi
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
Yardım

Easypost Integration - Ship Collect/3rd Party?

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
shippingconnectorUPSv12easypost
7129 Görünümler
Avatar
Joe H

Hello,

Currently using Odoo SaaS v12

Does the Easypost integration with Odoo SaaS have an option to ship 3rd Party or collect on a customers account (ie allow it to bill a customer's account instead of shipping prepay & add)?  

I have that option with the UPS Connector & it looks possible with Easypost based on their API documentation, but it doesn't seem to configurable out of the box.


Thank you.

1
Avatar
Vazgeç
Paul Terpstra

Trying to find an answer as well. Does the code live in Easypost or Odoo? If in Odoo where and how do you place it?

From easypost I can see to bill duties/taxes back to sender you use this code:
"options": {
"incoterm": "DDP",
}

For third party I found this.

options: {
payment: {
type: "THIRD_PARTY",
account: "123456789",
country: "US",
postal_code: "84123"
}
duty_payment_account: "123456789",
incoterm: "DDP"
}

Question is does this have to pushed from Odoo to Easypost or can this be configured in Easypost?

Andrew Sanders

Has anyone made any headway on this? I've sent a request into to Easypost to see if they can shed light on it, would love any advice for implementing this

Joe H
Üretici

No headway made into this. I spoke with my Odoo rep recently & asked them to offer a built in app solution for Easypost or FedEx similar to how UPS is well integrated.

I also spoke with an Odoo partner who could setup the API integration, but that would require me to migrate my database to Odoo.sh instead of the Odoo Online option.

Andrey Kolesnikov

I see that this appears to be a relevant issue still.

Easypost API definitely supports receiver and third-party billing.

If helpful and viable for some, Steersman Co in Chicago had its Easypost integration since before it was available as a standard app in Odoo, and developed some advanced features onto it over time.

* Shipping paid by shipper, receiver, or third party (allows specifying account)
* Delivery method specified on SO, and propagates into delivery (can be modified on delivery)
* Delivery method and billing type can be set on Customer and populates into new SO's
* Rate shopping enabled across multiple specific carriers and service levels. For example, can rate shop USPS Priority, UPS Ground, UPS SurePost, FedEx Ground and UPS 2nd Day Air with a condition to pick cheapest rate as long as package is reported to arrive within 2 days.
* Multiple package sizes per shipping method for estimates (to enable estimates with small or large boxes or multiple boxes, based on weight)
* Estimates can have a margin (+/- %) and a markup (+/- specific dollar amount)
* Shipping method availability can be filtered by total order amount AND net order weight

Some config screenshots:
https://drive.google.com/file/d/1-vkinbzP3YsRN7ZPKmtE77upuF53FzFm/view?usp=sharing
https://drive.google.com/file/d/1rQM6IAYUD0TFfWQCkMgFliDN1XZBrpxW/view?usp=sharing
https://drive.google.com/file/d/1LAPmagWcC9Up23Ws3EksDhuE7Kq2K5Qj/view?usp=sharing

There are a few "however" things:

The app doesn't support the creation of return labels as Odoo's own app does. The module is only supplied to customers on Steersman's ERP cloud subscription. Not compatible with Odoo's default online store app.

Can check out how estimates work here: https://legionsafety.com/ (its one of the Odoo sites with our front-end tech).

Joe H
Üretici

Thanks Andrey -- you guys have a nice customized solution there with proper EasyPost Integration. Maybe you can license that to Odoo for their enterprise edition? If I wasn't 3 years in on the out-of-the-box platform, I'd consider migrating.

Andrey Kolesnikov

@joe, Thanks, its been long in the making, and since we work closely with clients - had to build stuff that works well in a real environment.

To be honest, well over half of our clients switched to working with us After implementing Odoo with somebody else (or after trying to do so for some time).

We've thought about the idea of trying to provide some of our bigger apps to Odoo so they offer them in the master Odoo system, I even messaged Fabrice (Odoo Americas director) about it, but I guess there wasn't any interest. We've built also a big PIM, image processing, TaxJar integration, pricing automation, product compatibility management, etc. So we just offer them on our own subscription hosting.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Üye Ol
İlgili Gönderiler Cevaplar Görünümler Aktivite
OOTB UPS Integration small things to understand/tips
shipping UPS
Avatar
0
Kas 25
134
Setting up UPS in v17 Çözüldü
shipping UPS odoo v17
Avatar
Avatar
Avatar
2
Ağu 25
984
Cannot Validate shipment
inventory shipping easypost
Avatar
Avatar
1
May 25
2321
Bpost connector
shipping connector odoo11
Avatar
0
Eki 18
4255
Return a value from Wizard [12]
integration shipping carrier v12
Avatar
0
Eyl 19
3970
Topluluk
  • Eğitim Araçları
  • Dokümantasyon
  • Forum
Açık Kaynak
  • İndirin
  • Github
  • Runbot
  • Çeviriler
Hizmetler
  • Odoo.sh Hosting
  • Destek
  • Sürüm Yükseltme
  • Özel Geliştirmeler
  • Eğitim
  • Muhasebeci Bulun
  • Partner Bulun
  • Partner Olun
Hakkında
  • Şirketimiz
  • Pazarlama Gereçleri
  • İletişim
  • Kariyer
  • Etkinlikler
  • Podcast
  • Blog
  • Müşteriler
  • Hukuki • Gizlilik
  • Güvenlik
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo, müşteri ilişkileri yönetimi, eTicaret, muhasebe, envanter, satış noktası, proje yönetimi gibi şirketinizin tüm ihtiyaçlarını karşılayan bir açık kaynak işletme uygulamaları paketidir.

Odoo’nun eşsiz değer önermesi, aynı anda hem kullanımının çok kolay olup hem de tamamen entegre olmasıdır.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now