//! # Introduction
//! You have to create a [`MarketContext`] to select a market
//! # Api paths
//! - Market: [`market`]
//! - Products: [`product`]
//! - Basket: [`market::basket::ReweBasket`]
//! - Offers: [`offer`]
#[cfg(test)]modtests;pubmoderrors;pubmodmodels;modpaths;pubmodmarket;pubmodproduct;pubmodoffer;pubusemodels::market_context::MarketContext;