Products

Send Product

POST BASEURL convetedin/webhook/products

This endpoint allows you to get free cakes.

Headers

{
    "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