Woocommerce

Setup Wordpress

  1. Unzip and upload to hosting

Setup Woocommerce

  1. Generate Consumer Key and Consumer Secret with Read/Write access https://docs.woocommerce.com/document/woocommerce-rest-api/arrow-up-right

circle-info

WordPress permalinks must be enabled at: Settings > Permalinks. https://wordpress.org/support/article/using-permalinks/arrow-up-right

Setup .htaccess file

Setup Plugins

  • JSON APIarrow-up-right A RESTful API for WordPress, this plugin is used for only the registration feature (other request from the API we use default REST API from Wordpress site)

  • JSON API Userarrow-up-right Extends the JSON API Plugin with a new Controller to allow RESTful user registration, authentication, password reset

circle-info

Activate the controller through the JSON API menu found in the WordPress admin center (Settings -> JSON API)

To support multi languages feature, following feature should be install arrow-up-right(optional):

circle-info

In iOS, after creating the locales, you’ll need to add them in your project’s configuration in Xcode:

Last updated