| storefrontCustomers | Get info about customers | GET:storefront/customers.json |
| storefrontCustomersCreate | Register a new customer | POST:storefront/customers.json |
| storefrontCustomersDelete | Delete self | DELETE:storefront/customers.json |
| storefrontCustomersInitWebauthn | Initialize webauthn registeration or sign in | POST:storefront/customers/init_webauthn.json |
| storefrontCustomersModify | Modify self | POST:storefront/customers.json |
| storefrontCustomersOauth | Enable OAuth2 login for self | POST:storefront/customers/oauth.json |
| storefrontCustomersOauthDelete | Disable OAuth2 login for self | DELETE:storefront/customers/oauth.json |
| storefrontCustomersWebauthn | Add webauthn credential to self | POST:storefront/customers/webauthn.json |
| storefrontCustomersWebauthnDelete | Remove webauthn credential from self | DELETE:storefront/customers/webauthn.json |
| storefrontFavorites | Get customer favorites | GET:storefront/favorites.json |
| storefrontFavoritesCreate | Create customer favorite object | POST:storefront/favorites.json |
| storefrontFavoritesDelete | Delete customer favorite objects | DELETE:storefront/favorites.json |
| storefrontFavoritesModify | Modify customer favorite object | POST:storefront/favorites.json |
| storefrontPaymentSources | Get customer payment sources | GET:storefront/payment_sources.json |
| storefrontPaymentSourcesCreate | Create customer payment sources | POST:storefront/payment_sources.json |
| storefrontPaymentSourcesDelete | Delete customer payment sources | DELETE:storefront/payment_sources.json |
| storefrontPaymentSourcesModify | Modify customer payment sources | POST:storefront/payment_sources.json |
| storefrontSubscription | Get subscription info | GET:storefront/subscription.json |
| storefrontSubscriptionCreate | Get subscription info | POST:storefront/subscription.json |