Snipcart

app.snipcart.com

Community

Snipcart is a developer-first HTML/JS shopping cart platform that adds e-commerce to any website. Its REST API allows agents to manage orders, products, customers, discounts, and subscriptions without a traditional e-commerce backend.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://app.snipcart.com/api

Crawl failures

1

Last verified

2026-03-01T11:09:26.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_discount

e-commerce

Create a discount code with a fixed amount or percentage off. Supports conditions like minimum order amount, product-specific restrictions, and expiry dates.

Detail: https://app.snipcart.com/api/capabilities/create_discount

get_order

payments

Retrieve the full details of a specific order by its token including line items, customer info, shipping details, payment status, and custom fields.

Detail: https://app.snipcart.com/api/capabilities/get_order

list_customers

email

Retrieve a paginated list of customers who have placed orders. Supports filtering by status, date range, and searching by name or email.

Detail: https://app.snipcart.com/api/capabilities/list_customers

list_orders

payments

Retrieve a paginated list of orders placed through Snipcart. Supports filtering by status, date range, and invoice number with configurable pagination.

Detail: https://app.snipcart.com/api/capabilities/list_orders

list_products

crm

Retrieve a paginated list of products tracked by Snipcart. Returns product statistics including total sales, number of orders, and current price information.

Detail: https://app.snipcart.com/api/capabilities/list_products

list_subscriptions

payments

Retrieve a paginated list of active subscriptions managed through Snipcart. Returns subscription details including plan, status, next billing date, and customer info.

Detail: https://app.snipcart.com/api/capabilities/list_subscriptions

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Snipcart
Description: Snipcart is a developer-first HTML/JS shopping cart platform that adds e-commerce to any website. Its REST API allows agents to manage orders, products, customers, discounts, and subscriptions without a traditional e-commerce backend.
Auth: api_key
Capabilities:
  - create_discount: Create a discount code with a fixed amount or percentage off. Supports conditions like minimum order amount, product-specific restrictions, and expiry dates.
  - get_order: Retrieve the full details of a specific order by its token including line items, customer info, shipping details, payment status, and custom fields.
  - list_customers: Retrieve a paginated list of customers who have placed orders. Supports filtering by status, date range, and searching by name or email.
  - list_orders: Retrieve a paginated list of orders placed through Snipcart. Supports filtering by status, date range, and invoice number with configurable pagination.
  - list_products: Retrieve a paginated list of products tracked by Snipcart. Returns product statistics including total sales, number of orders, and current price information.
  - list_subscriptions: Retrieve a paginated list of active subscriptions managed through Snipcart. Returns subscription details including plan, status, next billing date, and customer info.