---
title: "RequestPickup"
method: GET
path: "/v2/RequestPickup"
tags: ["Shipping"]
---

# RequestPickup

`GET /v2/RequestPickup`

Request a pickup for orders with Prepared status to be delivered via DHL or ARAMEX.

## Query parameters

- `ShippingMethod` 1 | 2, required — 1 for DHL, 2 for ARAMEX

## Response `200`

Successful response

- object
  - `IsSuccess` boolean — Indicates if the request was successful
  - `Message` string — Response message
  - `FieldsErrors` unknown[] — List of validation errors if any
    - unknown
  - `Data` object[] — Array of shipping order status objects whose status has changed from Prepared to RequestPickup
    - `OrderNumber` integer — MyFatoorah order ID
    - `OrderStatus` string — The order status

---

[API](https://skmtc.net/myfatoorah/apis/myfatoorah-api-v3.md) · [All operations](https://skmtc.net/myfatoorah/apis/myfatoorah-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myfatoorah/myfatoorah-api-v3/revisions/994a74287a16/schema)
