Allow the API to create customers

This commit is contained in:
Luis Alvarez
2020-10-19 21:29:27 -05:00
parent 8212cec939
commit 20c08fcbb4
4 changed files with 98 additions and 56 deletions

View File

@@ -0,0 +1,3 @@
import customersApi from '@lib/bigcommerce/api/customers'
export default customersApi()