Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 305 Bytes

stores_list.md

File metadata and controls

16 lines (10 loc) · 305 Bytes

Listing Stores

Below you will find a list of examples for common scenarios.

To learn about all available params, please check our API Reference.

Simple Call

<?php

$vendus  = new Vendus\Api('YOUR_API_KEY');
$stores = $vendus->stores->list();

?>