---
title: "GET /volume-pricings"
method: GET
path: "/volume-pricings"
tags: ["API Test site"]
---

# GET /volume-pricings

`GET /volume-pricings`

Get list volume pricings

## Query parameters

- `query` string
- `limit` integer
- `status` string
- `sort` 'decrease' | 'ascrease'

## Response `200`

A list of volume pricings

- VolumePricing[]
  - `id` integer
  - `title` string
  - `status` true | false
  - `type` string
  - `apply_customer` ApplyCustomer
    - `type` 'all' | 'logged' | 'non-logged' | 'customer-tags'
    - `tags` string[]
  - `exclude_customer` ExcludeCustomer
    - `type` 'none' | 'customer-tags'
    - `tags` unknown[]
      - unknown
  - `apply_product` ApplyProduct
    - `type` 'all' | 'products' | 'collections' | 'product-tags'
    - `product_ids` integer[]
    - `product_tags` string[]
    - `collection_ids` integer[]
    - `apply_for_variants` true | false
  - `exclude_product` ExcludeProduct
    - `type` 'none' | 'products' | 'collections'
    - `product_ids` integer[]
    - `collection_ids` integer[]
  - `discount_for_variants` DiscountForVariant[]
    - `id` integer, required
    - `duplicated` true | false
    - `variant_pricing` true | false, required
    - `from_qty` string
    - `from_amount` string
    - `to_qty` string
    - `to_amount` string
    - `discount_groups` DiscountGroup[]
      - `name` string, required
      - `type` 'percent' | 'amount' | 'fixed-amount', required
      - `value` string, required
    - `variants` VariantDiscount[], required
      - `id` integer, required
      - `duplicated` true | false
      - `from_qty` string — Volume pricing type is quantity
      - `from_amount` string — Volume pricing type is amount
      - `to_qty` string — Volume pricing type is quantity
      - `to_amount` string — Volume pricing type is amount
      - `discount_groups` DiscountGroup[], required
        - `name` string, required
        - `type` 'percent' | 'amount' | 'fixed-amount', required
        - `value` string, required
  - `apply_market` ApplyMarket
    - `type` 'all' | 'specific-market'
    - `handle` string[]
  - `discount_method` string
  - `discount_groups` object[]
    - `from_qty` string — Volume pricing type is quantity
    - `from_amount` string — Volume pricing type is amount
    - `to_qty` string — Volume pricing type is quantity
    - `to_amount` string — Volume pricing type is amount
    - `type` 'percent' | 'amount' | 'fixed-amount'
    - `value` string
  - `active_date` ActiveDate
    - `types` string[]
    - `start_at` string
    - `end_at` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `401` — Unauthorized
- `403` — This action is unauthorized
- `429` — Too Many Requests

---

[API](https://skmtc.net/samita/apis/wholesale-pricing-api.md) · [All operations](https://skmtc.net/samita/apis/wholesale-pricing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/samita/wholesale-pricing-api/versions/96c1a6d4c921/schema)
