ConvertedIn | DOCS
  • Overview
  • Before you start
    • Integrating Firebase Cloud Messaging for Push Notifications
  • Android
    • Getting started with Android SDK
  • IOS
    • Getting started with the iOS SDK
  • WooCommerce
    • Getting Started
    • Plugin installation steps
  • Shopify
    • Getting Started
  • API
    • Connect your store using API, Getting started
    • Categories
    • Products
    • Customers
    • Orders
    • Webhooks
  • magento | webhooks
    • Getting started
  • Salla
    • Getting started
  • Pixel
    • Getting Started
    • Client SDK
    • Integrate ConvertedIn Pixel using GTM
    • Shopify Integration for Initiate checkout Event
  • DSP
    • Getting Started
Powered by GitBook
On this page

Was this helpful?

  1. magento | webhooks

Orders

POST BASEURL/order

Headers

Name
Type
Description

Authorization

string

{
    "status": "ok"
}
{
    "status": "success"
}

payload, JSON

{
   "id":101905,
   "ordered_at":"2020-12-02 14:42:29.000000",
   "total_price":350,
   "subtotal_price":300,
   "total_tax":0,
   "taxes_included":0,
   "currency":"EGP",
   "country_code":"CA",
   "financial_status":"processing",
   "total_discounts":0,
   "phone":"01226699662",
   "customer_locale":null,
   "contact_email":"someone@example.com",
   "line_items":[
      {
         "product_id":324,
         "quantity":2,
         "price":50
      }
   ]
}

Last updated 6 months ago

Was this helpful?