SamCart
SamCart is a checkout and e-commerce platform for selling digital products, courses, memberships, and physical goods directly to customers, built around a high-converting CheckoutOS checkout, one-click upsells, subscriptions, and a courses/members area. The SamCart Public API (v1) is a REST API at https://api.samcart.com/v1 that gives programmatic read access to a marketplace's orders, products, customers, subscriptions, charges, and refunds, plus write actions to cancel or schedule cancellation of subscriptions, refund charges, and update order custom fields. Authentication is via an sc-api API key header, and API access is provisioned by the SamCart Support team rather than fully self-serve.
APIs
SamCart Orders API
Retrieve orders for a marketplace, filtered by date range or by funnel/upsell source, retrieve an individual order, and update order-level and upsell custom fields. Orders captu...
SamCart Products API
List the products in a SamCart marketplace and retrieve an individual product, including pricing, product type (one-time, subscription, or payment plan), and configuration used ...
SamCart Customers API
List customers in a marketplace and retrieve an individual customer by ID, including contact details and the orders, charges, and subscriptions associated with that customer.
SamCart Subscriptions API
Return all subscriptions within specified parameters, retrieve an individual subscription with its billing schedule and status, cancel a subscription immediately, or schedule a ...
SamCart Charges and Refunds API
Retrieve charges (including failed charges) and individual charges for a marketplace, list all refunds or an individual refund, and issue a full refund against an individual cha...