---
title: "GET /pricing/versions/{version_pk}/adjustments"
method: GET
path: "/pricing/versions/{version_pk}/adjustments"
tags: ["Pricing"]
---

# GET /pricing/versions/{version_pk}/adjustments

`GET /pricing/versions/{version_pk}/adjustments`

# Upload and manage PriceAdjustments.

This is PricePoint bulk update ability through downloading
current PriceListVersion XLSX representation and uploading XLSX file.

## Path parameters

- `version_pk` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `events.created.at` string, date-time
- `status` 'processing' | 'success' | 'partial' | 'failed'

## Response `200`

- PricingPriceAdjustment[]
  - `id` string
  - `status` 'processing' | 'success' | 'partial' | 'failed'
  - `uploaded_file` string, uri-reference, required — Link to XLSX bulk data update file.
  - `processed_file` string, uri-reference, nullable — Link to XLSX file with processing results.
  - `error_detail` string, nullable — Description of file format level parse errors.
  - `events` object
    - `activated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `canceled` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `expired` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `scheduled` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `terminated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/0421d2a97c52/schema)
