---
title: "Get back order rebalancing rules"
method: GET
path: "/commerce/rules/backorderrebalancing"
tags: ["BackorderRebalancingRules"]
---

# Get back order rebalancing rules

`GET /commerce/rules/backorderrebalancing`

Gets a collection of back order rebalancing rules according to any specified filter criteria and sort options.

## Query parameters

- `startIndex` integer
- `pageSize` integer
- `sortBy` string
- `filter` string
- `responseGroups` string
- `responseFields` string

## Response `200`

Rule collection returned successfully.

- BackorderRebalancingRuleCollection — Paginated collection of Mozu.ProductAdmin.Contracts.BackorderRebalancingRules.BackorderRebalancingRule contract DTOs.
  - `items` BackorderRebalancingRule[], nullable
    - `auditInfo` AdminUserAuditInfo
      - `createBy` string, nullable
      - `createDate` string, date-time, nullable
      - `updateBy` string, nullable
      - `updateDate` string, date-time, nullable
    - `code` string, nullable
    - `customerRules` string[], nullable
    - `description` string, nullable
    - `enabled` boolean, nullable
    - `metaData` unknown
    - `name` string, nullable
    - `productRules` ProductRuleCode[], nullable
      - `code` string, nullable — Unique identifier of the ProductRule. System-supplied and read-only.
      - `masterCatalogId` integer — Master Catalog Id of the ProductRule.
    - `rank` integer, nullable
    - `shipmentRules` ShipmentRuleCode[], nullable
      - `code` string, nullable — Unique identifier of the ProductRule. System-supplied and read-only.
    - `sortAttribute` string, nullable
  - `pageCount` integer
  - `pageSize` integer
  - `startIndex` integer
  - `totalCount` integer

## Other responses

- `412` — Feature not enabled for this tenant.

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
