_setState

Sets the state for a customers address.

Parameters

id

The ID of the customer.

value

The state you wish to set.

Example

FM_api('Customer_setState', ['id' => '123', 'val' => 'Texas']);

Result

On Success

{'ok':1}

Last updated