import magento from './magento.js';
import shopify from './shopify.js';
/**
* @module cpb-api/subscription
* @description
* ### CPB Subscriptions
* * Shopify Subscriptions are stored in the datastore://`custom-product-builder-production-tokens`.
* That kind does not have the shopifyStoreId but only the storeName. Therefore the join is required.
* Since there is no shop entity in the datastore the crawl among multiple kinds is required in order not to miss
* any shops.
* * Magento subscriptions are stored in the GCE Storage Bucket gs://`custom-product-builder-subscriptions-auth`
*/
export default { shopify, magento };
export { shopify, magento };