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 Object

    {
        "uid": "string",
        "platform_code": "string",
        "date": "string",
        "created_at": "string",
        "updated_at": "string",
        "orders_count": 0,
        "shipment_fee": 0,
        "order_value": 0,
        "driver": null,
        "total_price": 0,
        "status": {
            "title": "string",
            "slug": "string"
        },
        "last_statuses": [
            {
                "title": "string",
                "slug": "string",
                "pivot": {
                    "issuer_type": "string",
                    "issuer_id": 0,
                    "created_at": "string",
                    "updated_at": "string"
                }
            }
        ]
    }
    Built with