There are few contents on web to use REST Api in Shopware. So, most of the users are unable to find their solutions.That's why, I am here to write some stuffs for you.
List of Contents:
Follow these steps:
List of Contents:
- Generate Api Key.
- Create REST Api using php
- Retrieve Data using Api
- Post Data using Api
- Update Data using Api
- Delete Data using Api
Follow these steps:
- Login to Shopware Backend
- When you logged in successfully. Go inside Configuration ---- User administration. See fig (below)
- Click Edit User:
- Check Enabled checkbox under API access. An API key generated automatically. Please copy User name and API key for future use. Click Save button to enable api service.
- That's it. You are ready to use rest api service for Shopware.
- My next post: Create Rest api for shopware using php and curl.