Welcome to the Integration

This documentation portal is designed to help you complete your API integration quickly and smoothly.

How to Use

  1. First, go to settings in the FriSay admin panel and create a webAPI token.
  2. With the token you created, you will now have permissions such as adding/updating products and receiving orders.
  3. This documentation includes example PHP code that explains how to do it.

General Information

  • All requests must be made over HTTPS.
  • Request and response format is JSON.
  • Character encoding must be UTF-8.
  • API version: v1
Test Environment: Use https://yoursite.com/api/v1/ during development