Akinon Release Notes (05/12/2025) are now live! Click here to learn what's new.
LogoLogo
API Reference
  • Home
  • Quick Start
  • Tutorials
  • Technical Guides
  • Release Notes
  • Glossary
  • Welcome to Akinon Technical Guides
  • ACC
    • ACC CLI
    • Create Application via CLI
    • Deploy Environment Variables
    • App Store for Developers
  • Omnitron
    • Product Types
    • Product Categorization
    • Splitting a Merged Order Item
  • Commerce
    • Shipping Rules Calculator
    • Data Source Shipping Options
    • Attribute Based Shipping Options
    • Filtering Products
    • Conversation & Messages
    • Sitemap Configuration
    • Weight-Based Product Sales
    • Group Attribute Sets
    • Contract Management
    • Find in Store for Whippy Ware
    • Plugins
    • Remote Price
    • E-mail Templates
    • Loyalty Accounts
    • Search Structure
    • User Segmentation & Rules
    • Promotions
  • OMS
    • Getting Started with OMS
    • Basic Setup
    • Scenarios
    • Capacity Feature
    • Package Management
      • Packages
      • Transfer
      • States
    • Commands
      • Packages
        • Package Command Parameters
        • DeAllocate Package Reservations Command
        • Channel Based Complete Packaging without Shipment Command
        • Complete Packaging with Shipment Command
        • Complete Packaging without Shipment Command
        • Package Refuse with Denial Reason Command
        • Product Not Found & Wrong Product Command
        • Product Not Found & Wrong Product Command Advanced
        • Package Packed for Refund Command
        • Block The Package For Action Command
        • Unblock the Package For Action Command
        • Update The Package’s Invoice
        • Manual Planning Command
      • Transfer
        • Transfer Order Advanced Command
        • Product for Transfer Not Found & Wrong Product Command
        • Transfer Delivered Command
        • Transfer Dispatch Command
        • Transfer Ready for Dispatch Command
        • Transfer Out Of Stock
      • Shipment
        • Shipment Order Command
        • Package Advanced Shipment Command
        • Ship The Package Command
        • Ship The Package without Shipment Integration Command
        • Update The Package’s Shipment Status Command
        • Update Shipment Info of Package Command
    • Inventory Locations & Engine
      • Properties & Domain Relation
      • Customization
      • Inventory Engine
    • Fulfillment
      • Shipments
      • Invoice Integration
    • Webhooks
      • Webhook Examples
        • Order Webhook
        • Package Webhook
        • Shipment Webhook
        • Stock Location Webhook
        • Transfer Webhook
    • Integrating OMS with Seller Center
  • Instore
    • Getting Started
    • Cash Register Integration
    • OTP (One Time Password) Process
    • Services
      • Password Reset Services
  • Marketplace Dashboard
    • N11 Marketplace Setup Configurations
    • Trendyol Marketplace Setup Configurations
    • Walmart Marketplace Setup Configurations
    • Amazon Marketplace Setup Configurations
    • Hepsiburada Marketplace Setup Configurations
  • Project Zero
    • Django
      • Basic Setup
      • Project Structure
        • Templates & Components
        • Private Dependencies
        • Omnife Project Submodule
        • Webpack
        • ESLint Rules
        • Bundles
        • Multilanguage & Translation
        • Environmental File
        • Custom Error Pages
        • Icon Font
      • Page Types
        • Static Pages & Flatpages
        • Account Page
          • Template Rendering in Account Pages
          • Forms & Validation
        • Basket Page
          • Redux Basket State
          • Basket Page - View
        • Checkout
          • Redux Checkout State
          • View & Template Rendering
          • Masking & Validation
      • Theming & Styling
      • Widgets
      • SEO Management
      • Extending Project Zero
    • Next.js
      • Basic Setup
      • Deployment
      • Static Assets
      • Plugins
      • Widgets
      • Icons
      • Localization
      • SEO Management
      • Advanced Usage
      • Data Fetching
        • Client
          • Account
          • Address
          • Basket
          • Checkout
          • Misc
          • Product
          • User
          • Wishlist
        • Server
          • Category
          • Flat Page
          • List
          • Menu
          • Product
          • SEO
          • Special Page
          • Widget
  • App Maker
    • Setup Your Environment
    • Plugin Quickstart
    • Create Project
    • Setup Existing Project
    • Deploy Project
    • Users and Roles
    • Add Public Key
    • App Maker CLI
    • Create App on Stores
      • Creating App on Apple App Store
      • Creating App on Google Play Store
    • Mobile App Framework
      • Configuration
      • Framework
      • Project Structure
        • Structure
        • Data Containers
        • Pages
      • Dependency Integration
        • Plugins
        • Akinon Plugin Adapter
  • Akifast
    • HPP
      • Getting Started
      • Authorization
      • Payment Session Creation
        • Key Points Before Creating a Payment Session
        • Creating Payment Session
        • Redirecting to the Payment Page
        • Errors Encountered During Payment Session Creation
      • Merchant Services
        • Shipping Query URL
        • Agreement Query URL
        • Other URLs
  • B2B
    • Getting Started
    • B2B Setup
  • Adds-on
    • Invoicer
      • Introduction
      • Invoice & Pay On Delivery Service
  • Channel App Template
    • Introduction
    • Installation and Usage
    • Development Steps
      • Folder Structure
      • Starting Step
      • Encoding the Sales Channel
        • Introduction
        • Setup
        • Products
        • Product Price
        • Product Stock
        • Product Image
        • Orders
        • Product Data
      • Adding a New Command to Akinon
      • Listening for External Requests
    • Architecture
      • Introduction
      • Integration
      • Services (Flows)
        • Introduction
        • Product Service
        • Price Service
        • Stock Service
        • Image Service
        • Order Service
  • Multi Regional Settings
    • Multi Regional Settings
