---
title: "Get All Products"
method: GET
path: "/v1/products"
---

# Get All Products

`GET /v1/products`

This endpoint allows you to retrieve all products. You can also filter the products by name, category, and status.

## Query parameters

- `statuses` string[]
- `categories` string[]
- `source` string[]
- `inventory` string[]
- `location_ids` string[]
- `channels` string[]
- `keywords` string[]
- `page` number
- `per_page` number

## Headers

- `X-BUSINESS-API-KEY` string, required

## Response `200`

200

- object
  - `data` object[]
    - `id` string, required
    - `business_id` string, required
    - `category_id` string[], required
    - `name` string, required
    - `headline` string, nullable
    - `description` string, required
    - `currency` string, required
    - `price` number, required
    - `price_display` string, required
    - `price_stored` integer, required
    - `tax_id` string, nullable
    - `is_manageable` integer, required
    - `is_pinned` boolean, required
    - `status` string, required
    - `product_weight` integer, nullable — Weight in gram
    - `delivery_method_required` boolean
    - `has_variations` boolean, required
    - `is_shopify` boolean, required
    - `product_url` string, required
    - `variations_count` integer, required
    - `variations` object[], required
      - `id` string, required
      - `stock_keeping_unit` string, nullable, required
      - `description` string, required
      - `weight` string, nullable, required
      - `length` string, nullable, required
      - `width` string, nullable, required
      - `depth` string, nullable, required
      - `price` number, required
      - `price_display` string, required
      - `price_stored` integer, required
      - `quantity` integer, required
      - `quantity_alert_level` integer, required
      - `product_variation_weight` integer, nullable — Weight in gram
      - `variation_value_1` string, required
      - `variation_value_2` string, nullable, required
      - `variation_value_3` string, nullable, required
    - `variation_key_1` string, nullable
    - `variation_key_2` string, nullable
    - `variation_key_3` string, nullable
    - `images` object[]
      - `id` string, required
      - `caption` string, nullable, required
      - `url` string, required
      - `other_dimensions` object[], required
        - `size` string
        - `path` string
    - `is_published` boolean, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `starts_at` string, date-time, nullable
    - `ends_at` string, date-time, nullable
  - `links` object
    - `first` string
    - `last` string
    - `prev` string, nullable
    - `next` string, nullable
  - `meta` object
    - `current_page` integer
    - `from` integer
    - `last_page` integer
    - `links` object[]
      - `url` string
      - `label` string
      - `active` boolean
    - `path` string
    - `per_page` integer
    - `to` integer
    - `total` integer

---

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