The new version 20250310 is available.
20250310
{ "importcode": "12345678", "companyname": "VIPER RETAIL", "address": "100 Bay View Drive, Mountain View, CA 94043" }
curl --location --request POST 'https://shopapi.geckodistribution.com/api/open/express/clearance/update/company' \ --header 'version;' \ --header 'token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "importcode": "12345678", "companyname": "VIPER RETAIL", "address": "100 Bay View Drive, Mountain View, CA 94043" }'
{ "status": "0", "message": "Operation successful.", "data": {} }