Skip to main content
GET
Get Slotting Rule Set

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

id
integer<int32>
required

The id of the referenced Warehouse.

rule_set_id
integer<int32>
required

The id of the referenced SlottingRuleSet.

Query Parameters

fields
enum<string>[]

Specify fields of the SlottingRuleSet object to include in the response.

Available options:
all,
name,
description,
is_active,
rule_count,
has_conflicts,
conflicting_rule_count,
created_at,
updated_at

Response

The requested Warehouse Slotting Rule Set.

resource
SlottingRuleSet · object

Warehouse-scoped collection of Slotting Rules that can be activated or deactivated as one unit.

Example:
included
object

Always empty because Rule Sets have no expandable relationships in this slice.

meta
object

Additional metadata pertaining to the response.