A valid request URL is required to generate request examples{
"code": "<string>",
"name": "<string>",
"description": "<string>",
"enabled": true,
"productRules": [
{
"code": "<string>",
"masterCatalogId": 123
}
],
"shipmentRules": [
{
"code": "<string>"
}
],
"customerRules": [
"<string>"
],
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}Gets a pick wave rule details by code.
A valid request URL is required to generate request examples{
"code": "<string>",
"name": "<string>",
"description": "<string>",
"enabled": true,
"productRules": [
{
"code": "<string>",
"masterCatalogId": 123
}
],
"shipmentRules": [
{
"code": "<string>"
}
],
"customerRules": [
"<string>"
],
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}JWT Authorization header using the Bearer scheme.
limits which fields are returned in the response body
Success
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 name of the PickWaveRule.
Gets or sets the description of the PickWaveRule.
Gets or sets whether the PickWaveRule is enabled.
Gets or sets the list of product rules associated with the PickWaveRule.
Show child attributes
Gets or sets the list of Shipment Rule where the PickWaveRule applies.
Show child attributes
Gets or sets the list of Customer Rule where the PickWaveRule applies.
Show child attributes