Get All Stores
Retrieves a list of all stores in the system.Response
Returns an array of store objects.Unique identifier for the store
Geographic latitude coordinate of the store location
Geographic longitude coordinate of the store location
Country where the store is located
Maximum stock capacity of the store
Expected return rate for products at this store (as a decimal)
Current remaining capacity available at the store
Example Request
Example Response
Get Store By ID
Retrieves detailed information about a specific store.Path Parameters
The unique identifier of the store to retrieve
Response
Returns a single store object with the same structure as shown in the Get All Stores endpoint.Unique identifier for the store
Geographic latitude coordinate of the store location
Geographic longitude coordinate of the store location
Country where the store is located
Maximum stock capacity of the store
Expected return rate for products at this store (as a decimal)
Current remaining capacity available at the store
List of product items in demand