Advertisement
moomak

Shopee address list response

Dec 4th, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.75 KB | None | 0 0
  1. {
  2.     "code": 200,
  3.     "status": 1,
  4.     "data": {
  5.         "address_list": [
  6.             {
  7.                 "address_id": 123456789,
  8.                 "region": "TH",
  9.                 "state": "จังหวัดกรุงเทพมหานคร",
  10.                 "city": "เขตธนบุรี",
  11.                 "address": "111/111 รัชดาท่าพระ อาคาร C  ถนนราชพฤกษ์ แขวงดาวคะนอง",
  12.                 "zipcode": "10600",
  13.                 "district": "แขวงดาวคะนอง",
  14.                 "town": "",
  15.                 "address_type": []
  16.             },
  17.             {
  18.                 "address_id": 123456789,
  19.                 "region": "TH",
  20.                 "state": "จังหวัดปัตตานี",
  21.                 "city": "อำเภอโคกโพธิ์",
  22.                 "address": "11 ม.1 ต.บางโกระ",
  23.                 "zipcode": "94120",
  24.                 "district": "ตำบลบางโกระ",
  25.                 "town": "",
  26.                 "address_type": []
  27.             },
  28.             {
  29.                 "address_id": 223456789,
  30.                 "region": "TH",
  31.                 "state": "จังหวัดนนทบุรี",
  32.                 "city": "อำเภอบางบัวทอง",
  33.                 "address": "test 11/111",
  34.                 "zipcode": "11110",
  35.                 "district": "ตำบลพิมลราช",
  36.                 "town": "",
  37.                 "address_type": [
  38.                     "DEFAULT_ADDRESS",
  39.                     "PICKUP_ADDRESS",
  40.                     "RETURN_ADDRESS"
  41.                 ]
  42.             }
  43.         ],
  44.         "message": "success"
  45.     }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement