Candidate Information

Name

Gnanatheeban
Sivagnanam

Email

gnana2315@gmail.com

Mobile

+94755900922

date of Birth

April 23, 1994

Are you willing to move to Muscat - Oman?

Yes

Monthly Salary Expectation

USD 5,000.00

Available to Join

Within a Month

Candidate Skills

Work Experience

Work
7-9

Development skills

PHP
HTML
CSS
Javascript
Wordpress
Elementor
Advanced Custom Fields (ACF)
JetEngine
GitHub
Python
RestAPI
Payment Gateway Integration
JSON / XML

Javascript object array

				
					let products = [
"add-products": [
            {
                    "product-id": 16,
                    "quantity": 5,
                    "price": 25.00
           },
           {
                    "product-id": 17,
                    "quantity": 7,
                    "price": 84.00
           },
           {
                    "product-id": 15,
                    "quantity": 10,
                    "price": 100.00
           },
],
"product-name": 0,
"quantity": 0,
"price": 0,
"object_id" 32
]
				
			

RestAPI

				
					post_params = JSON.stringify(products);
post(url, post_params);