{
"importcode": "12345678",
"companyname": "VIPER RETAIL",
"address": "100 Bay View Drive, Mountain View, CA 94043"
}curl --location --request POST '/api/open/express/clearance/update/company' \
--header 'version: {{shop_openapi_version}}' \
--header 'token: {{shop_openapi_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": {}
}