Hi dinesh padala,
You can get them with api call:
$list = $api->call('GET', '/admin/orders.json', array('status' => 'cancelled'));
Read this http://docs.shopify.com/api/order#index
Hi dinesh padala,
You can get them with api call:
$list = $api->call('GET', '/admin/orders.json', array('status' => 'cancelled'));
Read this http://docs.shopify.com/api/order#index