Snipcart
app.snipcart.com
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.
api_key
free
1.0
https://app.snipcart.com/api
1
2026-03-01 11:09:26
Health
Capabilities
create_discount
e-commerceCreate 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
paymentsRetrieve 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
emailRetrieve 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
paymentsRetrieve 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
crmRetrieve 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
paymentsRetrieve 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.