Skip to main content
An e-commerce widget is an embeddable product, subscription, or donation widget bound to a verified domain. Shop widgets are read-only in v1.

The shop widget object

type is one_time, subscription, or donation. fulfilmentType is digital, service, or physical. List responses include orderCount; the single-widget view adds imageUrls, interval, and trialDays. Stripe IDs and download URLs are never exposed.

List shop widgets

GET /v1/ecommerce-widgets — scope read:ecommerce. Supports page, limit, and domainId.

Get a shop widget

GET /v1/ecommerce-widgets/{id} — scope read:ecommerce.
To read a widget’s orders, see Orders.