---
title: "Update package"
method: POST
path: "/package/update"
tags: ["Package"]
---

# Update package

`POST /package/update`

Use this BillingServ API endpoint to update package. Review the response for the operation result or validation errors.

## Response `200`

OK

- ApiResponse
  - `success` boolean

## Other responses

- `401` — Missing or invalid API key
- `403` — Authenticated key does not have permission for this endpoint
- `404` — The requested resource was not found or is not available to this API account.
- `422` — Validation error

## Changes

- **2026-08-22** `6b9208b64456` — 7 info
  - added the non-success response with the status `404`
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `403` status
  - added the optional property `code` to the response with the `422` status
  - …3 more
- **2026-08-17** `3b316cb43804` — 2 breaking
  - the `files` request property type/format changed from `string`/`binary` to `array`/``
  - the `product_images` request property type/format changed from `string`/`binary` to `array`/``

[Change history](https://skmtc.dev/b-cdn/apis/billingserv-api-v2/changes/package/update/post.md)

---

[API](https://skmtc.dev/b-cdn/apis/billingserv-api-v2.md) · [All operations](https://skmtc.dev/b-cdn/apis/billingserv-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b-cdn/billingserv-api-v2/revisions/76cfbed5eb40/schema)
