Update a customerAsk AIpatch https://api.katanamrp.com/v1/customers/{id}Updates the specified customer by setting the values of the parameters passed. Any parameters not provided will be left unchanged.Path ParamsidintegerrequiredCustomer idBody ParamsCustomer detailsnamestringrequiredfirst_namestringlast_namestringcompanystringemailstringphonestringcurrencystringThe customer’s currency (ISO 4217).reference_idstringlength ≤ 100categorystringlength ≤ 100commentstringdiscount_ratenumberdefault_shipping_idintegerResponses 200Customer updated 401Make sure you've entered your API token correctly. 422Check the details property for a specific error message. 429The rate limit has been reached. Please try again later. 500The server encountered an error. If this persists, please contact supportUpdated 7 months ago