Management vs Storefront APIs

The PayNow API can be divided into two groups of routes: Management and Storefront. The Management API is used for store management and can be accessed by users, API keys, and game servers. This API allows you to perform actions like updating product prices, creating coupons, and managing customer items.

On the other hand, Storefront API is intended for customer use, and provides a different representation of the same resources available in the Management API. For example, the Storefront API lets you display products to customers and keep track of items in their cart. You can use the Storefront API from any location on the internet, such as your custom domain or a plugin on your game server or other application.

Last updated

Was this helpful?