can the merchants disable the shopee's Buyer Info masking functionality

68 Views Asked by At

I am consuming the Shopee API "get_order_detail" and Im getting masked data in the shipping section of the response as shown below

{'name': '****', 'phone': '****', 'town': '****', 'district': '****', 'city': '****', 
'state': '****', 'region': '****', 'zipcode': '****', 'full_address': '****'}. 

May I know if merchants have the ability or other alternatives to unmask this data as we use this shipping_adderess data for creating an order.

0

There are 0 best solutions below