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

Customers

POST BASEURL/customer

Path Parameters

Name
Type
Description

Authorization

string

{
    "status": "ok"
}

payload, JSON

{
   "id":1739,
   "email":"salehmoharam@gmail.com",
   "first_name":"FirstName",
   "last_name":"lastName",
   "orders_count":23,
   "total_spent":184,
   "currency":"EGP",
   "phone":"01000000001",
   "registered_at":"2020-10-12 10:00:00",
   "gender":"male"
}

Last updated 4 years ago

Was this helpful?