Create Pick Wave Rule
Creates a new pick wave rule.
Authorizations
JWT Authorization header using the Bearer scheme.
Query Parameters
limits which fields are returned in the response body
Body
Represents a rule for pick wave in the product administration system.
Gets or sets the unique identifier of the PickWaveRule. If not given provided on create one will be assigned. Read-only after creation.
Gets or sets the list of Customer Rule where the PickWaveRule applies.
Gets or sets the description of the PickWaveRule.
Gets or sets whether the PickWaveRule is enabled.
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.
Gets or sets the name of the PickWaveRule.
Gets or sets the list of product rules associated with the PickWaveRule.
Gets or sets the list of Shipment Rule where the PickWaveRule applies.
Start of the rule's effective window. Null = no lower bound (already active).
Response
OK
Represents a rule for pick wave in the product administration system.
Gets or sets the unique identifier of the PickWaveRule. If not given provided on create one will be assigned. Read-only after creation.
Gets or sets the list of Customer Rule where the PickWaveRule applies.
Gets or sets the description of the PickWaveRule.
Gets or sets whether the PickWaveRule is enabled.
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.
Gets or sets the name of the PickWaveRule.
Gets or sets the list of product rules associated with the PickWaveRule.
Gets or sets the list of Shipment Rule where the PickWaveRule applies.
Start of the rule's effective window. Null = no lower bound (already active).