Powered by GitBook

© 2025 Akinon. All rights reserved.

On this page
  • Overview of OMS–Seller Center Integration
  • Integration Setup Process
  • Additional Notes

Was this helpful?

  1. OMS

Integrating OMS with Seller Center

PreviousTransfer WebhookNextInstore

Last updated 16 days ago

Was this helpful?

This document provides information on how to integrate and configure the OMS (Order Management System) with the Seller Center.

Overview of OMS–Seller Center Integration

The OMS-Seller Center integration allows seamless communication between the OMS and the Seller Center. Through this integration, orders flow through the Seller Center instead of Omnitron, and both orders and their related packages are managed via the OMS.

Only order and address data are transmitted from the Seller Center as part of this integration. OMS’s other dependencies on Omnitron remain intact.

A high-level architecture diagram for the integration is provided below.

Integration Setup Process

1

Deactivating Omnitron Webhooks

During the setup, automatically registered webhooks in Omnitron must be deactivated.

You can access the webhooks using the following endpoint:

{base_url}/api/v1/whisperer/hooks/?limit=999

The following webhooks should be deactivated:

  • cancellation_plan.created

  • cancellation_plan.updated

  • order.created

  • order.updated

  • retail_store.created

  • retail_store.updated

2

Configuring OMS Application Settings for Seller Center Integration

To enable integration, endpoints normally used for order flows with Omnitron must be redirected to the Seller Center. This redirection is achieved by updating the relevant configurations in the OMS Application Settings.

Configuration Key: OMNITRON_CLIENT_SETTINGS

{
  "key": "OMNITRON_CLIENT_SETTINGS",
  "json_value": {
    "auth": {
      "username": "username",
      "password": "password"
    },
    "urls": {
      "oms_url": "{base_url}/api/v1",
      "base_url": "{base_url}/api/v1"
    },
    "timeouts": {
      "read": 6000,
      "connect": 6000
    },
    "endpoint_conf": [
      {
        "endpoint": "order_item_bulk_update",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "orders",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "orderitem_set",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "cancellation_plans",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "countries",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "countries_count",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "countries_with_code",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "cities",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "townships",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "townships_count",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "districts",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      },
      {
        "endpoint": "districts_count",
        "base_url": "{base_url}/api/v1/applications/oms",
        "auth": { "token": "your_token_here" }
      }
    ]
  }
}

Ensure that:

  • Authentication credentials are correct,

  • base_url is updated,

  • All relevant endpoints (e.g., orders, orderitem_set, cities, districts, etc.) are listed with valid tokens.

3

Defining OMS Webhooks for Package Events

These webhook definitions can be created either via the UI or through the API. Below are the required webhook types and their corresponding target_urls.

  • Package Created: {seller_center_base_url}/api/v1/applications/oms/packages/ Webhook:

    • package.created

  • Package Status Updates: {seller_center_base_url}/api/v1/applications/oms/packages/update-status/ Webhook:

    • package.status.preparing

    • package.status.packed

    • package.status.delivered

    • package.status.shipped

    • package.status.packed_for_refund

    • package.status.out_of_stock

    • package.status.ready_for_customer_pickup

    • package.status.cancelled

4

Configuring Seller Center Settings for OMS Integration

  • Request the supplier_code from Seller Center for the seller and enter it into the OMS Application Settings.

  • Configure order filtering rules.

  • Define required status transitions for order processing.

  • Set up shipping configuration parameters.

  • Register all required business scenarios within the system.


Additional Notes

  • On the Seller Center side, a single static channel is sent along with each order.

  • This channel is created when the first order is received.

  • Therefore, if OMS scenarios depend on a specific channel, those configurations must be applied after the first order has been created.