Hello dinesh padala,
You just have to get all orders via api call which fullfillment_status is fulfilled:
$list = $api->call('GET', '/admin/orders.json', array('fulfillment_status' => 'shipped'));
Read this http://docs.shopify.com/api/order#index
Hello dinesh padala,
You just have to get all orders via api call which fullfillment_status is fulfilled:
$list = $api->call('GET', '/admin/orders.json', array('fulfillment_status' => 'shipped'));
Read this http://docs.shopify.com/api/order#index