Skip to Content
Model Context Protocol (MCP)Marketplaces & Dates

Marketplaces & Dates

Ask in plain language and your AI client fills these in for you. They are documented because a rejected request is nearly always one of the two — a marketplace code the server does not recognise, or a date in the wrong shape.

Marketplace codes

Codes are matched case-insensitively. Anything outside this set is rejected before the request reaches Propamp.

RegionCodes
North AmericaUS CA MX
South AmericaBR
EuropeUK IE DE FR IT ES NL BE PL SE CZ SK TR EU
Asia-PacificJP SG AU IN
Middle EastAE UAE SA

Some tools take a single marketplace; others take a list. EU is a convenience aggregate rather than a storefront, so results for EU and for the individual European codes are not interchangeable.

ℹ️

A code being supported by the server does not mean you have data for it. You get data for the marketplaces your Seller Central account actually sells in and Propamp has synced.

Dates

Calendar dates use YYYY-MM-DD:

2026-08-25 2026-12-31

Dashboard tools that compare periods take ISO-8601 UTC date-times inside a period or periods object instead of plain calendar dates. Your client handles the difference; the practical effect is that dashboard comparisons are period-to-period rather than day-to-day.

Enumerated values

FieldAccepted valuesUsed by
granularityDAILY WEEKLY MONTHLY QUARTERLY YEARLYP&L
scopeSINGLE THIS_AND_FOLLOWING SERIESExpense update and delete
sortBybalance velocity daysOfStock nameInventory and product lists
sortDirectionasc descAny paginated list

The expense scope values matter more than they look: expenses can be recurring, so updating or deleting one is a question of how many of the series you mean. SINGLE touches one occurrence, THIS_AND_FOLLOWING touches that one and everything after it, SERIES touches all of them.

Pagination

List tools take page and size, and most also accept a search string and marketplace or date filters. Responses carry the total count, so an assistant asked for “all” of something will page through rather than truncate silently.

Last updated on