Commerce Layer · Capability
Commerce Layer Core API — Markets
Markets, merchants, stores, organization, and application singletons.
Commerce Layer Core API — Markets is a Naftiko capability published by Commerce Layer, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 11 operations across the GET, POST, PATCH, and DELETE methods.
The capability includes 6 read-only operations and 5 state-changing operations. Lead operation: List All Markets. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Commerce Layer.
Run with Naftiko
Commerce Layer
What You Can Do
GET
Listmarkets
—
/api/markets
POST
Createmarket
—
/api/markets
GET
Retrievemarket
—
/api/markets/{marketId}
PATCH
Updatemarket
—
/api/markets/{marketId}
DELETE
Deletemarket
—
/api/markets/{marketId}
GET
Listmerchants
—
/api/merchants
POST
Createmerchant
—
/api/merchants
GET
Liststores
—
/api/stores
POST
Createstore
—
/api/stores
GET
Retrieveorganization
—
/api/organization
GET
Retrieveapplication
—
/api/application
MCP Tools
commerce-layer-listmarkets
List All Markets
read-only
idempotent
commerce-layer-createmarket
Create A Market
commerce-layer-retrievemarket
Retrieve A Market
read-only
idempotent
commerce-layer-updatemarket
Update A Market
idempotent
commerce-layer-deletemarket
Delete A Market
idempotent
commerce-layer-listmerchants
List All Merchants
read-only
idempotent
commerce-layer-createmerchant
Create A Merchant
commerce-layer-liststores
List All Stores
read-only
idempotent
commerce-layer-createstore
Create A Store
commerce-layer-retrieveorganization
Retrieve The Organization Singleton
read-only
idempotent
commerce-layer-retrieveapplication
Retrieve The Application Singleton
read-only
idempotent