Inventory
Stock availability and retail store inventory
Returns stock availability information across retail stores for a specific product.
Purpose: Enables "Click & Collect" functionality by showing which physical stores have a product in stock.
Response: Returns a list of retail stores with stock information, including:
Store location details (address, city, township)
Available stock quantity
Store contact information
Filtering: Use query parameters to narrow results by geographic area:
city_id: Show stores in a specific citytownship_id: Show stores in a specific townshipdistrict_id: Show stores in a specific district
Rate Limiting: This endpoint is rate-limited to prevent abuse. Excessive requests may be throttled.
Unique identifier of the product to check stock for.
12345Filter stores by city.
34Filter stores by township (ilçe).
450Filter stores by district (mahalle).
5670Store stock information retrieved successfully
Product not found
Rate limit exceeded
Returns retail store stock availability for all items in the user's basket.
Purpose: Enables "Click & Collect" checkout by finding stores that have all basket items in stock.
Authentication: Requires either:
Authenticated session (logged-in user)
Valid email identifier
Response: Returns stores that can fulfill the entire basket, including:
Store details with location information
Per-product availability status
Collection tag/identifier
Filtering: Same geographic filters as single-product stock query:
city_id,township_id,district_id
Filter stores by city.
34Filter stores by township (ilçe).
450Filter stores by district (mahalle).
5670Basket stock availability retrieved successfully
Authentication required.
User must be logged in or provide valid email identification.
Rate limit exceeded
Last updated
Was this helpful?

