Update back order rebalancing rule
Updates an existing back order rebalancing rule.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
The rule code to update.
Query Parameters
limits which fields are returned in the response body
Body
The updated rule. Code in body must match URL code.
Contract DTO for a BackorderRebalancing rule. Rules determine priority ordering for shipments in the Backorder Queue when inventory becomes available.
End of the rule's effective window. Null = never expires. Must be >= StartDate when both supplied.
Read-only. Computed server-side: true when the current UTC instant is inside the effective window (StartDate null/≤now AND EndDate null/≥now), false otherwise. A rule with no dates is always active. This reflects the effective window alone and does not incorporate the enabled flag.
Start of the rule's effective window. Null = no lower bound (already active).
Time fence in days. Inclusive [0, 365].
Response
Rule updated successfully.
Contract DTO for a BackorderRebalancing rule. Rules determine priority ordering for shipments in the Backorder Queue when inventory becomes available.
End of the rule's effective window. Null = never expires. Must be >= StartDate when both supplied.
Read-only. Computed server-side: true when the current UTC instant is inside the effective window (StartDate null/≤now AND EndDate null/≥now), false otherwise. A rule with no dates is always active. This reflects the effective window alone and does not incorporate the enabled flag.
Start of the rule's effective window. Null = no lower bound (already active).
Time fence in days. Inclusive [0, 365].

