export * from './shopify' import { StoreAPI } from '../store-api' import { action } from './platform-action' import * as APIS from './apis' StoreAPI.registerPlatform('shopify', action, APIS)