List stores
get_storesRetrieve a list of all darkstores for the retailer, including store IDs, status, and locations. Use these IDs to create orders, update stock, and apply 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 | |||