Square · Capability

Square Commerce Operations

Unified workflow for commerce operations combining payments, orders, catalog, inventory, checkout, invoicing, subscriptions, and refunds. Used by commerce developers and business operators to manage the full sales lifecycle.

Run with Naftiko SquareCommercePaymentsOrdersCatalogInventory

What You Can Do

GET
List payments — List payments.
/v1/payments
POST
Create payment — Create a payment.
/v1/payments
GET
Get payment — Get payment details.
/v1/payments/{payment_id}
GET
List refunds — List refunds.
/v1/refunds
POST
Create refund — Refund a payment.
/v1/refunds
POST
Create order — Create an order.
/v1/orders
GET
Get order — Get order details.
/v1/orders/{order_id}
GET
List catalog — List catalog objects.
/v1/catalog
GET
List invoices — List invoices.
/v1/invoices
POST
Create subscription — Create a subscription.
/v1/subscriptions
GET
List payment links — List payment links.
/v1/checkout
POST
Create payment link — Create a payment link.
/v1/checkout
GET
List disputes — List disputes.
/v1/disputes

MCP Tools

list-payments

List payments taken by the account.

read-only
create-payment

Create a payment.

get-payment

Get details for a specific payment.

read-only
cancel-payment

Cancel a payment.

complete-payment

Complete a payment.

list-refunds

List payment refunds.

read-only
refund-payment

Refund a payment.

create-order

Create a new order.

search-orders

Search all orders.

read-only
get-order

Retrieve an order by ID.

read-only
list-catalog

List catalog objects.

read-only
upsert-catalog-object

Create or update a catalog object.

idempotent
get-catalog-object

Get a single catalog object.

read-only
search-catalog-objects

Search catalog objects.

read-only
batch-retrieve-inventory-counts

Retrieve inventory counts.

read-only
batch-change-inventory

Apply inventory adjustments.

list-invoices

List invoices for a location.

read-only
create-invoice

Create a draft invoice.

get-invoice

Get an invoice.

read-only
create-subscription

Create a subscription.

search-subscriptions

Search subscriptions.

read-only
list-payment-links

List payment links.

read-only
create-payment-link

Create a checkout payment link.

list-disputes

List payment disputes.

read-only
get-dispute

Get dispute details.

read-only
accept-dispute

Accept a dispute.

idempotent

APIs Used

square