A valid request URL is required to generate request examples{
"code": "<string>",
"name": "<string>",
"description": "<string>",
"maxQty": 123,
"productRules": [
"<string>"
],
"customerRules": [
"<string>"
],
"rank": 123,
"enabled": true,
"validForAllSites": true,
"validSites": [
123
],
"metaData": "<unknown>",
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}Gets purchase limit rule details by code.
A valid request URL is required to generate request examples{
"code": "<string>",
"name": "<string>",
"description": "<string>",
"maxQty": 123,
"productRules": [
"<string>"
],
"customerRules": [
"<string>"
],
"rank": 123,
"enabled": true,
"validForAllSites": true,
"validSites": [
123
],
"metaData": "<unknown>",
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}JWT Authorization header using the Bearer scheme.
The code of the purchase limit rule.
limits which fields are returned in the response body
Success
Purchase Limit Rule contract
Unique identifier of the PurchaseLimit.
PurchaseLimit name
PurchaseLimit description
Maximum quantity of the PurchaseLimit
List of product rule codes that apply to the PurchaseLimit
List of customer rule codes that apply to the PurchaseLimit
Rank of the PurchaseLimit
Indicates if the PurchaseLimit is enabled
Indicates if the PurchaseLimit is valid for all sites
List of site IDs that the PurchaseLimit is valid for
Metadata for the PurchaseLimit which is a json format, used to store additional information
Show child attributes