<?php
header('Content-Type: application/json');
$request = file_get_contents('php://input');
$req_dump = print_r( $request, true );
$json_data = file_put_contents( 'request.log', $req_dump );
$action = json_decode($json_data, true);
?>
{
"id": 13,
"name": "Testing",
"slug": "testing",
"permalink": "http:\/\/localhost\/wordpress4\/product\/testing\/",
"date_created": "2022-04-19T06:54:01",
"date_created_gmt": "2022-04-19T06:54:01",
"date_modified": "2022-04-19T06:54:01",
"date_modified_gmt": "2022-04-19T06:54:01",
"type": "simple",
"status": "publish",
"featured": false,
"catalog_visibility": "visible",
"description": "<p>Testing c<\/p>\n",
"short_description": "",
"sku": "",
"price": "",
"regular_price": "",
"sale_price": "",
"date_on_sale_from": null,
"date_on_sale_from_gmt": null,
"date_on_sale_to": null,
"date_on_sale_to_gmt": null,
"on_sale": false,
"purchasable": false,
"total_sales": 0,
"virtual": false,
"downloadable": false,
"downloads": [],
"download_limit": -1,
"download_expiry": -1,
"external_url": "",
"button_text": "",
"tax_status": "taxable",
"tax_class": "",
"manage_stock": false,
"stock_quantity": null,
"backorders": "no",
"backorders_allowed": false,
"backordered": false,
"low_stock_amount": null,
"sold_individually": false,
"weight": "",
"dimensions":
{
"length": "",
"width": "",
"height": ""
},
"shipping_required": true,
"shipping_taxable": true,
"shipping_class": "",
"shipping_class_id": 0,
"reviews_allowed": true,
"average_rating": "0.00",
"rating_count": 0,
"upsell_ids": [],
"cross_sell_ids": [],
"parent_id": 0,
"purchase_note": "",
"categories": [
{
"id": 15,
"name": "Uncategorized",
"slug": "uncategorized"
}],
"tags": [],
"images": [],
"attributes": [],
"default_attributes": [],
"variations": [],
"grouped_products": [],
"menu_order": 0,
"price_html": "",
"related_ids": [],
"meta_data": [],
"stock_status": "instock",
"has_options": false,
"_links":
{
"self": [
{
"href": "http:\/\/localhost\/wordpress4\/wp-json\/wc\/v3\/products\/13"
}],
"collection": [
{
"href": "http:\/\/localhost\/wordpress4\/wp-json\/wc\/v3\/products"
}]
}
}