magento · Capability
Magento REST API — Customers
Magento REST API — Customers. 5 operations. Lead operation: Create a customer. Self-contained Naftiko capability covering one Magento business surface.
What You Can Do
POST
Createcustomer
— Create a customer
/v1/v1/customers
GET
Searchcustomers
— Search customers
/v1/v1/customers/search
GET
Getcustomer
— Get customer by ID
/v1/v1/customers/{customerid}
PUT
Updatecustomer
— Update a customer
/v1/v1/customers/{customerid}
DELETE
Deletecustomer
— Delete a customer
/v1/v1/customers/{customerid}
MCP Tools
create-customer
Create a customer
search-customers
Search customers
read-only
idempotent
get-customer-id
Get customer by ID
read-only
idempotent
update-customer
Update a customer
idempotent
delete-customer
Delete a customer
idempotent