Skip to main content
GET
/
bundles
List bundles
curl --request GET \
  --url https://api.quivo.co/bundles
[
  {
    "sku": "<string>",
    "deletedAt": "2023-11-07T05:31:56Z",
    "alternativeSkus": [
      "<string>"
    ],
    "name": {
      "value": "<string>",
      "language": "DE"
    },
    "grossWeight": {
      "value": 123,
      "unit": "KG"
    },
    "netWeight": {
      "value": 123,
      "unit": "KG"
    },
    "customsValue": {
      "currencyCode": "<string>",
      "value": 123
    },
    "bundleItems": [
      {
        "quantity": 2,
        "articleId": 123,
        "id": 123,
        "unitCustomsValue": 123,
        "articleSku": "<string>",
        "deletedAt": "2023-11-07T05:31:56Z"
      }
    ],
    "id": 123,
    "sellerId": 123,
    "sort": {
      "short": true,
      "nodeType": "ARRAY",
      "float": true,
      "binary": true,
      "number": true,
      "integralNumber": true,
      "boolean": true,
      "double": true,
      "long": true,
      "int": true,
      "valueNode": true,
      "containerNode": true,
      "missingNode": true,
      "object": true,
      "pojo": true,
      "floatingPointNumber": true,
      "bigDecimal": true,
      "bigInteger": true,
      "textual": true,
      "array": true,
      "null": true
    }
  }
]

Query Parameters

query
string

Search query string used to filter results. This field supports specific syntax for filtering across multiple fields.

sort
string

Optional sorting criteria for the results. Format is typically 'field:direction' (e.g., 'created:desc').

page
integer<int64>

The page number to retrieve when using offset-based pagination. Ignored if 'searchAfter' is provided.

searchAfter
string

Used for cursor-based pagination. Pass the 'sort' key value from the last item of the previous page to retrieve the next set of results efficiently. Overrides 'page'.

pageSize
integer<int64>

The maximum number of items to return per page. Used for both offset and cursor-based pagination.

Response

Returns an array of bundle summaries with included product information.

sku
string
required

Stock Keeping Unit (SKU) identifier

Required string length: 1 - 50
deletedAt
string<date-time>

The deleted at timestamp

alternativeSkus
string[]

Stock Keeping Unit (SKU) identifier

name
object

Detailed information for stringi18n

grossWeight
object

Detailed information for weight

netWeight
object

Detailed information for weight

customsValue
object

Detailed information for monetaryvalue

bundleItems
object[]

Array of bundle item

id
integer<int64>

The unique identifier for the id

sellerId
integer<int64>

The unique identifier for the seller

sort
object

The