Skip to content

Sellerlogic

service_omni — Service: Sellerlogic Manager

Location: backend/service_omni/app/services/sellerlogic/sellerlogic_manager.py

Overview

  • Wrapper for Sellerlogic API focused on product retrieval, price evaluation and export helpers used by bundling and prepbusiness flows.

Primary helpers

  • get_products(filters) — Fetch paginated product lists with optional filtering.
  • get_pricing_evaluations(skus) — Run pricing evaluation calls.

Integration & notes

  • Credentials and token lifecycle are handled in services/sellerlogic/sellerlogic_credentials.py. Use the POST /sellerlogic/credentials/{id}/test endpoint after adding credentials to ensure access.