opencart4 api document
Call
*
Method to call the storefront API and return a response.
@Example
We create a hash from the data in a similar method to how amazon does things.
$call = 'order';
$username = 'API username';
$key = 'API Key';
$domain = 'www.yourdomain.com';
$path = '/';
$store_id = 0;
$l ...