Boxy API
    Boxy API
    • Getting Started
      • Introduction
      • Environments
      • Security & Authentication
      • Rate Limit
      • Postman Collections
      • Schemas
      • Webhooks
    • Guides
      • Order Flow (Statuses)
      • Provinces & Regions
    • API Reference
      • Merchant
        • Get Merchant Info
      • Orders
        • Create Order
        • Create Bulk Orders (Sync)
        • Create Bulk Orders (Async)
        • List Orders
        • Show Order By UID
        • Show Order By Custom ID
        • Get Label Single
        • Get Label Bulk
        • Cancel Order
        • Update Order
        • Delete Order
      • Pick-ups
        • Request Pick-up
        • Request Pick-up Bulk
        • List Pick-ups
        • Show Pick-up
        • Get Pick-up Labels
        • Cancel Pick-up
        • Cancel Bulk Pick-ups
      • Pick-up Locations
        • Create Pick-up Location
        • List Pick-up Locations
        • Show Pick-up Location
        • Show Cash Drop-off Location
        • Update Pick-up Location
        • Delete Pick-up Location
      • Regions
        • List Regions
    • Schemas
      • Order Object
      • Pick-up Object
      • Product Object
      • Contact Object
      • Pick-up Location Object

    Pick-up Location Object

    {
        "uid": "string",
        "platform_code": "string",
        "title": "string",
        "type": "WAREHOUSE",
        "default": true,
        "full_name": "string",
        "phone": "string",
        "email": "string",
        "address_text": "string",
        "lat": "string",
        "lng": "string",
        "description": "string",
        "created_at": "string",
        "updated_at": "string",
        "deleted_at": null
    }
    Built with