API Docs
Home
Home
Developer GuideAPI
StatusWebhooks
Developer GuideAPI
StatusWebhooks
  1. Config
  • Config
    • List Pickup Address
      GET
    • List Box Dimension
      GET
    • List vendor
      GET
    • List store
      GET
    • List category
      GET
    • List brand
      GET
    • List Outbound Strategy
      GET
    • List Product Type
      GET
    • List Material
      GET
    • List Storage Method
      GET
    • List Unit
      GET
    • Upload File
      POST
  • Online Product
    • Create Single Product
      POST
    • Create Product From Product Inventory
      POST
    • List product
      GET
    • Product detail
      GET
  • Product Inventory
    • Create single inventory product
      POST
    • List product inventory
      GET
    • Product inventory detail
      GET
    • Get Product Inventory in Warehouse
      GET
  • Order
    • Shipping Service
      • Preview shipping prices
        • List shipping service
        • List available courier
      • List available courier from order
      • List shipping service of courier
    • Create order B2C
      POST
    • Create order B2B
      POST
    • List order
      GET
    • Order detail
      GET
    • Cancel order
      PATCH
  • Shipment
    • Create shipment auto
    • [Retail][Ship by self] Create shipment with item
    • Cancel shipment
    • List shipment
    • Shipment detail
    • List shipment of order
  • Shipment Inbound
    • Create shipment inbound
    • Cancel shipment inbound
    • List shipment inbound
    • Shipment inbound detail
    • Shipment inbound items
    • List addtional services
  • Order Return
    • List return order
    • Return order detail
    • Create return order
    • Cancel Return Order
  • Courier
    • List courier service integrated
    • List courier operate
    • List courier integrated
  • Address Directory
    • Province
    • District
    • Ward
  1. Config

List Pickup Address

GET
/api/v1/public/users/pickup-address/list
This API retrieves a list of pickup addresses associated with a user. Each address includes detailed location and fulfillment information.

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/public/users/pickup-address/list?page=1&page_size=5' \
--header 'Authorization: {{your_api_key_here}}'
Response Response Example
{"status_code":200,"data":[{"id":167,"user":190,"business":276,"country":"VN","platform":null,"is_default":false,"is_active":true,"fulfillment_provider":"nandh","warehouse_provider":"NH_WH_HCM","pickup_name":"BTH","contact_name":"SHOP TEST IT","phone":"0961557476","address":"Đường An Phú Đông 13, An Phú Đông, Quận 12, Thành phố Hồ Chí Minh","lat":0.0,"lng":0.0,"zipcode":null,"province":{"id":79,"country":"VN","code":"HCM","province_name":"TP. Hồ Chí Minh"},"district":{"id":761,"country":"VN","province_id":79,"district_name":"Quận 12"},"ward":{"id":26779,"province_id":79,"district_id":761,"country":"VN","ward_name":"Phường An Phú Đông"},"pickup_code":"PK100167","fulfillment_provider_name":"N&H Logistics","warehouse_provider_name":"FC HCM","is_fulfill_self":false,"is_fulfill_3pf":true}],"error":false,"error_code":null,"log_id":null,"messages":"","total":1}
Next
List Box Dimension
Built with