List stores
get_storesRetrieve all darkstores for the retailer, returning store IDs, status, location, address, and name. These store IDs are required for creating orders, updating stock, and applying discounts.
Instructions
All stores (darkstores) of the retailer (POST /b2b/v1/stores/get, no parameters). Returns {stores: [{id, status, location: {lat, lon}, address?, name?}]}. The store id is the WMS store id used by create_order, update_stocks and create_discounts; status values are not enumerated upstream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||