This is REST API service for clients to integrate with Greedbag's e-commerce platform.
https://api.greedbag.com/api/
Append version_id to the base URL.
https://api.greedbag.com/api/[VERSION_ID]
Version 1 is the current version that provides basic operations for Greedbag shops.
Authorization header using the Bearer scheme.
Enter 'Bearer' [space] and then your authorization token returned from Customer LogIn call.
Example: 'Bearer 12345abcdef'