chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
import { IntegrationDefinition } from '@botpress/sdk'
|
||||
import { actions, events, states, configuration, secrets } from './definitions'
|
||||
|
||||
export default new IntegrationDefinition({
|
||||
name: 'shopify-admin',
|
||||
version: '0.1.3',
|
||||
title: 'Shopify Admin',
|
||||
description:
|
||||
'Connect your Shopify store via the Admin GraphQL API to manage products, customers, and orders via OAuth 2.0.',
|
||||
icon: 'icon.svg',
|
||||
readme: 'hub.md',
|
||||
configuration,
|
||||
actions,
|
||||
events,
|
||||
states,
|
||||
secrets,
|
||||
attributes: {
|
||||
category: 'E-commerce & Payments',
|
||||
repo: 'botpress',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user