Skip to content

Instantly share code, notes, and snippets.

View mehulkaklotar's full-sized avatar
🏠
Working from home

Mehul Kaklotar mehulkaklotar

🏠
Working from home
View GitHub Profile
@haf
haf / LICENSE
Last active February 14, 2024 11:15
Setting up a digitalocean proxy
https://www.gnu.org/licenses/gpl-3.0.en.html
GNU GENERAL PUBLIC LICENSE v3
@sparkweb
sparkweb / get-multiple-orders.php
Last active September 18, 2021 15:54
Order Desk API: Order Methods
<?php
//Order Desk API: Get Order List
//To get your Store ID and API Key, go to Order Desk > Settings > Advanced
//Setup
$store_id = 0;
$api_key = "";
//Setup Query
$args = array(