Boxy API
  1. Pick-ups
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
        POST
      • Request Pick-up Bulk
        POST
      • List Pick-ups
        GET
      • Show Pick-up
        GET
      • Get Pick-up Labels
        GET
      • Cancel Pick-up
        POST
      • Cancel Bulk Pick-ups
        POST
    • 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
  1. Pick-ups

Request Pick-up Bulk

Production
https://api.tryboxy.com/api/v1/
Production
https://api.tryboxy.com/api/v1/
POST
merchants/pick-ups/bulk-request
Bulk request pick-up for multiple orders

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://api.tryboxy.com/api/v1/merchants/pick-ups/bulk-request?filter_uids[]' \
--header 'api-key: ' \
--header 'api-secret: '

Responses

🟢200Success
application/json
Body

Example
{
    "status": "success",
    "code": 200,
    "message": "Successfully done.",
    "object": null
}
Modified at 2025-02-06 14:01:36
Previous
Request Pick-up
Next
List Pick-ups
Built with