Skip to main content
GET
/
commerce
/
rules
/
pickwave
/
{code}
Error
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>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

code
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

Represents a rule for pick wave in the product administration system.

code
string | null

Gets or sets the unique identifier of the PickWaveRule. If not given provided on create one will be assigned. Read-only after creation.

name
string | null

Gets or sets the name of the PickWaveRule.

description
string | null

Gets or sets the description of the PickWaveRule.

enabled
boolean | null

Gets or sets whether the PickWaveRule is enabled.

productRules
object[] | null

Gets or sets the list of product rules associated with the PickWaveRule.

shipmentRules
object[] | null

Gets or sets the list of Shipment Rule where the PickWaveRule applies.

customerRules
string[] | null

Gets or sets the list of Customer Rule where the PickWaveRule applies.

auditInfo
object