PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/flavoredfog.co.uk/wp-content/plugins/woocommerce-dropshipping/ali-api/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/flavoredfog.co.uk/wp-content/plugins/woocommerce-dropshipping/ali-api/globals.php

<?php
$inputParams = [
	'title'=> 'My Product 03',
	'type' => 'simple',
	'sku' => 'SSSSST45V',
	'price' => '51.00',
	'regular_price' => '46.00',
	'sale_price' => '41.00',
	'description' => 'Trying it out for realqqqqqqq',
	'short_description' => 'Pellentesque habitanqqqqq',
	'manage_stock' => true,
	'stock_quantity' => '45',
	'weight' => '1.30',
	'dimensions' => [
		'length' => '12.00',
		'width' => '8.00',
		'height' => '3.00'
		
	],
	'tags' => [
		[
			'id' => '18'
		],
		[
			'id' => '19'
		]
	],
	'categories' => [
		[
			'id' => '16'
		],
		[
			'id' => '17'
		]
	],
	'images' => [
		[
			'src' => 'http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_4_front.jpg',
			'position' => 0
		],
		[
			'src' => 'http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_3_front.jpg',
			'position' => 0
		],
		[
			'src' => 'http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_2_front.jpg',
			'position' => 0
		],
		[
			'src' => 'http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_3_front.jpg',
			'position' => 0
		]

	],
	'attributes' => [
		[
			'name' => 'Color',
			'position' => 0,
			'visible' => true,
			'variation' => true,
			'options' => [
				'Black',
				'Green'
			]
		],
		[
			'name' => 'Size1',
			'position' => 0,
			'visible' => true,
			'variation' => true,
			'options' => [
				'S',
				'M'
			]
		],
		[
			'name' => 'Size2',
			'position' => 0,
			'visible' => true,
			'variation' => true,
			'options' => [
				'S',
				'M'
			]
		],
		[
			'name' => 'Size3',
			'position' => 0,
			'visible' => true,
			'variation' => true,
			'options' => [
				'S',
				'M'
			]
		]
	],
	'default_attributes' => [
		[
			'name' => 'Color',
			'option' => 'Black'
		],
		[
			'name' => 'Size1',
			'option' => 'S'
		]
	],
	'variations' => [				
		[
			'regular_price' => '29.98', 
			'attributes' => [					
				[ 
					'name'=>'Color', 
					'options'=>'Black' 
				]
			] 
		],
		[ 
			'regular_price' => '29.98',
			'attributes' => [
				[
					'name'=>'color', 
					'options'=>'Green' 
				]
			]
		]
	]
];

/* 

Sample Input JSON received from CBE (this includes all product details scraped from AliExpress site):

{
  "title": "My Product 03",
  "type": "simple",
  "sku": "SSSSST45V",
  "price": "51.00",
  "regular_price": "46.00",
  "sale_price": "41.00",
  "description": "Trying it out for realqqqqqqq",
  "short_description": "Pellentesque habitanqqqqq",
  "manage_stock": true,
  "stock_quantity": "45",
  "weight": "1.30",
  "dimensions": {
    "length": "12.00",
    "width": "8.00",
    "height": "3.00"
  },
  "tags": [
    {
      "id": "18"
    },
    {
      "id": "19"
    }
  ],
  "categories": [
    {
      "id": "16"
    },
    {
      "id": "17"
    }
  ],
  "images": [
    {
      "src": "http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_4_front.jpg",
      "position": 0
    },
    {
      "src": "http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_3_front.jpg",
      "position": 0
    },
    {
      "src": "http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_2_front.jpg",
      "position": 0
    },
    {
      "src": "http://demo.woothemes.com/woocommerce/wp-content/uploads/sites/56/2013/06/T_3_front.jpg",
      "position": 0
    }
  ],
  "attributes": [
    {
      "name": "Color",
      "position": 0,
      "visible": true,
      "variation": true,
      "options": [
        "Black",
        "Green"
      ]
    },
    {
      "name": "Size1",
      "position": 0,
      "visible": true,
      "variation": true,
      "options": [
        "S",
        "M"
      ]
    },
    {
      "name": "Size2",
      "position": 0,
      "visible": true,
      "variation": true,
      "options": [
        "S",
        "M"
      ]
    },
    {
      "name": "Size3",
      "position": 0,
      "visible": true,
      "variation": true,
      "options": [
        "S",
        "M"
      ]
    }
  ],
  "default_attributes": [
    {
      "name": "Color",
      "option": "Black"
    },
    {
      "name": "Size1",
      "option": "S"
    }
  ],
  "variations": [
    {
      "regular_price": "29.98",
      "attributes": [
        {
          "name": "Color",
          "options": "Black"
        }
      ]
    },
    {
      "regular_price": "29.98",
      "attributes": [
        {
          "name": "color",
          "options": "Green"
        }
      ]
    }
  ]
}

*/