You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a commerce provider means adding a new folder in `packages` with a folder structure like the next one:
20
21
@@ -69,7 +70,10 @@ Then, open [/site/.env.template](/site/.env.template) and add the provider name
69
70
Using BigCommerce as an example. The first thing to do is export a `CommerceProvider` component that includes a `provider` object with all the handlers that can be used for hooks:
When creating a PR for a new provider, include this list in the PR description and mark the progress as you push so we can organize the code review. Not all points are required (but advised) so make sure to keep the list up to date.
217
222
218
223
**Status**
219
224
220
-
*[ ] CommerceProvider
221
-
*[ ] Schema & TS types
222
-
*[ ] API Operations - Get all collections
223
-
*[ ] API Operations - Get all pages
224
-
*[ ] API Operations - Get all products
225
-
*[ ] API Operations - Get page
226
-
*[ ] API Operations - Get product
227
-
*[ ] API Operations - Get Shop Info (categories and vendors working — `vendors` query still a WIP PR on Reaction)
0 commit comments