get https://cached.rebuyengine.com/api/v1/widgets/settings?id=&cache_key=
Returns all settings for a given widget.
GET /api/v1/widgets/settings?id={ Widget ID }&cache_key={Cache Key}
Notes
In order to get the most up to date widget settings from this endpoint, you must pull your cache key from your store's
user/config
. This can be done by either accessingwindow.Rebuy.shop.cache_key
or by hitting this endpoint:
https://rebuyengine.com/api/v1/user/config?shop={{myshopify domain here}}
and pulling it from
data.shop.cache_key
.