Hey Couriers
  1. APIs for Packages
Hey Couriers
  • Hey Couriers API Documentation
  • Hey Courier
    • APIs for Packages
      • APIs for Archive Packages
        • Restore The Package
        • Archive The Package
        • Get The Archived Package List
      • Get The Package List
        GET
      • Create Package
        POST
      • Retrieve Particular Package
        GET
      • Bulk Package Upload Using Excel
        POST
      • Bulk Package Upload Using CSV
        POST
      • Download CSV Of Selected Packages
        PATCH
      • Download CSV Of Company Packages of Given Status
        PATCH
      • Get The POD Report of Package
        GET
      • Get The POD Report for Multiple Package
        PATCH
      • Update Package
        PATCH
    • Company Pickup Package
      • Company Pickup Package Bulk Upload
      • Company Pickup Package Excel Upload
      • Company Pickup Package Create
      • Company Pickup Package Update
      • Login Company Pickup Package List
  • Package Tracking (To Track Package)
    GET
  • Multiple Package Tracking (To Track Package)
    PATCH
  • Package Status Update By Webhook
    POST
  • Multi Label Printing By Webhook
    POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. APIs for Packages

Update Package

PATCH
{{base_url}}add-package-by-webhook/2/
This API endpoint used to add packages in the system

Request

Header Params

Body Params application/json

Example
{
    "hawb": "HAWB59624YT09",
    "customer_code": "",
    "customer_name": "Maahi Shah",
    "customer_address": "Patel's Cafe, Road, Gota, Ahmedabad, Gujarat 382481",
    "customer_phone": null,
    "customer_email": null,
    "postcode": null,
    "description_of_goods": "",
    "company": 1,
    "count": null,
    "landed": false,
    "weight": null,
    "shipper_code": "",
    "shipper_name": "",
    "shipper_address": "",
    "shipper_city": "",
    "shipper_state": "",
    "shipper_postcode": "",
    "shipper_country": "",
    "origin": "",
    "port": "",
    "total_value": null,
    "goods_currency": "",
    "sac": false,
    "fr_reference": "",
    "sub_master": "",
    "pkg_type": "",
    "country_of_origin": "",
    "cyber_vendor_account": "",
    "customs_code": "",
    "cyber_importer_account": "",
    "importer_abn": "",
    "importer_cac": "",
    "cyber_supplier_account": "",
    "supplier_customs_code": "",
    "is_scanned": false,
    "zone": 20,
    "suburb": 2,
    "state": 6,
    "country": 2,
    "height": null,
    "length": null,
    "volume_weighted": null,
    "delivery_date": null,
    "price": null
}

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 PATCH '{{base_url}}add-package-by-webhook/2/' \
--header 'X-WebHook-Secret: r3WExcdfdfwe' \
--header 'Content-Type: application/json' \
--data-raw '{
    "hawb": "HAWB59624YT09",
    "customer_code": "",
    "customer_name": "Maahi Shah",
    "customer_address": "Patel'\''s Cafe, Road, Gota, Ahmedabad, Gujarat 382481",
    "customer_phone": null,
    "customer_email": null,
    "postcode": null,
    "description_of_goods": "",
    "company": 1,
    "count": null,
    "landed": false,
    "weight": null,
    "shipper_code": "",
    "shipper_name": "",
    "shipper_address": "",
    "shipper_city": "",
    "shipper_state": "",
    "shipper_postcode": "",
    "shipper_country": "",
    "origin": "",
    "port": "",
    "total_value": null,
    "goods_currency": "",
    "sac": false,
    "fr_reference": "",
    "sub_master": "",
    "pkg_type": "",
    "country_of_origin": "",
    "cyber_vendor_account": "",
    "customs_code": "",
    "cyber_importer_account": "",
    "importer_abn": "",
    "importer_cac": "",
    "cyber_supplier_account": "",
    "supplier_customs_code": "",
    "is_scanned": false,
    "zone": 20,
    "suburb": 2,
    "state": 6,
    "country": 2,
    "height": null,
    "length": null,
    "volume_weighted": null,
    "delivery_date": null,
    "price": null
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-05-19 12:27:34
Previous
Get The POD Report for Multiple Package
Next
Company Pickup Package Bulk Upload
Built with