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

Products

Send Product

POST BASEURL convetedin/webhook/products

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Authentication

string

Authentication token

{
    "status": "ok"
}

payload, JSON

{
    "status": "ok",
    "current_page": "1",
    "last_page": 13,
    "per_page": "1",
    "total": 13,
    "data": [
        {
            "id": "1",
            "category_id": "3",
            "title": "Converted1khjadsfhasdfkjldfsakjlafsdkl",
            "title_ar": "منتج الاختبار",
            "handle": "Converted1",
            "full_permalink": "http://ec2-34-255-1-231.eu-west-1.compute.amazonaws.com/converted1.html",
            "image": "http://ec2-34-255-1-231.eu-west-1.compute.amazonaws.com/media/catalog/product/cache/0bce2344240ed2b3abaa1c5f8cc5097b/w/e/welcome-img.png",
            "content": null,
            "type": "simple",
            "vendor": "",
            "price": "100.000000",
            "compare_at_price": null,
            "quantity": 99,
            "published_at": "2021-05-29 19:43:25",
            "tags": "",
            "images": [
                {
                    "path": "http://ec2-34-255-1-231.eu-west-1.compute.amazonaws.com/media/catalog/product/w/e/welcome-img.png",
                    "width": 150,
                    "height": 150
                }
            ]
        }
    ]
}

Last updated 6 months ago

Was this helpful?