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
  • Order Webhook​
  • Order Fulfillment Multiple Packages Event​

Was this helpful?

  1. OMS
  2. Webhooks
  3. Webhook Examples

Order Webhook

​Webhook triggers events that occur in the application with JSON Payloads over HTTP and other applications that subscribe to them, so that different applications can integrate with each other.

Order Webhook​

Order Fulfillment Multiple Packages Event​

(order.fulfillment.multiple_packages)

​Triggered when an order, especially Trendyol orders, split into multiple packages.

​JSON Payload Example:


{
  "event": {
    "type": "order.fulfillment.multiple_packages",
    "uuid": "9d1da36a8cb34a08b89de93f2babbbe8"
  },
  "payload": {
    "id": 5,
    "state": {
      "id": 20,
      "created_date": "2022-04-28T08:19:05.043377Z",
      "modified_date": "2022-04-28T08:19:05.043390Z",
      "translations": null,
      "name": "Waiting",
      "config": {},
      "enum_class": "OrderStatus",
      "enum_value": "200",
      "content_type": 2
    },
    "commands": [],
    "orderitem_set": [
      {
        "id": 8,
        "state": {
          "id": 20,
          "created_date": "2022-04-28T08:19:05.043377Z",
          "modified_date": "2022-04-28T08:19:05.043390Z",
          "translations": null,
          "name": "Waiting",
          "config": {},
          "enum_class": "OrderStatus",
          "enum_value": "200",
          "content_type": 2
        },
        "commands": [],
        "product": {
          "id": 8,
          "productimage_set": [],
          "created_date": "2022-04-28T08:19:09.284683Z",
          "modified_date": "2022-04-28T08:19:09.284702Z",
          "omnitron_id": 8,
          "name": "TcEBWQDsvVqF",
          "base_code": "TLPjjuzd",
          "sku": "sku_7",
          "barcode": null,
          "attributes": {},
          "attributes_kwargs": {},
          "extra_attributes": {},
          "remote_modified_date": null
        },
        "created_date": "2022-04-28T08:19:09.322323Z",
        "modified_date": "2022-04-28T08:19:09.322352Z",
        "omnitron_id": 8,
        "net_amount": "569.72",
        "price": "25.66",
        "price_currency": "eur",
        "retail_price": "77.85",
        "tax_rate": "1.39",
        "tax_amount": "19.17",
        "discount_amount": "8.42",
        "without_net_amount": "9.58",
        "installment_interest_amount": "3.78",
        "attributes": {},
        "attributes_kwargs": {},
        "image": null,
        "price_list": null,
        "stock_list": null,
        "extra_field": {},
        "parent_omnitron_id": null,
        "order": 5
      },
      {
        "id": 9,
        "state": {
          "id": 20,
          "created_date": "2022-04-28T08:19:05.043377Z",
          "modified_date": "2022-04-28T08:19:05.043390Z",
          "translations": null,
          "name": "Waiting",
          "config": {},
          "enum_class": "OrderStatus",
          "enum_value": "200",
          "content_type": 2
        },
        "commands": [],
        "product": {
          "id": 8,
          "productimage_set": [],
          "created_date": "2022-04-28T08:19:09.284683Z",
          "modified_date": "2022-04-28T08:19:09.284702Z",
          "omnitron_id": 8,
          "name": "TcEBWQDsvVqF",
          "base_code": "TLPjjuzd",
          "sku": "sku_7",
          "barcode": null,
          "attributes": {},
          "attributes_kwargs": {},
          "extra_attributes": {},
          "remote_modified_date": null
        },
        "created_date": "2022-04-28T08:19:09.325438Z",
        "modified_date": "2022-04-28T08:19:09.325458Z",
        "omnitron_id": 9,
        "net_amount": "320.54",
        "price": "60.56",
        "price_currency": "eur",
        "retail_price": "29.74",
        "tax_rate": "15.72",
        "tax_amount": "11.20",
        "discount_amount": "2.60",
        "without_net_amount": "16.71",
        "installment_interest_amount": "13.66",
        "attributes": {},
        "attributes_kwargs": {},
        "image": null,
        "price_list": null,
        "stock_list": null,
        "extra_field": {},
        "parent_omnitron_id": null,
        "order": 5
      },
      {
        "id": 10,
        "state": {
          "id": 20,
          "created_date": "2022-04-28T08:19:05.043377Z",
          "modified_date": "2022-04-28T08:19:05.043390Z",
          "translations": null,
          "name": "Waiting",
          "config": {},
          "enum_class": "OrderStatus",
          "enum_value": "200",
          "content_type": 2
        },
        "commands": [],
        "product": {
          "id": 8,
          "productimage_set": [],
          "created_date": "2022-04-28T08:19:09.284683Z",
          "modified_date": "2022-04-28T08:19:09.284702Z",
          "omnitron_id": 8,
          "name": "TcEBWQDsvVqF",
          "base_code": "TLPjjuzd",
          "sku": "sku_7",
          "barcode": null,
          "attributes": {},
          "attributes_kwargs": {},
          "extra_attributes": {},
          "remote_modified_date": null
        },
        "created_date": "2022-04-28T08:19:09.327456Z",
        "modified_date": "2022-04-28T08:19:09.327471Z",
        "omnitron_id": 10,
        "net_amount": "476.55",
        "price": "81.34",
        "price_currency": "eur",
        "retail_price": "52.00",
        "tax_rate": "13.36",
        "tax_amount": "12.92",
        "discount_amount": "7.78",
        "without_net_amount": "3.98",
        "installment_interest_amount": "4.34",
        "attributes": {},
        "attributes_kwargs": {},
        "image": null,
        "price_list": null,
        "stock_list": null,
        "extra_field": {},
        "parent_omnitron_id": null,
        "order": 5
      },
      {
        "id": 11,
        "state": {
          "id": 20,
          "created_date": "2022-04-28T08:19:05.043377Z",
          "modified_date": "2022-04-28T08:19:05.043390Z",
          "translations": null,
          "name": "Waiting",
          "config": {},
          "enum_class": "OrderStatus",
          "enum_value": "200",
          "content_type": 2
        },
        "commands": [],
        "product": {
          "id": 8,
          "productimage_set": [],
          "created_date": "2022-04-28T08:19:09.284683Z",
          "modified_date": "2022-04-28T08:19:09.284702Z",
          "omnitron_id": 8,
          "name": "TcEBWQDsvVqF",
          "base_code": "TLPjjuzd",
          "sku": "sku_7",
          "barcode": null,
          "attributes": {},
          "attributes_kwargs": {},
          "extra_attributes": {},
          "remote_modified_date": null
        },
        "created_date": "2022-04-28T08:19:09.329319Z",
        "modified_date": "2022-04-28T08:19:09.329333Z",
        "omnitron_id": 11,
        "net_amount": "322.66",
        "price": "61.28",
        "price_currency": "try",
        "retail_price": "67.54",
        "tax_rate": "13.34",
        "tax_amount": "11.49",
        "discount_amount": "6.75",
        "without_net_amount": "9.85",
        "installment_interest_amount": "16.72",
        "attributes": {},
        "attributes_kwargs": {},
        "image": null,
        "price_list": null,
        "stock_list": null,
        "extra_field": {},
        "parent_omnitron_id": null,
        "order": 5
      }
    ],
    "customer": {
      "email": "eVHCSE@oms.com",
      "first_name": "HwSgTR",
      "last_name": "hFAYmq",
      "phone_number": "05212767627",
      "erp_code": "ERP_nTDJ",
      "pk": 15,
      "channel": 21
    },
    "shipping_address": {
      "id": 11,
      "city": {
        "pk": 15,
        "name": "City_jkixXK",
        "country": 15,
        "is_active": true,
        "longitude": "35.07039960",
        "latitude": "41.11934290"
      },
      "country": {
        "pk": 15,
        "name": "Country_XNtpVr",
        "code": "FFc",
        "is_active": true,
        "longitude": "30.67567930",
        "latitude": "39.71466900"
      },
      "township": {
        "pk": 15,
        "name": "Township_ZJOlEa",
        "city": 15,
        "is_active": true,
        "longitude": "25.91267300",
        "latitude": "41.38989130"
      },
      "district": {
        "pk": 15,
        "name": "District_XUuJaa",
        "city": 15,
        "township": 15,
        "is_active": true,
        "longitude": "33.65379240",
        "latitude": "38.11131790"
      },
      "customer": {
        "email": "VQrTif@oms.com",
        "first_name": "aOXMUw",
        "last_name": "JmdMij",
        "phone_number": "05198891219",
        "erp_code": "ERP_vYvA",
        "pk": 16,
        "channel": 22
      },
      "address_type": "customer",
      "created_date": "2022-04-28T08:19:09.298410Z",
      "modified_date": "2022-04-28T08:19:09.298422Z",
      "omnitron_id": 15,
      "mapping": null,
      "title": "Title_rWAOMBtdjC",
      "is_active": true,
      "line": "Line lorem ipsum dolor sit amet.",
      "postcode": "954020",
      "notes": "Note lorem ipsum dolor sit amet.",
      "email": "mwyuAx@oms.com",
      "phone_number": null,
      "first_name": "bmuJsT",
      "last_name": "DUvVPe",
      "company_name": "tzwXrr",
      "tax_office": "jMQSeZ",
      "tax_no": "FAGwPZ",
      "e_bill_taxpayer": false
    },
    "billing_address": {
      "id": 12,
      "city": {
        "pk": 16,
        "name": "City_rSTueX",
        "country": 16,
        "is_active": true,
        "longitude": "31.13370800",
        "latitude": "39.73193060"
      },
      "country": {
        "pk": 16,
        "name": "Country_qrBpdP",
        "code": "mnH",
        "is_active": true,
        "longitude": "40.82091930",
        "latitude": "40.19056040"
      },
      "township": {
        "pk": 16,
        "name": "Township_Tcoxju",
        "city": 16,
        "is_active": true,
        "longitude": "30.30610940",
        "latitude": "36.69088620"
      },
      "district": {
        "pk": 16,
        "name": "District_VPymYm",
        "city": 16,
        "township": 16,
        "is_active": true,
        "longitude": "32.83178120",
        "latitude": "36.05800410"
      },
      "customer": {
        "email": "rTNHap@oms.com",
        "first_name": "RhjYKq",
        "last_name": "YLVEgX",
        "phone_number": "05613722327",
        "erp_code": "ERP_HsLw",
        "pk": 17,
        "channel": 23
      },
      "address_type": "customer",
      "created_date": "2022-04-28T08:19:09.312673Z",
      "modified_date": "2022-04-28T08:19:09.312694Z",
      "omnitron_id": 16,
      "mapping": null,
      "title": "Title_CQyAcgWhkj",
      "is_active": true,
      "line": "Line lorem ipsum dolor sit amet.",
      "postcode": "847174",
      "notes": "Note lorem ipsum dolor sit amet.",
      "email": "cRGmLz@oms.com",
      "phone_number": null,
      "first_name": "RRIuBc",
      "last_name": "SwcPVU",
      "company_name": "xBpJwJ",
      "tax_office": "sVWPTg",
      "tax_no": "YBvKYT",
      "e_bill_taxpayer": false
    },
    "channel": {
      "id": 20,
      "channel_type": "ciceksepeti",
      "created_date": "2022-04-28T08:19:09.286632Z",
      "modified_date": "2022-04-28T08:19:09.286648Z",
      "omnitron_id": 20,
      "name": "Channel_qmQMZV",
      "configuration": {},
      "is_active": true
    },
    "payment_type": "bkm_express",
    "retail_store": null,
    "delivery_range": null,
    "client_type": "instore",
    "delivery_type": null,
    "packages": [
      {
        "packageitem_set": [
          {
            "id": 9,
            "state": {
              "id": 57,
              "created_date": "2022-04-28T08:19:05.168739Z",
              "modified_date": "2022-04-28T08:19:05.168756Z",
              "translations": null,
              "name": "Waiting",
              "config": {},
              "enum_class": "PackageItemStatus",
              "enum_value": "100",
              "content_type": 4
            },
            "commands": [],
            "discrepancy_reason": null,
            "order_item": {
              "id": 11,
              "state": {
                "id": 20,
                "created_date": "2022-04-28T08:19:05.043377Z",
                "modified_date": "2022-04-28T08:19:05.043390Z",
                "translations": null,
                "name": "Waiting",
                "config": {},
                "enum_class": "OrderStatus",
                "enum_value": "200",
                "content_type": 2
              },
              "commands": [],
              "product": {
                "id": 8,
                "productimage_set": [],
                "created_date": "2022-04-28T08:19:09.284683Z",
                "modified_date": "2022-04-28T08:19:09.284702Z",
                "omnitron_id": 8,
                "name": "TcEBWQDsvVqF",
                "base_code": "TLPjjuzd",
                "sku": "sku_7",
                "barcode": null,
                "attributes": {},
                "attributes_kwargs": {},
                "extra_attributes": {},
                "remote_modified_date": null
              },
              "created_date": "2022-04-28T08:19:09.329319Z",
              "modified_date": "2022-04-28T08:19:09.329333Z",
              "omnitron_id": 11,
              "net_amount": "322.66",
              "price": "61.28",
              "price_currency": "try",
              "retail_price": "67.54",
              "tax_rate": "13.34",
              "tax_amount": "11.49",
              "discount_amount": "6.75",
              "without_net_amount": "9.85",
              "installment_interest_amount": "16.72",
              "attributes": {},
              "attributes_kwargs": {},
              "image": null,
              "price_list": null,
              "stock_list": null,
              "extra_field": {},
              "parent_omnitron_id": null,
              "order": 5
            },
            "transfer_order": null,
            "denial_reason": null,
            "created_date": "2022-04-28T08:19:09.537479Z",
            "modified_date": "2022-04-28T08:19:09.537494Z",
            "selected_barcode": null,
            "serial_no": null,
            "unit_weight": null,
            "package": 4
          }
        ],
        "order_number": "449225433900",
        "date_placed": "2022-04-28T08:19:00.497753Z",
        "city": "City_mKlloM",
        "channel_name": "Channel_qmQMZV",
        "payment_type": "bkm_express",
        "state": {
          "id": 36,
          "created_date": "2022-04-28T08:19:05.102489Z",
          "modified_date": "2022-04-28T08:19:05.102501Z",
          "translations": null,
          "name": "Waiting Remote Action",
          "config": {},
          "enum_class": "PackageStatus",
          "enum_value": "150",
          "content_type": 3
        },
        "number": "479381848963",
        "tracking_number": null,
        "id": 4,
        "shipping_address": {
          "id": 21,
          "city": {
            "pk": 27,
            "name": "City_mKlloM",
            "country": 27,
            "is_active": true,
            "longitude": "36.39996560",
            "latitude": "38.35017700"
          },
          "country": {
            "pk": 27,
            "name": "Country_pLWVxP",
            "code": "SGF",
            "is_active": true,
            "longitude": "25.18870850",
            "latitude": "38.62519200"
          },
          "township": {
            "pk": 27,
            "name": "Township_OFykVh",
            "city": 27,
            "is_active": true,
            "longitude": "43.73494150",
            "latitude": "36.47810950"
          },
          "district": {
            "pk": 27,
            "name": "District_pzKvmw",
            "city": 27,
            "township": 27,
            "is_active": true,
            "longitude": "37.79256440",
            "latitude": "36.14830780"
          },
          "customer": {
            "email": "QQSpvJ@oms.com",
            "first_name": "tvbfgr",
            "last_name": "AvvPwG",
            "phone_number": "05262387844",
            "erp_code": "ERP_OCMn",
            "pk": 28,
            "channel": 38
          },
          "address_type": "customer",
          "created_date": "2022-04-28T08:19:09.488810Z",
          "modified_date": "2022-04-28T08:19:09.488823Z",
          "omnitron_id": 27,
          "mapping": null,
          "title": "Title_cDQtWIEUSa",
          "is_active": true,
          "line": "Line lorem ipsum dolor sit amet.",
          "postcode": "780334",
          "notes": "Note lorem ipsum dolor sit amet.",
          "email": "NCfKyk@oms.com",
          "phone_number": null,
          "first_name": "RsKwbb",
          "last_name": "tDMTtg",
          "company_name": "IPBbYi",
          "tax_office": "KzlMFw",
          "tax_no": "LcbspU",
          "e_bill_taxpayer": false
        },
        "target_packing_date": "2022-04-28T08:19:00.502449Z",
        "order_id": 5,
        "stock_location": {
          "id": 6,
          "stock_location_type": "warehouse",
          "address": {
            "id": 6,
            "city": {
              "pk": 18,
              "name": "City_GcqQQg",
              "country": 18,
              "is_active": true,
              "longitude": "41.99200340",
              "latitude": "35.20198580"
            },
            "country": {
              "pk": 18,
              "name": "Country_oFdBMK",
              "code": "dUo",
              "is_active": true,
              "longitude": "33.92071130",
              "latitude": "40.40622020"
            },
            "township": {
              "pk": 18,
              "name": "Township_qHKkiw",
              "city": 18,
              "is_active": true,
              "longitude": "37.95573730",
              "latitude": "35.88999550"
            },
            "district": {
              "pk": 18,
              "name": "District_fXEtgc",
              "city": 18,
              "township": 18,
              "is_active": true,
              "longitude": "26.87806860",
              "latitude": "37.87879690"
            },
            "mapping": null,
            "title": "Title_JUyAlOGrwn",
            "is_active": true,
            "line": "Line lorem ipsum dolor sit amet.",
            "postcode": "875071",
            "notes": "Note lorem ipsum dolor sit amet.",
            "longitude": "28.13576330",
            "latitude": "35.32074040"
          },
          "engine": null,
          "tags": [],
          "created_date": "2022-04-28T08:19:09.348539Z",
          "modified_date": "2022-04-28T08:19:09.349051Z",
          "omnitron_id": 6,
          "name": "SL_LcMccTdb",
          "is_fulfillment_center": true,
          "is_pickup_location": true,
          "is_delivery_location": false,
          "is_return_available": false,
          "is_fast_delivery_available": false,
          "is_active": true,
          "priority": 2,
          "conf": {},
          "daytime_phone": "05487215582",
          "evening_phone": "05165000003",
          "fax_number": "02353382647",
          "email": "NNYbpU@oms.com",
          "target_packing_interval": "5 00:00:00",
          "target_transfer_interval": "3 00:00:00",
          "erp_code": "ERP_dEHw",
          "use_as_shipper_location": false
        },
        "commands": [],
        "shipment": null,
        "shipping_label": null,
        "order_gift_box_note": null,
        "order_has_gift_box": true,
        "order_retail_store_id": null,
        "invoice_number": null,
        "remote_id": null,
        "is_click_and_collect": false,
        "delivery_range": null,
        "shipment_date": null,
        "order_notes": null,
        "created_date": "2022-04-28T08:19:09.530978Z",
        "modified_date": "2022-04-28T08:19:09.530990Z",
        "extra_information": {},
        "channel_omnitron_id": 20,
        "delivery_type": null,
        "omnitron_order_id": 5
      },
      {
        "packageitem_set": [
          {
            "id": 8,
            "state": {
              "id": 57,
              "created_date": "2022-04-28T08:19:05.168739Z",
              "modified_date": "2022-04-28T08:19:05.168756Z",
              "translations": null,
              "name": "Waiting",
              "config": {},
              "enum_class": "PackageItemStatus",
              "enum_value": "100",
              "content_type": 4
            },
            "commands": [],
            "discrepancy_reason": null,
            "order_item": {
              "id": 10,
              "state": {
                "id": 20,
                "created_date": "2022-04-28T08:19:05.043377Z",
                "modified_date": "2022-04-28T08:19:05.043390Z",
                "translations": null,
                "name": "Waiting",
                "config": {},
                "enum_class": "OrderStatus",
                "enum_value": "200",
                "content_type": 2
              },
              "commands": [],
              "product": {
                "id": 8,
                "productimage_set": [],
                "created_date": "2022-04-28T08:19:09.284683Z",
                "modified_date": "2022-04-28T08:19:09.284702Z",
                "omnitron_id": 8,
                "name": "TcEBWQDsvVqF",
                "base_code": "TLPjjuzd",
                "sku": "sku_7",
                "barcode": null,
                "attributes": {},
                "attributes_kwargs": {},
                "extra_attributes": {},
                "remote_modified_date": null
              },
              "created_date": "2022-04-28T08:19:09.327456Z",
              "modified_date": "2022-04-28T08:19:09.327471Z",
              "omnitron_id": 10,
              "net_amount": "476.55",
              "price": "81.34",
              "price_currency": "eur",
              "retail_price": "52.00",
              "tax_rate": "13.36",
              "tax_amount": "12.92",
              "discount_amount": "7.78",
              "without_net_amount": "3.98",
              "installment_interest_amount": "4.34",
              "attributes": {},
              "attributes_kwargs": {},
              "image": null,
              "price_list": null,
              "stock_list": null,
              "extra_field": {},
              "parent_omnitron_id": null,
              "order": 5
            },
            "transfer_order": null,
            "denial_reason": null,
            "created_date": "2022-04-28T08:19:09.535767Z",
            "modified_date": "2022-04-28T08:19:09.535786Z",
            "selected_barcode": null,
            "serial_no": null,
            "unit_weight": null,
            "package": 3
          }
        ],
        "order_number": "449225433900",
        "date_placed": "2022-04-28T08:19:00.497753Z",
        "city": "City_HeCIVA",
        "channel_name": "Channel_qmQMZV",
        "payment_type": "bkm_express",
        "state": {
          "id": 36,
          "created_date": "2022-04-28T08:19:05.102489Z",
          "modified_date": "2022-04-28T08:19:05.102501Z",
          "translations": null,
          "name": "Waiting Remote Action",
          "config": {},
          "enum_class": "PackageStatus",
          "enum_value": "150",
          "content_type": 3
        },
        "number": "205822684507",
        "tracking_number": null,
        "id": 3,
        "shipping_address": {
          "id": 17,
          "city": {
            "pk": 23,
            "name": "City_HeCIVA",
            "country": 23,
            "is_active": true,
            "longitude": "36.30693570",
            "latitude": "36.73289960"
          },
          "country": {
            "pk": 23,
            "name": "Country_ITFxpO",
            "code": "VmP",
            "is_active": true,
            "longitude": "35.41967780",
            "latitude": "37.63625600"
          },
          "township": {
            "pk": 23,
            "name": "Township_mLPWUl",
            "city": 23,
            "is_active": true,
            "longitude": "28.38776270",
            "latitude": "38.80295090"
          },
          "district": {
            "pk": 23,
            "name": "District_RbaycK",
            "city": 23,
            "township": 23,
            "is_active": true,
            "longitude": "42.04090310",
            "latitude": "38.94770130"
          },
          "customer": {
            "email": "Wpxkej@oms.com",
            "first_name": "nMurfM",
            "last_name": "RJyWaG",
            "phone_number": "05750171376",
            "erp_code": "ERP_xYRd",
            "pk": 23,
            "channel": 31
          },
          "address_type": "customer",
          "created_date": "2022-04-28T08:19:09.425648Z",
          "modified_date": "2022-04-28T08:19:09.425660Z",
          "omnitron_id": 23,
          "mapping": null,
          "title": "Title_obKyJQlSiM",
          "is_active": true,
          "line": "Line lorem ipsum dolor sit amet.",
          "postcode": "055584",
          "notes": "Note lorem ipsum dolor sit amet.",
          "email": "QndcUf@oms.com",
          "phone_number": null,
          "first_name": "IEFlRX",
          "last_name": "vxpMum",
          "company_name": "TClQvy",
          "tax_office": "OBjsof",
          "tax_no": "cbZGra",
          "e_bill_taxpayer": false
        },
        "target_packing_date": "2022-04-28T08:19:00.502449Z",
        "order_id": 5,
        "stock_location": {
          "id": 6,
          "stock_location_type": "warehouse",
          "address": {
            "id": 6,
            "city": {
              "pk": 18,
              "name": "City_GcqQQg",
              "country": 18,
              "is_active": true,
              "longitude": "41.99200340",
              "latitude": "35.20198580"
            },
            "country": {
              "pk": 18,
              "name": "Country_oFdBMK",
              "code": "dUo",
              "is_active": true,
              "longitude": "33.92071130",
              "latitude": "40.40622020"
            },
            "township": {
              "pk": 18,
              "name": "Township_qHKkiw",
              "city": 18,
              "is_active": true,
              "longitude": "37.95573730",
              "latitude": "35.88999550"
            },
            "district": {
              "pk": 18,
              "name": "District_fXEtgc",
              "city": 18,
              "township": 18,
              "is_active": true,
              "longitude": "26.87806860",
              "latitude": "37.87879690"
            },
            "mapping": null,
            "title": "Title_JUyAlOGrwn",
            "is_active": true,
            "line": "Line lorem ipsum dolor sit amet.",
            "postcode": "875071",
            "notes": "Note lorem ipsum dolor sit amet.",
            "longitude": "28.13576330",
            "latitude": "35.32074040"
          },
          "engine": null,
          "tags": [],
          "created_date": "2022-04-28T08:19:09.348539Z",
          "modified_date": "2022-04-28T08:19:09.349051Z",
          "omnitron_id": 6,
          "name": "SL_LcMccTdb",
          "is_fulfillment_center": true,
          "is_pickup_location": true,
          "is_delivery_location": false,
          "is_return_available": false,
          "is_fast_delivery_available": false,
          "is_active": true,
          "priority": 2,
          "conf": {},
          "daytime_phone": "05487215582",
          "evening_phone": "05165000003",
          "fax_number": "02353382647",
          "email": "NNYbpU@oms.com",
          "target_packing_interval": "5 00:00:00",
          "target_transfer_interval": "3 00:00:00",
          "erp_code": "ERP_dEHw",
          "use_as_shipper_location": false
        },
        "commands": [],
        "shipment": null,
        "shipping_label": null,
        "order_gift_box_note": null,
        "order_has_gift_box": true,
        "order_retail_store_id": null,
        "invoice_number": null,
        "remote_id": null,
        "is_click_and_collect": false,
        "delivery_range": null,
        "shipment_date": null,
        "order_notes": null,
        "created_date": "2022-04-28T08:19:09.478004Z",
        "modified_date": "2022-04-28T08:19:09.478018Z",
        "extra_information": {},
        "channel_omnitron_id": 20,
        "delivery_type": null,
        "omnitron_order_id": 5
      },
      {
        "packageitem_set": [
          {
            "id": 7,
            "state": {
              "id": 57,
              "created_date": "2022-04-28T08:19:05.168739Z",
              "modified_date": "2022-04-28T08:19:05.168756Z",
              "translations": null,
              "name": "Waiting",
              "config": {},
              "enum_class": "PackageItemStatus",
              "enum_value": "100",
              "content_type": 4
            },
            "commands": [],
            "discrepancy_reason": null,
            "order_item": {
              "id": 9,
              "state": {
                "id": 20,
                "created_date": "2022-04-28T08:19:05.043377Z",
                "modified_date": "2022-04-28T08:19:05.043390Z",
                "translations": null,
                "name": "Waiting",
                "config": {},
                "enum_class": "OrderStatus",
                "enum_value": "200",
                "content_type": 2
              },
              "commands": [],
              "product": {
                "id": 8,
                "productimage_set": [],
                "created_date": "2022-04-28T08:19:09.284683Z",
                "modified_date": "2022-04-28T08:19:09.284702Z",
                "omnitron_id": 8,
                "name": "TcEBWQDsvVqF",
                "base_code": "TLPjjuzd",
                "sku": "sku_7",
                "barcode": null,
                "attributes": {},
                "attributes_kwargs": {},
                "extra_attributes": {},
                "remote_modified_date": null
              },
              "created_date": "2022-04-28T08:19:09.325438Z",
              "modified_date": "2022-04-28T08:19:09.325458Z",
              "omnitron_id": 9,
              "net_amount": "320.54",
              "price": "60.56",
              "price_currency": "eur",
              "retail_price": "29.74",
              "tax_rate": "15.72",
              "tax_amount": "11.20",
              "discount_amount": "2.60",
              "without_net_amount": "16.71",
              "installment_interest_amount": "13.66",
              "attributes": {},
              "attributes_kwargs": {},
              "image": null,
              "price_list": null,
              "stock_list": null,
              "extra_field": {},
              "parent_omnitron_id": null,
              "order": 5
            },
            "transfer_order": null,
            "denial_reason": null,
            "created_date": "2022-04-28T08:19:09.533911Z",
            "modified_date": "2022-04-28T08:19:09.533925Z",
            "selected_barcode": null,
            "serial_no": null,
            "unit_weight": null,
            "package": 2
          },
          {
            "id": 6,
            "state": {
              "id": 57,
              "created_date": "2022-04-28T08:19:05.168739Z",
              "modified_date": "2022-04-28T08:19:05.168756Z",
              "translations": null,
              "name": "Waiting",
              "config": {},
              "enum_class": "PackageItemStatus",
              "enum_value": "100",
              "content_type": 4
            },
            "commands": [],
            "discrepancy_reason": null,
            "order_item": {
              "id": 8,
              "state": {
                "id": 20,
                "created_date": "2022-04-28T08:19:05.043377Z",
                "modified_date": "2022-04-28T08:19:05.043390Z",
                "translations": null,
                "name": "Waiting",
                "config": {},
                "enum_class": "OrderStatus",
                "enum_value": "200",
                "content_type": 2
              },
              "commands": [],
              "product": {
                "id": 8,
                "productimage_set": [],
                "created_date": "2022-04-28T08:19:09.284683Z",
                "modified_date": "2022-04-28T08:19:09.284702Z",
                "omnitron_id": 8,
                "name": "TcEBWQDsvVqF",
                "base_code": "TLPjjuzd",
                "sku": "sku_7",
                "barcode": null,
                "attributes": {},
                "attributes_kwargs": {},
                "extra_attributes": {},
                "remote_modified_date": null
              },
              "created_date": "2022-04-28T08:19:09.322323Z",
              "modified_date": "2022-04-28T08:19:09.322352Z",
              "omnitron_id": 8,
              "net_amount": "569.72",
              "price": "25.66",
              "price_currency": "eur",
              "retail_price": "77.85",
              "tax_rate": "1.39",
              "tax_amount": "19.17",
              "discount_amount": "8.42",
              "without_net_amount": "9.58",
              "installment_interest_amount": "3.78",
              "attributes": {},
              "attributes_kwargs": {},
              "image": null,
              "price_list": null,
              "stock_list": null,
              "extra_field": {},
              "parent_omnitron_id": null,
              "order": 5
            },
            "transfer_order": null,
            "denial_reason": null,
            "created_date": "2022-04-28T08:19:09.532536Z",
            "modified_date": "2022-04-28T08:19:09.532549Z",
            "selected_barcode": null,
            "serial_no": null,
            "unit_weight": null,
            "package": 2
          }
        ],
        "order_number": "449225433900",
        "date_placed": "2022-04-28T08:19:00.497753Z",
        "city": "City_VeVqJg",
        "channel_name": "Channel_qmQMZV",
        "payment_type": "bkm_express",
        "state": {
          "id": 35,
          "created_date": "2022-04-28T08:19:05.099216Z",
          "modified_date": "2022-04-28T08:19:05.099230Z",
          "translations": null,
          "name": "Waiting",
          "config": {},
          "enum_class": "PackageStatus",
          "enum_value": "100",
          "content_type": 3
        },
        "number": "314653737746",
        "tracking_number": null,
        "id": 2,
        "shipping_address": {
          "id": 13,
          "city": {
            "pk": 19,
            "name": "City_VeVqJg",
            "country": 19,
            "is_active": true,
            "longitude": "39.18680560",
            "latitude": "38.56392600"
          },
          "country": {
            "pk": 19,
            "name": "Country_ZZXTie",
            "code": "iGm",
            "is_active": true,
            "longitude": "30.20830300",
            "latitude": "37.00265780"
          },
          "township": {
            "pk": 19,
            "name": "Township_awSNEP",
            "city": 19,
            "is_active": true,
            "longitude": "28.92648660",
            "latitude": "36.32034600"
          },
          "district": {
            "pk": 19,
            "name": "District_lziBtu",
            "city": 19,
            "township": 19,
            "is_active": true,
            "longitude": "25.31922550",
            "latitude": "39.17767470"
          },
          "customer": {
            "email": "yiNgcX@oms.com",
            "first_name": "doNgmY",
            "last_name": "qzTvBm",
            "phone_number": "05847933080",
            "erp_code": "ERP_Oynt",
            "pk": 18,
            "channel": 24
          },
          "address_type": "customer",
          "created_date": "2022-04-28T08:19:09.364004Z",
          "modified_date": "2022-04-28T08:19:09.364017Z",
          "omnitron_id": 19,
          "mapping": null,
          "title": "Title_QRiDMWTGvO",
          "is_active": true,
          "line": "Line lorem ipsum dolor sit amet.",
          "postcode": "111625",
          "notes": "Note lorem ipsum dolor sit amet.",
          "email": "NVqUAN@oms.com",
          "phone_number": null,
          "first_name": "ULjepD",
          "last_name": "fjDoBb",
          "company_name": "SDTRpK",
          "tax_office": "ZhhqUC",
          "tax_no": "xyAZiF",
          "e_bill_taxpayer": false
        },
        "target_packing_date": "2022-04-28T08:19:00.502456Z",
        "order_id": 5,
        "stock_location": {
          "id": 5,
          "stock_location_type": "warehouse",
          "address": {
            "id": 5,
            "city": {
              "pk": 17,
              "name": "City_ypooIr",
              "country": 17,
              "is_active": true,
              "longitude": "43.98435530",
              "latitude": "41.82134300"
            },
            "country": {
              "pk": 17,
              "name": "Country_kFQBTl",
              "code": "RVD",
              "is_active": true,
              "longitude": "42.72890980",
              "latitude": "36.22773010"
            },
            "township": {
              "pk": 17,
              "name": "Township_ELhypl",
              "city": 17,
              "is_active": true,
              "longitude": "25.14411840",
              "latitude": "41.37681400"
            },
            "district": {
              "pk": 17,
              "name": "District_zVkxfi",
              "city": 17,
              "township": 17,
              "is_active": true,
              "longitude": "32.66803750",
              "latitude": "35.24191380"
            },
            "mapping": null,
            "title": "Title_qBUPEjwxxA",
            "is_active": true,
            "line": "Line lorem ipsum dolor sit amet.",
            "postcode": "971616",
            "notes": "Note lorem ipsum dolor sit amet.",
            "longitude": "37.76025090",
            "latitude": "36.41517240"
          },
          "engine": null,
          "tags": [],
          "created_date": "2022-04-28T08:19:09.339313Z",
          "modified_date": "2022-04-28T08:19:09.340460Z",
          "omnitron_id": 5,
          "name": "SL_bpwGbvct",
          "is_fulfillment_center": true,
          "is_pickup_location": true,
          "is_delivery_location": false,
          "is_return_available": false,
          "is_fast_delivery_available": false,
          "is_active": true,
          "priority": 1,
          "conf": {},
          "daytime_phone": "05686436924",
          "evening_phone": "05888535948",
          "fax_number": "02031550166",
          "email": "oDTSGf@oms.com",
          "target_packing_interval": "5 00:00:00",
          "target_transfer_interval": "3 00:00:00",
          "erp_code": "ERP_zxIo",
          "use_as_shipper_location": false
        },
        "commands": [
          {
            "id": 1,
            "is_packageitem_parameter_required": false,
            "configuration": {},
            "translations": null,
            "command": "PKG_STATE_TRANSITION",
            "label": "Paketi Onayla",
            "ui_visibility": [
              "oms_web",
              "instore",
              "third_party"
            ],
            "source_state": 35,
            "destination_state": 37
          },
          {
            "id": 25,
            "is_packageitem_parameter_required": true,
            "configuration": {},
            "translations": null,
            "command": "DETECTED_OUT_OF_STOCK_ITEM",
            "label": "Paketlenemedi / Ürün bulunamadı",
            "ui_visibility": [
              "oms_web",
              "instore",
              "third_party"
            ],
            "source_state": 35,
            "destination_state": 51
          },
          {
            "id": 30,
            "is_packageitem_parameter_required": true,
            "configuration": {},
            "translations": null,
            "command": "DETECTED_OUT_OF_STOCK_ITEM",
            "label": "Defolu Ürün",
            "ui_visibility": [
              "oms_web",
              "instore",
              "third_party"
            ],
            "source_state": 35,
            "destination_state": 50
          },
          {
            "id": 32,
            "is_packageitem_parameter_required": false,
            "configuration": {},
            "translations": null,
            "command": "COMPLETE_PACKAGING_WITHOUT_SHIPMENT",
            "label": "Paketlemeyi Kargosuz Tamamla",
            "ui_visibility": [
              "oms_web",
              "instore",
              "third_party"
            ],
            "source_state": 35,
            "destination_state": 40
          },
          {
            "id": 16,
            "is_packageitem_parameter_required": false,
            "configuration": {},
            "translations": null,
            "command": "COMPLETE_PACKAGING",
            "label": "Paketlemeyi Tamamla",
            "ui_visibility": [
              "oms_web",
              "instore",
              "third_party"
            ],
            "source_state": 35,
            "destination_state": 40
          },
          {
            "id": 19,
            "is_packageitem_parameter_required": false,
            "configuration": {},
            "translations": null,
            "command": "CHANNEL_BASED_COMPLETE_PACKAGING",
            "label": "Paketlemeyi Tamamla",
            "ui_visibility": [
              "oms_web",
              "instore",
              "third_party"
            ],
            "source_state": 35,
            "destination_state": 40
          }
        ],
        "shipment": null,
        "shipping_label": null,
        "order_gift_box_note": null,
        "order_has_gift_box": true,
        "order_retail_store_id": null,
        "invoice_number": null,
        "remote_id": null,
        "is_click_and_collect": false,
        "delivery_range": null,
        "shipment_date": null,
        "order_notes": null,
        "created_date": "2022-04-28T08:19:09.415055Z",
        "modified_date": "2022-04-28T08:19:09.415069Z",
        "extra_information": {},
        "channel_omnitron_id": 20,
        "delivery_type": null,
        "omnitron_order_id": 5
      }
    ],
    "transfer_orders": [],
    "created_date": "2022-04-28T08:19:09.319858Z",
    "modified_date": "2022-04-28T08:19:09.319876Z",
    "omnitron_id": 5,
    "number": "449225433900",
    "date_placed": "2022-04-28T08:19:00.497753Z",
    "tracking_number": null,
    "has_gift_box": true,
    "gift_box_note": null,
    "notes": null,
    "segment": null,
    "cargo_company": 5
  }
}
PreviousWebhook ExamplesNextPackage Webhook

Last updated 27 days ago

Was this helpful?