Quantcast
Channel: Opinion: Shopify Community - Shopify Apps
Viewing all articles
Browse latest Browse all 11091

SmartPro commented on can we implement filter in shopify app

$
0
0

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


Viewing all articles
Browse latest Browse all 11091