Skip to main content
GET
/
commerce
/
catalog
/
admin
/
discountsettings
/
{catalogId}
Error
A valid request URL is required to generate request examples
{
  "stackingConfiguration": {
    "stackingEnabled": true,
    "productOrderLayers": 123,
    "productLineItemLayers": 123
  },
  "usePostDiscountedOrderValue": true,
  "doNotApplyToHandlingFees": true,
  "customProperties": [
    {
      "position": 123,
      "code": "<string>",
      "name": "<string>",
      "enabled": true
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

catalogId
integer<int32>
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

Tenant level discount settings

stackingConfiguration
object
usePostDiscountedOrderValue
boolean | null

Use the pre or post line item discounts order total to evaluate the order minimum constraint

doNotApplyToHandlingFees
boolean | null

Prevents discounts from applying to handling fees

customProperties
object[] | null

Discount settings additional custom properties for storing property codes and names.