eBay 커넥터 문제 해결하기

더 보기

eBay 커넥터에 대해 자세히 알아보려면 다음 페이지도 방문해 보세요.

Accept account deletion notifications

2021년 9월부터 eBay에서는 고객 계정에 대한 삭제/폐쇄 알림을 지원하는 것을 필수로 하고 있습니다. 따라서 eBay에서 계정 삭제 요청이 들어오면 모든 eBay 파트너는 요청 수신 여부를 확인하고 필요한 경우 추가적인 조치를 취해야 합니다.

Odoo에서는 알림 엔드포인트를 두고 있으며 이와 같은 알림 수신 및 요청에 대한 수신 확인, 그리고 연락처 에서 계정 세부 정보를 익명화하고 고객의 포털 액세스 권한을 제거하는 첫 번째 활동 세트를 처리합니다.

중요

Make sure to correctly set up the subscription to the marketplace account deletion notifications as eBay may temporarily disable the related eBay account until the subscription is completed.

Verify the installation of Odoo is up to date

엔드포인트를 활성화하려면 eBay 커넥터 - 계정 삭제 모듈을 설치해야 합니다. 2021년 9월 이후 Odoo 데이터베이스가 최초 생성된 경우 모듈이 자동으로 설치되며 관리자는 :ref:`다음 단계 <ebay/retrieve-endpoint-details>`로 진행할 수 있습니다.

최신 버전으로 Odoo 업데이트하기

The notification endpoint is made available through a new Odoo module; to be able to install it, the administrator must make sure that the Odoo source code is up-to-date.

  • 회사에서 Odoo.com 또는 Odoo.sh 플랫폼으로 Odoo를 사용하는 경우에는 코드가 이미 최신 상태이므로 다음 단계로 진행할 수 있습니다.

  • 회사에서 온프레미스를 설정했거나 파트너를 통해 Odoo를 사용하는 경우에는, 관리자는 반드시 참고 문서 페이지 에 설명된 대로 또는 통합 파트너에게 문의하여 설치를 업데이트해야 합니다.

사용할 수 있는 모듈 목록 업데이트하기

New modules must be discovered by the Odoo instance to be available in the Apps menu.

To do so, activate the developer mode, and go to Apps -> Update Apps List. A wizard will ask for confirmation.

Install the eBay Connector - Account Deletion update

경고

절대 새 모듈을 복제하지 않았거나 스테이지 환경에서 먼저 테스트하지 않고는 새 모듈을 설치해서는 안 됩니다. Odoo.com 고객의 경우 데이터베이스 관리 페이지에서 데이터베이스를 복제할 수 있습니다. Odoo.sh 사용자의 경우, 관리자가 스테이지 또는 복제 데이터베이스를 사용해야 합니다. 온프레미스 사용자의 경우, 관리자가 스테이지 환경에서 사용해야 합니다. 특정한 설정 하에서 새 모듈을 테스트하는 방법에 대해 자세한 내용은 통합 파트너에게 문의합니다.

모듈을 설치하려면 메뉴로 이동하여 검색 패싯을 제거한 후 `eBay`를 검색합니다. eBay 커넥터 - 계정 삭제 모듈이 있고 설치된 것으로 표시되는 경우 Odoo는 데이터베이스는 이미 최신 상태이므로 관리자는 다음 단계를 진행할 수 있습니다. 아직 설치되지 않은 경우 지금 설치하세요.

Retrieve endpoint details from Odoo

엔드포인트 세부 정보는 판매 ‣ 환경 설정 ‣ 설정 ‣ eBay 에서 확인할 수 있습니다. 먼저 생산 관리 앱 키생산 관리 인증서 키 에 임의의 텍스트 값을 입력합니다. 토큰 생성 을 클릭하여 인증 토큰 을 불러옵니다.

Odoo에서 인증 토큰을 생성합니다.

Subscribe to account deletion notifications

eBay 개발자 포털 로 이동합니다. 화면 오른쪽 상단의 안녕하세요 [사용자 이름] ` 으로 이동한 다음 :guilabel:`경고 알림 으로 이동하여 eBay에서 계정 삭제/알림 설정에 대한 환경 설정을 합니다.

Overview of the Alerts & Notifications dashboard of eBay

To subscribe to deletion/closure notifications, eBay needs a few details:

  • An email address to send notifications to if the endpoint is unreachable.

  • The endpoint details:

    • The URL to Odoo’s account deletion notification endpoint

    • A verification token

Dedicated fields to enter the endpoint details

The administrator can edit the last two fields once the email address field is filled out.

Verify the connectivity with the endpoint

After setting the retrieved endpoint details in eBay’s dashboard, consider testing the connectivity with the Send Test Notification button.

The following confirmation message should be received: “A test notification was sent successfully!”

Button to send test notification