Skip to main content

Market

Market typically represents a geographical location to group locations. Markets can be defined hiearchical in nature.

Example:

Market NameParent Market
USA
North EastUSA
VirginiaNorth East
ChantillyVirginia
POST /controllers/locationClassification.ashx
ParameterTypeRequiredDescription
MarketNameStringYesName of the market - unique
ParentMarketIdintNoParent Market Id
ExternalMarketCodeStringNoExternal reference code for the market
MoQintNoMinimum order quantity - Defaults to -1. Specify 0 or higher to overwrite system settings
MoVintNoMinimum order value - Defaults to -1. Specify 0 or higher to overwrite system settings
Note
  • You can use ParentMarketName instead of MarketId

🧩 Market List API (Response)​

Hierarchical market data including market identifiers, names, levels, parent-child relationships, and ordering constraints such as minimum order quantity and value.

GET /Controllers/Market.ashx?action=list&start=0&limit=50&asArray=0
ParameterTypeDescription
MarketIdIntegerUnique identifier for the market
MarketNameStringDescriptive name of the market
MarketLevelIntegerLevel of the market in the hierarchy
ExternalMarketCodeStringMarket identifier from external systems (nullable)
MoQIntegerMinimum Order Quantity for the market
MoVIntegerMinimum Order Value for the market
ParentMarketIdIntegerID of the parent market in the hierarchy
ParentMarketStringName of the parent market (nullable)
ChildCountIntegerNumber of immediate child markets