---
title: "Search bundles"
method: GET
path: "/bundles"
tags: ["bundles"]
---

# Search bundles

`GET /bundles`

ADD ENDPOINT DESCRIPTION HERE

## Query parameters

- `query` string
- `sort` string
- `page` integer
- `searchAfter` string
- `pageSize` integer

## Response `200`

successful operation

- BundleGetSummary[]
  - `sku` string, required
  - `deletedAt` string, date-time
  - `alternativeSkus` string[]
  - `name` StringI18nDetail
    - `value` string
    - `language` 'DE' | 'EN' | 'ES' | 'PT' | 'FR' | 'IT' | 'ZH'
  - `grossWeight` WeightDetail
    - `value` number
    - `unit` 'KG' | 'G' | 'LB' | 'OZ'
  - `netWeight` WeightDetail
    - `value` number
    - `unit` 'KG' | 'G' | 'LB' | 'OZ'
  - `customsValue` MonetaryValueDetail
    - `currencyCode` string
    - `value` number
  - `bundleItems` BundleItemDetail[]
    - `id` integer
    - `quantity` integer, required
    - `unitCustomsValue` number
    - `articleId` integer, required
    - `articleSku` string
    - `deletedAt` string, date-time
  - `id` integer
  - `sellerId` integer
  - `sort` JsonNode
    - `float` boolean
    - `short` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `number` boolean
    - `double` boolean
    - `binary` boolean
    - `integralNumber` boolean
    - `boolean` boolean
    - `long` boolean
    - `int` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `object` boolean
    - `pojo` boolean
    - `floatingPointNumber` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `array` boolean
    - `null` boolean

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
