---
title: "Creates a parcel refund"
method: POST
path: "/api/v{version}/parcels/refund"
tags: ["orders"]
---

# Creates a parcel refund

`POST /api/v{version}/parcels/refund`

Creates a parcel refund. the 'DeliveryType' parameter indicates the type of delivery and accepts 'home' or 'pickup-point'. Permissions requises : SupplierAdminRole, SupplierParcelsManagerRole.

## Path parameters

- `version` string, required

## Headers

- `X-Tenant` string, required

## Request body

- CreateParcelRefundRequest
  - `customer` ParcelCustomerDto
    - `customerId` string, uuid
    - `name` string, nullable
    - `phone` PhoneDto
      - `number1` string, nullable
      - `number2` string, nullable
      - `number3` string, nullable
  - `deliveryAddress` DeliveryAddressInputDto
    - `cityTerritoryId` string, uuid
    - `districtTerritoryId` string, uuid
    - `street` string, nullable
  - `hubId` string, uuid, nullable
  - `deliveryType` string, nullable
  - `description` string, nullable
  - `amount` number, double
  - `externalId` string, nullable

## Response `201`

Created

- CreateParcelRefundResponse
  - `id` string, uuid

---

[API](https://skmtc.net/zrexpress/apis/zrexpress-api.md) · [All operations](https://skmtc.net/zrexpress/apis/zrexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zrexpress/zrexpress-api/versions/99b075e0b641/schema)
