Sets the state for a customers address.
The ID of the customer.
The state you wish to set.
FM_api('Customer_setState', ['id' => '123', 'val' => 'Texas']);
{'ok':1}
Last updated 3 years ago